You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by Vi...@aol.com on 2001/07/28 21:27:11 UTC

build mod_jk.so on aix4.3

 problem on aix4.3.3, apache  1.3 and tomcat 3.2  I will really appreciate if 
anyone could help...........

I issued the following command:

make -f Makefile.linux mod_jk.so

and it ended with the following error:
.. something
.. something
..
..
"../jk/jk_uri_worker_map.c", line 62.65: 1506-342 (W) "/*" detected in 
comment.
"../jk/jk_uri_worker_map.c", line 242.77: 1506-342 (W) "/*" detected in 
comment.
"../jk/jk_uri_worker_map.c", line 243.44: 1506-342 (W) "/*" detected in 
comment.
ld -H512 -T512 -bhalt:4 -bM:SRE -bnoentry 
-bl:/usr/local/apache/libexec/httpd.exp -lc -o mod_jk.so jk_uri_worker_map.o 
jk_map.o jk_sockbuf.o jk_lb_worker.o jk_ajp13_worker.o jk_worker.o jk_pool.o 
jk_jni_worker.o jk_ajp13.o jk_util.o jk_msg_buff.o jk_connect.o 
jk_ajp12_worker.o mod_jk.o 
id:0711-244 ERROR: NO CSECTS OR EXPORTED SYMBOLS HAVE BEEN SAVED.
APXS:BREAK: COMMAND FAILED WITH RC=8
MAKE: 1254-004 THE ERROR CODE FROM THE LAST COMMAND IS 1.

STOP.


.

Re: build mod_jk.so on aix4.3

Posted by jean-frederic clere <jf...@fujitsu-siemens.com>.
Vibanu@aol.com wrote:
> 
>  problem on aix4.3.3, apache  1.3 and tomcat 3.2  I will really appreciate if
> anyone could help...........
> 
> I issued the following command:

Try to use jakarta-tomcat-connectors and the configure of jk/native
subdirectory.

> 
> make -f Makefile.linux mod_jk.so
> 
> and it ended with the following error:
> .. something
> .. something
> ..
> ..
> "../jk/jk_uri_worker_map.c", line 62.65: 1506-342 (W) "/*" detected in
> comment.
> "../jk/jk_uri_worker_map.c", line 242.77: 1506-342 (W) "/*" detected in
> comment.
> "../jk/jk_uri_worker_map.c", line 243.44: 1506-342 (W) "/*" detected in
> comment.
> ld -H512 -T512 -bhalt:4 -bM:SRE -bnoentry
> -bl:/usr/local/apache/libexec/httpd.exp -lc -o mod_jk.so jk_uri_worker_map.o
> jk_map.o jk_sockbuf.o jk_lb_worker.o jk_ajp13_worker.o jk_worker.o jk_pool.o
> jk_jni_worker.o jk_ajp13.o jk_util.o jk_msg_buff.o jk_connect.o
> jk_ajp12_worker.o mod_jk.o
> id:0711-244 ERROR: NO CSECTS OR EXPORTED SYMBOLS HAVE BEEN SAVED.
> APXS:BREAK: COMMAND FAILED WITH RC=8
> MAKE: 1254-004 THE ERROR CODE FROM THE LAST COMMAND IS 1.
> 
> STOP.
> 
> .