You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Ryan Petty <rb...@homer.xero.net> on 2000/12/12 02:07:08 UTC

Solaris 2.8 build of mod_jk "Command failed with rc=16711680"

I am trying to compile mod_jk on Solaris 2.8.  I have installed Java, Apache with DSO
support etc.

I issue the following command per the instructions at:

http://jakarta.apache.org/tomcat/jakarta-tomcat/src/doc/mod_jk-howto.html


# /usr/apache/bin/apxs -o mod_jk.so -DSOLARIS \
-I../jk -I/usr/java/include -I/usr/java/include/solaris \
-lposix4 -c *.c ../jk/*.c
gcc -DEAPI -DMOD_PERL -DUSE_EXPAT -O -G -Kpic -I/usr/apache/include -I../jk
-I/usr/java/include -I/usr/java/include/solaris -DSOLARIS  -c mod_jk.c
apxs:Break: Command failed with rc=16711680

Any help is appreciated.  I saw similar problems in the past, and have read several
HOWTOs, but to no avail.

Ryan