Building connectors from CVS has errors?

2002-01-26 Thread Matt Goyer
I'm having problems with webapp-module 1.0.1 mangling uploads and read that the latest code in CVS should fix the problem. I followed the instructions and grabbed connectors and APR from CVS but after issuing the following instructions I get the following errors: ./support/buildconf.sh [runs w/o

RE: Mod_webapp & Solaris 8

2001-11-28 Thread Matt Goyer
I've got both binutils and libtool installed. How do I get it to use the GNU linker instead? Though 'ld -v' tells me ld -v 'GNU ld version 2.11.2 (with BFD 2.11.2)' Thanks, Matt -Original Message- From: Aaron Bannert [mailto:[EMAIL PROTECTED]] Sent: Wednesday, November 28, 2001 1:56 PM

RE: Mod_webapp & Solaris 8

2001-11-28 Thread Matt Goyer
Tricky beast it is! I installed gcc 3.0.1 using the sunfreeware package and it looks like it's sticking the lib files in /usr/local/lib/gcc-lib/sparc-sun-solaris2.8/3.0.1 so: To configure Apache I'm doing: LDFLAGS=-R/usr/local/lib/gcc-lib/sparc-sun-solaris2.8/3.0.1 \ ./configure --enable-modul

Mod_webapp & Solaris 8

2001-11-28 Thread Matt Goyer
I've been struggling with this for a week or two now.. I'm able to compile mod_webapp on Solaris 8 with GCC 3.0.1 using the snapshots of mod_webapp and apr from CVS. However I have to modify my apxs since three values don't get properly set by the apache makefile. So I then try and load my compi

RE: Building mod_webapp on Solaris 8

2001-11-13 Thread Matt Goyer
aris 8 On Tue, Nov 13, 2001 at 01:55:51PM -0500, Matt Goyer wrote: > I'm also having the same problem with libgcc when I try and build and > compile my own mod_jk. > > Any pointers on where libgcc should be so that Apache/mod_xx finds it would > be appreciated. Add -R/path/to/g

RE: Building mod_webapp on Solaris 8

2001-11-13 Thread Matt Goyer
06 of /usr/local/apache/conf/httpd.conf: Cannot load /usr/local/apache/libexec/mod_webapp.so into server: ld.so.1: /usr/local/apache/bin/httpd: fatal: relocation error: file /usr/local/apache/libexec/mod_webapp.so: symbol __lshrdi3: referenced symbol not found Matt -Original Message- From:

Building mod_webapp on Solaris 8

2001-11-13 Thread Matt Goyer
I tried using the mod_webapp binary for Solaris 8 but it was complaining about something so I'm trying to build it myself. At first I had some problems with APXS but after following the instructions at http://www2.real-time.com/rte-tomcat/2000/Jun/msg00217.html I was able to get mod_webapp to at