Re: Cannot buiild mod_jserv.so

2001-02-22 Thread Ludovic Maitre
Hello, From http://www.webdav.org/mod_dav/install.html : Note: if using APXS and your Apache installation does not support loadable modules, then APXS will terminate with an error. Typically, we have seen the following error when this happens: apxs:Break: Command failed with rc=16711680 If

Cannot buiild mod_jserv.so

2001-02-21 Thread Manos Riglis
Hi, I have tried to build mod_jserv.so in a solaris box for tomcat 3.2.1, by running apxs -c -o mod_jserv.so *.c.; Here is the compiler output [jserv]:DEVapxs -c -o mod_jserv.so *.c gcc -DSOLARIS2=270 -DUSE_EXPAT -I../lib/expat-lite -DNO_DL_NEEDED -I/usr/lo cal/apache/include -c

RE: Cannot buiild mod_jserv.so

2001-02-21 Thread Jones, Stephen
I have found the order of parameters to matter a great deal, try this: /usr/local/apache/bin/apxs -c *.c -o mod_jserv.so Steve -Original Message- From: Manos Riglis [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 21, 2001 10:05 AM To: [EMAIL PROTECTED] Subject: Cannot buiild