Link to home
Start Free TrialLog in
Avatar of abhijeetsalvi
abhijeetsalvi

asked on

mod_jk compilation is killing me. Has any one come across this errors?

Hi,
For the past four days i have been trying to compile mod_jk connector src to make apache communicate with our tomcat server. I have sun solaris sparc 10, apache 1.3.39 (default with solaris) and tomcat instance on another server as jboss app-server. With great difficulty i could run the
./configure --with-apxs=/usr/apache/bin/apxs
and successfully get the make files, but then when i run
make
It is throwing these errors,
gcc: .libs/mod_jk.o: No such file or directory
gcc: ../common/.libs/jk_ajp12_worker.o: No such file or directory
gcc: ../common/.libs/jk_connect.o: No such file or directory
gcc: ../common/.libs/jk_msg_buff.o: No such file or directory
gcc: ../common/.libs/jk_util.o: No such file or directory
gcc: ../common/.libs/jk_ajp13.o: No such file or directory
gcc: ../common/.libs/jk_pool.o: No such file or directory
gcc: ../common/.libs/jk_worker.o: No such file or directory
gcc: ../common/.libs/jk_ajp13_worker.o: No such file or directory
gcc: ../common/.libs/jk_lb_worker.o: No such file or directory
gcc: ../common/.libs/jk_sockbuf.o: No such file or directory
gcc: ../common/.libs/jk_map.o: No such file or directory
gcc: ../common/.libs/jk_uri_worker_map.o: No such file or directory
gcc: ../common/.libs/jk_ajp14.o: No such file or directory
gcc: ../common/.libs/jk_ajp14_worker.o: No such file or directory
gcc: ../common/.libs/jk_md5.o: No such file or directory
gcc: ../common/.libs/jk_ajp_common.o: No such file or directory
gcc: ../common/.libs/jk_context.o: No such file or directory
make[1]: *** [mod_jk.la] Error 1
make[1]: Leaving directory `/softwares/jakarta-tomcat-connectors-jk-1.2.6-src/jk/native/apache-1.3'
make: *** [all-recursive] Error 1
and also during make idt gives some things like
"gcc: jk_context.c: linker input file unused because linking not done" and hosts of such messages.
Any help in this regard will be appreciated
Avatar of yuzh
yuzh

Please have a look at the following page to see if it can help:
http://www.jajakarta.org/tomcat/tomcat3.2-4.0/tomcat-3.2.3/doc/mod_jk-howto.html
ASKER CERTIFIED SOLUTION
Avatar of abhijeetsalvi
abhijeetsalvi

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial