You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Jeff Jenkins <jj...@jetstream.com> on 2000/11/01 23:14:00 UTC

Building mod_jserv.so

Hi,
 
I am trying to build mod_jserv.so per instructions in tomcat_ug.html.
I change directory into jakarta-tomcat/src/native/apache/jserv and execute 
 
apxs -c *.c -o mod_jserv.so
 
It compiles and then looks like it is trying to link, but stops with the
following information:
 
apxs:Break: Command failed with rc=16711680
 
Any ideas what I am missing? 
I am trying this on Solaris 7/SPARC.  I downloaded 3.1 source code.  I am
using GCC 2.95.2.
 
-- jrj