Return-Path: Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list tomcat-user@jakarta.apache.org Received: (qmail 14835 invoked from network); 23 May 2000 14:51:18 -0000 Received: from igate2.vodafone.co.uk (194.62.232.10) by locus.apache.org with SMTP; 23 May 2000 14:51:18 -0000 Received: by igate2.vodafone.co.uk; (8.8.8/1.3/10May95) id PAA06131; Tue, 23 May 2000 15:50:51 +0100 (BST) From: Received: from putney.Vodafone_ip (unverified [10.33.128.23]) by mimesweeper1.vfl.vodafone (Integralis SMTPRS 2.0.15) with ESMTP id for ; Tue, 23 May 2000 15:51:42 +0100 Received: by putney.vfl.vodafone with Internet Mail Service (5.5.2448.0) id ; Tue, 23 May 2000 15:50:58 +0100 Message-Id: <05F213A91473D2118C0400A0C9E989EE048A9F37@brixton.vodafone_ip> To: tomcat-user@jakarta.apache.org Subject: RE: Can't build mod_jserv.so Date: Tue, 23 May 2000 15:50:41 +0100 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2448.0) Content-Type: text/plain; charset="iso-8859-1" X-Spam-Rating: locus.apache.org 1.6.2 0/1000/N Yep. Same result. Failed with the same error -----Original Message----- From: Nick Marriage [mailto:nmarriage@ingenta.com] Sent: Tuesday, May 23, 2000 3:45 PM To: tomcat-user@jakarta.apache.org Subject: RE: Can't build mod_jserv.so Have you tried apxs -c -o mod_jverv.so *.c instead of apxs -c *.c -o mod_jverv.so as it says in the Minimalistic User Guide? The Guide is wrong; putting *.c at the end of the command worked for me. >-----Original Message----- >From: David.Emery@vf.vodafone.co.uk >[mailto:David.Emery@vf.vodafone.co.uk] >Sent: Tuesday, May 23, 2000 15:24 >To: tomcat-user@jakarta.apache.org >Subject: RE: Can't build mod_jserv.so > > >I've played around with the apxs script, and if you pass it any .c file, it >will generate the appropriate .o >It will through the list of files you pass to it. ie including wildcards >and always procudes the Break output at the end. Whether this means it has >failed or not, I'm not sure. > >Any Perl whizzkids car to have a look at the apxs script? > >For those currently running with Apache and the mod_jserv as provided with >the source version of Tomcat, does it run with an .so or .o. > >If the answer is .o. I presume my apxs script is working? > > > >-----Original Message----- >From: Albert James [mailto:ajames@sdyn.com] >Sent: Saturday, May 20, 2000 6:52 AM >To: tomcat-user@jakarta.apache.org >Subject: Can't build mod_jserv.so > > > > >Anyone seen this error before? I'm trying to compile/install mod_jserv.so >for >use with apache, using Apache 1.3.12 compiled with dso support... > >[root@www01 jserv]# /usr/local/apache/bin/apxs -c *.c -o mod_jserv >gcc -DLINUX=2 -DUSE_HSREGEX -DUSE_EXPAT -I../lib/expat-lite -DNO_DL_NEEDED >-I/usr/local/apache/include -c autochange.c >gcc -DLINUX=2 -DUSE_HSREGEX -DUSE_EXPAT -I../lib/expat-lite -DNO_DL_NEEDED >-I/usr/local/apache/include -c jserv_ajpv11.c >gcc -DLINUX=2 -DUSE_HSREGEX -DUSE_EXPAT -I../lib/expat-lite -DNO_DL_NEEDED >-I/usr/local/apache/include -c jserv_ajpv12.c >gcc -DLINUX=2 -DUSE_HSREGEX -DUSE_EXPAT -I../lib/expat-lite -DNO_DL_NEEDED >-I/usr/local/apache/include -c jserv_balance.c >gcc -DLINUX=2 -DUSE_HSREGEX -DUSE_EXPAT -I../lib/expat-lite -DNO_DL_NEEDED >-I/usr/local/apache/include -c jserv_image.c >gcc -DLINUX=2 -DUSE_HSREGEX -DUSE_EXPAT -I../lib/expat-lite -DNO_DL_NEEDED >-I/usr/local/apache/include -c jserv_mmap.c >gcc -DLINUX=2 -DUSE_HSREGEX -DUSE_EXPAT -I../lib/expat-lite -DNO_DL_NEEDED >-I/usr/local/apache/include -c jserv_protocols.c >gcc -DLINUX=2 -DUSE_HSREGEX -DUSE_EXPAT -I../lib/expat-lite -DNO_DL_NEEDED >-I/usr/local/apache/include -c jserv_status.c >gcc -DLINUX=2 -DUSE_HSREGEX -DUSE_EXPAT -I../lib/expat-lite -DNO_DL_NEEDED >-I/usr/local/apache/include -c jserv_utils.c >gcc -DLINUX=2 -DUSE_HSREGEX -DUSE_EXPAT -I../lib/expat-lite -DNO_DL_NEEDED >-I/usr/local/apache/include -c jserv_watchdog.c >gcc -DLINUX=2 -DUSE_HSREGEX -DUSE_EXPAT -I../lib/expat-lite -DNO_DL_NEEDED >-I/usr/local/apache/include -c jserv_wrapper.c >gcc -DLINUX=2 -DUSE_HSREGEX -DUSE_EXPAT -I../lib/expat-lite -DNO_DL_NEEDED >-I/usr/local/apache/include -c jserv_wrapper_unix.c >gcc -DLINUX=2 -DUSE_HSREGEX -DUSE_EXPAT -I../lib/expat-lite -DNO_DL_NEEDED >-I/usr/local/apache/include -c jserv_wrapper_win.c >gcc -DLINUX=2 -DUSE_HSREGEX -DUSE_EXPAT -I../lib/expat-lite -DNO_DL_NEEDED >-I/usr/local/apache/include -c mod_jserv.c > -o autochange.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 -o mod_jserv >apxs:Break: Command failed with rc=16711680 > > >... >Kindest Regards, >Albert. > > > >-------------------------------------------------------------------------- >To unsubscribe, email: tomcat-user-unsubscribe@jakarta.apache.org >For additional commmands, email: tomcat-user-help@jakarta.apache.org > >-------------------------------------------------------------------------- >To unsubscribe, email: tomcat-user-unsubscribe@jakarta.apache.org >For additional commmands, email: tomcat-user-help@jakarta.apache.org > > -------------------------------------------------------------------------- To unsubscribe, email: tomcat-user-unsubscribe@jakarta.apache.org For additional commmands, email: tomcat-user-help@jakarta.apache.org