We are trying to integrate Apache (1.3.14) & Tomcat (3.2.1) by building a
mod_jk.so file.  Our platform is AIX 4.2.  We have tried following all the
documentation that came with each of those packages with no luck.  

Everything seems to compile ok, creating *.o files but when the final link
process begins to create the mod_jk.so the build fails.  Below is a snip of
the link and subsequent error messages.

Any assistance or suggestions would be greatly appreciated!

Thank you!
-Mark-


ld -H512 -T512 -bhalt:4 -bM:SRE -bnoentry
-bI:/usr/local/apache/libexec/httpd.exp -lc -o  mod_jk.so jk_worker.o
jk_util.o jk_uri_worker_map.o jk_sockbuf.o jk_pool.o jk_nwmain.o
jk_msg_buff.o jk_map.o jk_lb_worker.o jk_jni_worker.o jk_connect.o
jk_ajp13_worker.o jk_ajp13.o jk_ajp12_worker.o mod_jk.o

ld: 0711-244 ERROR: No csects or exported symbols have been saved.

apxs:Break: Command failed with rc=8


Reply via email to