You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl@perl.apache.org by David McCabe <da...@mcgill.ca> on 2002/08/15 16:00:33 UTC

Re: __floatdisf: error Compling mod_perl 1.27,apache 1.3.26 on Solaris 8 with gcc 2.95.2

tom.robinson@auto-online.co.uk wrote:
> 
> Hello,
> 
> I'm not having a great day here! :-(

For me, it was a few weeks ago, when I posted the same question. :)
 
> Trying to install mod_perl 1.27 with apache 1.3.26 and perl 5.8.0 on
> Solaris 8 using gcc 2.95.2.

Same versions as me, except gcc is 2.95.3. :)
 
> I keep getting the following error when I run make test in the mod_perl
> source tree:

> internal/http-get.....Internal Server Error
> internal/http-post....Internal Server Error

Same errors I get.

> My main concern is the first error though. I've tried many options and
> settings and browsed the archives but I'm still not able to get this
> working. :-(

I treied everything I could think of too. I finally got it to work by adding
this to the Apache Configure command:

--disable-shared=perl

This will build a static mod_perl into your httpd binary, but keep everything
else DSO, since you have --enable-shared=max . I know it sucks, so that is why I
am sticking with perl 5.6.1 for the time being, as a mod_perl with that works as
a DSO on Solaris 8. :(

-- 
David McCabe  Network and Communications Services, McGill University
Montreal, Quebec, Canada                      david.mccabe@mcgill.ca
	In theory there is no difference between theory and practice.
	In practice there is.  -Yogi Berra