Hello,

I'm trying to follow Jakarta Group's instructions to use Tomcat within
Apache. The document I use as a reference is the latest - but incomplete -
Tomcat user guide you can find at
http://jakarta.apache.org/cvsweb/index.cgi/jakarta-tomcat/src/doc/uguide/Att
ic/tomcat_ug.html .

I'm using the binaries for Tomcat 3.2.1. I compiled Apache 1.3.14 with DSO
support, as requested. My server is a Solaris 8 for Intel. Gcc version is
2.95.2 .

I downloaded the Tomcat source tarball to compile the Tomcat-modified JServ.
I followed the instructions but got this error:

root@solaris1:/usr/local/tomcat/src/src/native/apache/jserv>#
/usr/local/apache/bin/apxs -c -o mod_jserv.so *.c
gcc -DSOLARIS2=280 -DUSE_EXPAT -I../lib/expat-lite -DNO_DL_NEEDED  -I/usr/lo
cal/apache/include  -c autochange.c
gcc -DSOLARIS2=280 -DUSE_EXPAT -I../lib/expat-lite -DNO_DL_NEEDED  -I/usr/lo
cal/apache/include  -c jserv_ajpv11.c
gcc -DSOLARIS2=280 -DUSE_EXPAT -I../lib/expat-lite -DNO_DL_NEEDED  -I/usr/lo
cal/apache/include  -c jserv_ajpv12.c
gcc -DSOLARIS2=280 -DUSE_EXPAT -I../lib/expat-lite -DNO_DL_NEEDED  -I/usr/lo
cal/apache/include  -c jserv_balance.c
gcc -DSOLARIS2=280 -DUSE_EXPAT -I../lib/expat-lite -DNO_DL_NEEDED  -I/usr/lo
cal/apache/include  -c jserv_image.c
gcc -DSOLARIS2=280 -DUSE_EXPAT -I../lib/expat-lite -DNO_DL_NEEDED  -I/usr/lo
cal/apache/include  -c jserv_mmap.c
gcc -DSOLARIS2=280 -DUSE_EXPAT -I../lib/expat-lite -DNO_DL_NEEDED  -I/usr/lo
cal/apache/include  -c jserv_protocols.c
gcc -DSOLARIS2=280 -DUSE_EXPAT -I../lib/expat-lite -DNO_DL_NEEDED  -I/usr/lo
cal/apache/include  -c jserv_status.c
gcc -DSOLARIS2=280 -DUSE_EXPAT -I../lib/expat-lite -DNO_DL_NEEDED  -I/usr/lo
cal/apache/include  -c jserv_utils.c
gcc -DSOLARIS2=280 -DUSE_EXPAT -I../lib/expat-lite -DNO_DL_NEEDED  -I/usr/lo
cal/apache/include  -c jserv_watchdog.c
gcc -DSOLARIS2=280 -DUSE_EXPAT -I../lib/expat-lite -DNO_DL_NEEDED  -I/usr/lo
cal/apache/include  -c jserv_wrapper.c
gcc -DSOLARIS2=280 -DUSE_EXPAT -I../lib/expat-lite -DNO_DL_NEEDED  -I/usr/lo
cal/apache/include  -c jserv_wrapper_unix.c
gcc -DSOLARIS2=280 -DUSE_EXPAT -I../lib/expat-lite -DNO_DL_NEEDED  -I/usr/lo
cal/apache/include  -c jserv_wrapper_win.c
gcc -DSOLARIS2=280 -DUSE_EXPAT -I../lib/expat-lite -DNO_DL_NEEDED  -I/usr/lo
cal/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_protocols.o jserv_mmap.o jserv_image.o jserv_balance.o jserv_ajpv12.o
jserv_ajpv11.o autochange.o
apxs:Break: Command failed with rc=255
root@solaris1:/usr/local/tomcat/src/src/native/apache/jserv>#

Any help? :-(

Gianfranco



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to