I am running a SCO Unixware 7.1.1 box with apache 1.3.14 I have tomcat 3.2.1
source downloaded, compiled, and installed.  When i go to compile mod_jserv
to get the so file and set up the interface with apache i get an error as
follows

//command to start the compile
apxs -c -o mod_jserv.so *.c

//messages displayed
cc -DUW=700 -DUSE_HSREGEX  -I/usr/local/apache/include  -c autochange.c
cc -DUW=700 -DUSE_HSREGEX  -I/usr/local/apache/include  -c jserv_ajpv11.c
cc -DUW=700 -DUSE_HSREGEX  -I/usr/local/apache/include  -c jserv_ajpv12.c
cc -DUW=700 -DUSE_HSREGEX  -I/usr/local/apache/include  -c jserv_balance.c
cc -DUW=700 -DUSE_HSREGEX  -I/usr/local/apache/include  -c jserv_image.c
cc -DUW=700 -DUSE_HSREGEX  -I/usr/local/apache/include  -c jserv_mmap.c
cc -DUW=700 -DUSE_HSREGEX  -I/usr/local/apache/include  -c jserv_protocols.c
cc -DUW=700 -DUSE_HSREGEX  -I/usr/local/apache/include  -c jserv_status.c
cc -DUW=700 -DUSE_HSREGEX  -I/usr/local/apache/include  -c jserv_utils.c
UX:acomp: WARNING: "jserv_utils.c", line 117: statement not reached
cc -DUW=700 -DUSE_HSREGEX  -I/usr/local/apache/include  -c jserv_watchdog.c
cc -DUW=700 -DUSE_HSREGEX  -I/usr/local/apache/include  -c jserv_wrapper.c
cc -DUW=700 -DUSE_HSREGEX  -I/usr/local/apache/include  -c
jserv_wrapper_unix.c
UX:acomp: WARNING: "jserv_wrapper_unix.c", line 557: statement not reached
cc -DUW=700 -DUSE_HSREGEX  -I/usr/local/apache/include  -c
jserv_wrapper_win.c
cc -DUW=700 -DUSE_HSREGEX  -I/usr/local/apache/include  -c mod_jserv.c
  -o mod_jserv.so mod_jserv.o jserv_wrapper_win.o jserv_wrapper_unix.o
jserv_wrapper.o jserv_watchdog.o jserv_utils.o jserv_status.o jserv_prot
ocols.o jserv_mmap.o jserv_image.o jserv_balance.o jserv_ajpv12.o
jserv_ajpv11.o autochange.o
//here is the error that I keep getting
apxs:Break: Command failed with rc=16711680

To be rather blunt I have not the foggiest idea what the problem is.  I have
tried running the compile as root that has not helped though

Any assistance would be greatly appreciated.

Jed Duty

Reply via email to