You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by Rajesh Thiharie <ra...@velos.ssind.com> on 2000/09/21 12:37:29 UTC

mod_jk.so question

Folks

I am compiling the mod_jk.so according to the instruction provided.
This is what I use.

apxs -I$JAVA_HOME/include  -I$JAVA_HOME/include/linux -I ../jk/ -o
mod_jk.so -c *.c ../jk/*.c

The error I get is 

collect2: ld returned 1 exit status
apxs:Break: Command failed with rc=65536

I would be very happy if someone could tell me what I am doing wrong so
that I can correct it.

Thanks in Advance
Rajesh

P. S. I would be happy to post the complete output if someone needs is.