Matt Goyer wrote:
>
> 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.
>
On Wed, Nov 28, 2001 at 03:30:38PM -0500, Matt Goyer wrote:
> 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)'
That's a good question. I'm not seeing any relevant flags or pa
y, November 28, 2001 1:56 PM
To: Tomcat Developers List
Subject: Re: Mod_webapp & Solaris 8
On Wed, Nov 28, 2001 at 10:08:28AM -0800, Justin Erenkrantz wrote:
> On Wed, Nov 28, 2001 at 12:31:13PM -0500, mgoyer wrote:
> > Httpd was built with gcc-3.0.1 the same version that I'm usi
On Wed, Nov 28, 2001 at 10:08:28AM -0800, Justin Erenkrantz wrote:
> On Wed, Nov 28, 2001 at 12:31:13PM -0500, mgoyer wrote:
> > Httpd was built with gcc-3.0.1 the same version that I'm using for
> > mod_webapp.
>
> Then, just add -R/path/to/gcc-3.0.1/lib to your LDFLAGS for
> httpd.
There's a t
On Wed, Nov 28, 2001 at 10:32:05AM -0800, Justin Erenkrantz wrote:
> You could try:
>
> LIBS="-Lgcc" \
> LDFLAGS=-R/usr/local/lib/gcc-lib/sparc-sun-solaris2.8/3.0.1 \
> ./configure --enable-module=rewrite --enable-shared=rewrite
Ack, I meant -lgcc not -Lgcc. Freezing cold sticky fingers. -- ju
On Wed, Nov 28, 2001 at 01:26:41PM -0500, Matt Goyer wrote:
> 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
thing?
Thanks,
Matt
-Original Message-
From: Justin Erenkrantz [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, November 28, 2001 1:08 PM
To: Tomcat Developers List
Subject: Re: Mod_webapp & Solaris 8
On Wed, Nov 28, 2001 at 12:31:13PM -0500, mgoyer wrote:
> Httpd was built with gcc-3.0.1 the same
On Wed, Nov 28, 2001 at 12:31:13PM -0500, mgoyer wrote:
> Httpd was built with gcc-3.0.1 the same version that I'm using for
> mod_webapp.
Then, just add -R/path/to/gcc-3.0.1/lib to your LDFLAGS for
httpd.
(Using gcc-3.0.1 on Solaris is a really tricky beast because
gcc doesn't add the -R flags
Httpd was built with gcc-3.0.1 the same version that I'm using for
mod_webapp.
-Original Message-
From: Justin Erenkrantz [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, November 28, 2001 11:34 AM
To: Tomcat Developers List
Subject: Re: Mod_webapp & Solaris 8
On Wed, Nov 28, 2001
On Wed, Nov 28, 2001 at 11:15:07AM -0500, Matt Goyer wrote:
> Syntax error on line 206 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_weba
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
11 matches
Mail list logo