| eeb4u@hotmail.com 2006-05-19, 7:16 pm |
| I am trying to install mod_jk.so on our linux server, but so far I am
unsuccessful.
I tried downloading jakarta-tomcat-connectors-1.2.15-src.tar.gz and
building it. I first ran buildconf.sh, then "./configure
--with-apxs=/usr/sbin/apxs", When I run make, it bombs. The makefile
points to /usr/lib64/apr/build/libtool which doesn't exist.
make
Making all in common
make[1]: Entering directory
`/usr/local/src/jakarta-tomcat-connectors-1.2.15-src/jk/native/common'
/bin/sh /usr/lib64/apr/build/libtool --silent --mode=compile gcc
-I/usr/include/httpd -g -O2 -O2 -g -pipe -m64 -pthread -DHAVE_APR
-I/usr/include/apr-0 -I/usr/include/apr-0 -g -O2 -DLINUX=2 -D_REENTRANT
-D_GNU_SOURCE -I /include -I /include/ -c jk_ajp12_worker.c -o
jk_ajp12_worker.lo
/bin/sh: /usr/lib64/apr/build/libtool: No such file or directory
make[1]: *** [jk_ajp12_worker.lo] Error 127
make[1]: Leaving directory
`/usr/local/src/jakarta-tomcat-connectors-1.2.15-src/jk/native/common'
make: *** [all-recursive] Error 1
I ran up2date, I installed apr, and now I am at a standstill.
some other info:
uname -a
Linux web.localdomain 2.6.9-5.ELsmp #1 SMP Wed Jan 5 19:30:39 EST 2005
i686 i686 i386 GNU/Linux
httpd -v
Server version: Apache/2.0.52
Server built: Dec 15 2005 04:09:14
httpd -l
Compiled in modules:
core.c
prefork.c
http_core.c
mod_so.c
gcc -v
Reading specs from /usr/lib/gcc/i386-redhat-linux/3.4.5/specs
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man
--infodir=/usr/share/info --enable-shared --enable-threads=posix
--disable-checking --with-system-zlib --enable-__cxa_atexit
--disable-libunwind-exceptions --enable-java-awt=gtk
--host=i386-redhat-linux
Thread model: posix
gcc version 3.4.5 20051201 (Red Hat 3.4.5-2)
apachectl start
httpd: module "mod_jk.c" is not compatible with this version of Apache
(found 20020628, need 20020903).
Please contact the vendor for the correct version
Any help here is welcome.
thanks,
MIke Dundee
|