[EMAIL PROTECTED] 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                      [EMAIL PROTECTED]
        In theory there is no difference between theory and practice.
        In practice there is.  -Yogi Berra

Reply via email to