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).

Jamie

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, January 09, 2001 2:19 AM
To: Jamie Krasnoo
Cc: Modperl
Subject: Re: RedHat 7.0 and mod-perl


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

--
 - frankie -

Reply via email to