Re: RedHat 7.0 and mod-perl

2001-01-09 Thread Francesc Guasch

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 -



RE: RedHat 7.0 and mod-perl

2001-01-09 Thread Geoffrey Young

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

--Geoff

 -Original Message-
 From: Jamie Krasnoo [mailto:[EMAIL PROTECTED]]
 Sent: Monday, January 08, 2001 7:21 PM
 To: Modperl
 Subject: RedHat 7.0 and mod-perl
 
 
 Is anyone using mod-perl with apache-1.3.14 on RedHat 7.0? 
 Any complaints?
 
 Jamie Krasnoo
 



Re: RedHat 7.0 and mod-perl

2001-01-09 Thread andrewl

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

Andrew Lietzow
Plantsman
Wannabe Hacker?






RE: RedHat 7.0 and mod-perl

2001-01-09 Thread Jamie Krasnoo

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 -




RE: RedHat 7.0 and mod-perl

2001-01-09 Thread G.W. Haywood

Hi there,

On Tue, 9 Jan 2001, Jamie Krasnoo wrote:

 (startup.pl) seems to get run twice.

Isn't this mentioned in the Guide?

73,
Ged.