|
|
tomcat版本为:jakarta-tomcat-5.0.14
apache版本为:apache_1.3.33
connector版本为:jakarta-tomcat-connectors-jk2-2.0.4-src
现在tomcat 和apache 都起来了,就是集合不起来。
编译connector 时出错,
=================================
[root@zyweb native2]# ./buildconf.sh
rm autom4te.cache
libtoolize --force --automake --copy
aclocal
automake --copy --add-missing
autoconf
=================================
=================================
[root@zyweb native2]# ./configure --with-apxs=/usr/local/apache/bin/apxs
checking build system type... i686-redhat-linux-gnu
checking host system type... i686-redhat-linux-gnu
.
..
...
checking for cp... /bin/cp
checking for mkdir... /bin/mkdir
need to check for Perl first, apxs depends on it...
checking for perl... /usr/bin/perl
could not find /usr/local/apache/bin/apxs
configure: error: You must specify a valid --with-apxs path
=================================
提示说/usr/local/apache/bin/apxs 路径找不到,但实际上我这个路径是确实存在的。
=========================
[root@zyweb bin]# pwd
/usr/local/apache/bin
[root@zyweb bin]# ls
ab apxs dbmmanage htpasswd logresolve
apachectl checkgid htdigest httpd rotatelogs
=========================
各们哥儿们,指点一下! |
|