I am having trouble compiling a mod_jserv.so on the following system:
gcc -v
Reading specs from
/hf/local/lib/gcc-lib/sparc-sun-solaris2.6/2.95.2/specs
gcc version 2.95.2 19991024 (release)
uname -a
SunOS fayette 5.6 Generic_105181-20 sun4u sparc SUNW,Ultra-5_10
perl -v
This is perl, version 5.005_01 built for sun4-solaris-thread
The problem: when using Apache 1.3.9's apxs to compile Tomcat
mod_jserv.so
I get:
/ltmp/w3/bin/apxs -c *.c -o mod_jserv.so
gcc -DSOLARIS2=260 -DUSE_EXPAT -I../lib/expat-lite -I/ltmp/w3/include
-c auto
change.c
gcc -DSOLARIS2=260 -DUSE_EXPAT -I../lib/expat-lite -I/ltmp/w3/include
-c jser
v_ajpv11.c
.
.
.
gcc -DSOLARIS2=260 -DUSE_EXPAT -I../lib/expat-lite -I/ltmp/w3/include
-c mod_
jserv.c
-o autochange.so mod_jserv.o jserv_wrapper_win.o jserv_wrapper_unix.o
jserv_w
rapper.o jserv_watchdog.o jserv_utils.o jserv_status.o jserv_protocols.o
jserv_
mmap.o jserv_image.o jserv_balance.o jserv_ajpv12.o jserv_ajpv11.o
autochange.o
-o mod_jserv.so
apxs:Break: Command failed with rc=16711680
Do you have any suggestions?
TIA
Bruce
-----------------------------------------------------------------------------
G. Bruce Williams (Sr. Systems Analyst)
http://www.cis.uab.edu/info/staff/gbw/will.html
Computer and Information Sciences e-mail:[EMAIL PROTECTED]
University of Alabama at Birmingham voice:(205) 934-2213
Birmingham, AL 35294-1170 facsimile:(205) 934-5473
~