You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Lester Balmaceda Santamaria <le...@ibw.com.ni> on 2000/11/16 17:49:26 UTC

Mod_jserv for Solaris 7.0 sparc

I have been trying to compile mod_jserv for days and I'm only receiving this message:



apxs -c mod_jserv.c jserv*.c
cc -DSOLARIS2=270 -DUSE_EXPAT -I../lib/expat-lite -KPIC -DSHARED_MODULE -I/usr/local/apache/include  -c mod_jserv.c
apxs:Break: Command failed with rc=16711680

Suggestions, ideas ?

Thanks

Lester Balmaceda.



Re: Mod_jserv for Solaris 7.0 sparc

Posted by "Sunny L.S.Chan" <su...@delirium.com.hk>.
I have encountered the same problem like Lester (Same OS), the extend of the message is :

# /usr/local/apache_1.3.14/bin/apxs -c -o mod_jserv.so *.c
gcc -DSOLARIS2=270 -DUSE_EXPAT -I../lib/expat-lite -DNO_DL_NEEDED  -I/usr/local/apache/include  -c autochange.c
gcc -DSOLARIS2=270 -DUSE_EXPAT -I../lib/expat-lite -DNO_DL_NEEDED  -I/usr/local/apache/include  -c jserv_ajpv11.c
gcc -DSOLARIS2=270 -DUSE_EXPAT -I../lib/expat-lite -DNO_DL_NEEDED  -I/usr/local/apache/include  -c jserv_ajpv12.c
gcc -DSOLARIS2=270 -DUSE_EXPAT -I../lib/expat-lite -DNO_DL_NEEDED  -I/usr/local/apache/include  -c jserv_balance.c
gcc -DSOLARIS2=270 -DUSE_EXPAT -I../lib/expat-lite -DNO_DL_NEEDED  -I/usr/local/apache/include  -c jserv_image.c
gcc -DSOLARIS2=270 -DUSE_EXPAT -I../lib/expat-lite -DNO_DL_NEEDED  -I/usr/local/apache/include  -c jserv_mmap.c
gcc -DSOLARIS2=270 -DUSE_EXPAT -I../lib/expat-lite -DNO_DL_NEEDED  -I/usr/local/apache/include  -c jserv_protocols.c
gcc -DSOLARIS2=270 -DUSE_EXPAT -I../lib/expat-lite -DNO_DL_NEEDED  -I/usr/local/apache/include  -c jserv_status.c
gcc -DSOLARIS2=270 -DUSE_EXPAT -I../lib/expat-lite -DNO_DL_NEEDED  -I/usr/local/apache/include  -c jserv_utils.c
gcc -DSOLARIS2=270 -DUSE_EXPAT -I../lib/expat-lite -DNO_DL_NEEDED  -I/usr/local/apache/include  -c jserv_watchdog.c
gcc -DSOLARIS2=270 -DUSE_EXPAT -I../lib/expat-lite -DNO_DL_NEEDED  -I/usr/local/apache/include  -c jserv_wrapper.c
gcc -DSOLARIS2=270 -DUSE_EXPAT -I../lib/expat-lite -DNO_DL_NEEDED  -I/usr/local/apache/include  -c jserv_wrapper_unix.c
gcc -DSOLARIS2=270 -DUSE_EXPAT -I../lib/expat-lite -DNO_DL_NEEDED  -I/usr/local/apache/include  -c jserv_wrapper_win.c
gcc -DSOLARIS2=270 -DUSE_EXPAT -I../lib/expat-lite -DNO_DL_NEEDED  -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_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=16777215

Anyone have any ideas which step I missed? 


  ----- Original Message ----- 
  From: Lester Balmaceda Santamaria 
  To: tomcat-user@jakarta.apache.org 
  Sent: Friday, November 17, 2000 12:49 AM
  Subject: Mod_jserv for Solaris 7.0 sparc


  I have been trying to compile mod_jserv for days and I'm only receiving this message:


   
  apxs -c mod_jserv.c jserv*.c
  cc -DSOLARIS2=270 -DUSE_EXPAT -I../lib/expat-lite -KPIC -DSHARED_MODULE -I/usr/local/apache/include  -c mod_jserv.c
  apxs:Break: Command failed with rc=16711680

  Suggestions, ideas ?

  Thanks

  Lester Balmaceda.