You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl@perl.apache.org by John D Groenveld <jd...@stevens.arl.psu.edu> on 2006/06/07 22:07:08 UTC

Re: mod_perl - make test fails on Solaris 10

In message <44...@reading.ac.uk>, "Sheila R. Bryant" writes:
>Hi,
>
>I'm trying to add mod_perl to my Apache server. I've got
>
>Solaris 10
>Apache 2.2.2
>mod_perl 2.0.2
>
>I'm using gcc 3.4.3, supplied by Sun, perl 5.8.4, supplied by Sun. I'm 
>using the perlgcc utility which is claimed to enable gcc compiled 
>modules, despite perl being compiled using Sun compilers. Apache 
>wouldn't compile with Sun compiler....

Where did it fail?

I'm using this cookbook:
<URL:http://www.cse.psu.edu/~groenvel/apache2.html>

John
groenveld@acm.org


Re: mod_perl - make test fails on Solaris 10

Posted by John D Groenveld <jd...@stevens.arl.psu.edu>.
In message <Pi...@banquo.ucc.usyd.edu.au>, Jie Gao w
rites:
>Don't know. There is an issue with Apache 2.2.2. Advice given to me is to
>compile everything for Apache 2.2.0, and then install Apache 2.2.2 on top of i
>t.

$ uname -sr
SunOS 5.10
$ /opt/apache2/perl-5.8.8/bin/HEAD http://localhost:8080
200 OK
Connection: close
Date: Thu, 08 Jun 2006 01:50:11 GMT
Accept-Ranges: bytes
ETag: "79dac-2c-4c23b600"
Server: Apache/2.2.2 (Unix) DAV/2 mod_ssl/2.2.2 OpenSSL/0.9.7d mod_perl/2.0.2 Perl/v5.8.8
Content-Length: 44
Content-Type: text/html
Last-Modified: Sat, 20 Nov 2004 20:16:24 GMT
Client-Date: Thu, 08 Jun 2006 01:50:11 GMT
Client-Peer: 127.0.0.1:8080
Client-Response-Num: 1

John
groenveld@acm.org

Re: mod_perl - make test fails on Solaris 10

Posted by Jie Gao <J....@isu.usyd.edu.au>.


On Wed, 7 Jun 2006, John D Groenveld wrote:

> Date: Wed, 07 Jun 2006 16:07:08 -0400
> From: John D Groenveld <jd...@stevens.arl.psu.edu>
> To: Sheila R. Bryant <s....@reading.ac.uk>
> Cc: modperl@perl.apache.org
> Subject: Re: mod_perl - make test fails on Solaris 10
>
> In message <44...@reading.ac.uk>, "Sheila R. Bryant" writes:
> >Hi,
> >
> >I'm trying to add mod_perl to my Apache server. I've got
> >
> >Solaris 10
> >Apache 2.2.2
> >mod_perl 2.0.2
> >
> >I'm using gcc 3.4.3, supplied by Sun, perl 5.8.4, supplied by Sun. I'm
> >using the perlgcc utility which is claimed to enable gcc compiled
> >modules, despite perl being compiled using Sun compilers. Apache
> >wouldn't compile with Sun compiler....
>
> Where did it fail?

Don't know. There is an issue with Apache 2.2.2. Advice given to me is to
compile everything for Apache 2.2.0, and then install Apache 2.2.2 on top of it.

Regards,



Jie