|
老子今天算是郁闷大力,请教各位老大吧,或者哪位老大帮我编译一个
Apache 2.0下的 mod_webapp.so也行哦,呵呵
下面是我的操作过程,请老大指点
cd jakarta-tomcat-connectors-4.1.24-src
cd webapp/
./support/buildconf.sh
第一次告诉我说,缺少apr,需要下载运行buildconf
下载了一个,tar到webapp文件夹下了,这下不需要了。
给了我下面的出错信息
--- Checking "autoconf" version
autoconf version 2.57 detected.
--- Running APR "buildconf" script
buildconf: checking installation...
buildconf: autoconf version 2.57 (ok)
buildconf: libtool version 1.4.3 (ok)
Copying libtool helper files ...
Creating include/arch/unix/apr_private.h.in ...
WARNING: Using auxiliary files such as `acconfig.h', `config.h.bot'
WARNING: and `config.h.top', to define templates for `config.h.in'
WARNING: is deprecated and discouraged.
WARNING: Using the third argument of `AC_DEFINE' and
WARNING: `AC_DEFINE_UNQUOTED' allows to define a template without
WARNING: `acconfig.h':
WARNING: AC_DEFINE([NEED_MAIN], 1,
WARNING: [Define if a function `main' is needed.])
WARNING: More sophisticated templates can also be produced, see the
WARNING: documentation.
Creating configure ...
--- Creating WebApp "configure" script
Creating configure ...
--- All done
求教了,求教了 |
|