rh70_apache_modperl

This is part of The Pile, a partial archive of some open source mailing lists and newsgroups.



To: Jamie Krasnoo <webmaster@myeboard.com>
From: Francesc Guasch <frankie@etsetb.upc.es>
Subject: Re: RedHat 7.0 and mod-perl
Date: Tue, 09 Jan 2001 11:18:42 +0100

Jamie Krasnoo wrote:
> 
> Is anyone using mod-perl with apache-1.3.14 on RedHat 7.0? Any complaints?
> 
Me, core dumps.

I recompiled perl_5.005_03 ,apache_1.3.12, mod_perl-1.24 and now
it works:

$ perl -v

This is perl, version 5.005_03

$ telnet localhost 80
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
HEAD / HTTP1/0

HTTP/1.1 200 OK
Date: Tue, 09 Jan 2001 10:18:21 GMT
Server: Apache/1.3.12 (Unix) mod_perl/1.24

===

To: "'Jamie Krasnoo'" <webmaster@myeboard.com>, Modperl
<modperl@apache.org>
From: Geoffrey Young <gyoung@laserlink.net>
Subject: RE: RedHat 7.0 and mod-perl
Date: Tue, 9 Jan 2001 08:21:34 -0500 

there were some problem reports when 7.0 was first released - I don't think
any of those resulted in resolutions sent to the list...

from what I've heard, the gcc that ships with 7.0 had some real problems - I
dunno the current status, though...

===

To: Francesc Guasch <frankie@etsetb.upc.es>,
modperl@apache.org
From: andrewl <andrewl@hostahaven.com>
Subject: Re: RedHat 7.0 and mod-perl
Date: Tue, 09 Jan 2001 08:50:29 -0600

Jamie Krasnoo wrote:
>>Is anyone using mod-perl with apache-1.3.14 on RedHat 7.0? Any complaints?
Francesc Guasch wrote:
>>Me, core dumps.

 
Well, I'm trying to as well.  I have:
RedHat 7.0
Apache-1.3.14
Perl-5.6.0
mod_perl-1.24_01
Berkeley-3.1 (seemed required to get Sendmail 8.11.1 working).

From what I read at the apache.org site, one needs to have
Apache 2.0+ in order to run Berkeley 3.1, so I'm trying to
compile mod_perl without the DB.  I'm currently receiving an
error #29 with modules/src.t in the make test phase.

Please don't tell me I'm so close to the bleeding edge that
I'm going to get all bloody.... Story of my life....  (P.S.
Maybe someone has already posted a cure since my post of
last night but I haven't checked all mail as of yet.  I'll
keep my fingers crossed).

===

To: <frankie@etsetb.upc.es>
From: "Jamie Krasnoo" <webmaster@myeboard.com>
Subject: RE: RedHat 7.0 and mod-perl
Date: Tue, 9 Jan 2001 09:30:10 -0800

I have one problem that realy is more of an annoyance than a
threat. I've mentioned it before and realy got no solutions
as to why this happens. On RedHat 7.0 when I have
mod_perl-1.24_01 compiled in to apache-1.3.14 and have a
PerlRequire set to startup.pl. It (startup.pl) seems to get
run twice. I have dynamic subroutines loading up on startup
so the init gets run twice when it starts. It doesn't damage
anything when it happens but this problem only seems to
happen with RedHat 7.0 and its an updated version of it
too. Could be that the glibc is still funky after putting in
the new rpm but its realy weird. One other thing is that
when a stale pid file is present it seems to only run the
startup file once, super weird.

Not sure why it does this since I don't get this with any of
the other Linux distros or earlier RH distros (6.2 on down
seems to behave just fine).

===

To: Jamie Krasnoo <webmaster@myeboard.com>
From: "G.W. Haywood" <ged@www.jubileegroup.co.uk>
Subject: RE: RedHat 7.0 and mod-perl
Date: Tue, 9 Jan 2001 17:36:21 +0000 (GMT)

Hi there,

On Tue, 9 Jan 2001, Jamie Krasnoo wrote:

> (startup.pl) seems to get run twice.

Isn't this mentioned in the Guide?

===

To: Modperl <modperl@apache.org>
From: Blue Lang <blue@gator.net>
Subject: RE: RedHat 7.0 and mod-perl
Date: Tue, 9 Jan 2001 12:37:20 -0500 (EST)

On Tue, 9 Jan 2001, Jamie Krasnoo wrote:

> have a PerlRequire set to startup.pl. It (startup.pl) seems to get run
> twice. I have dynamic subroutines loading up on startup so the init gets run

Are you getting your information from strace or from top/ps?

If you haven't, strace it or run it from gdb and see what's up with it. Is
this a source install of apache + mod_perl, or packages?

===

the rest of The Pile (a partial mailing list archive)

doom@kzsu.stanford.edu