RE: RedHat 7.0 and mod-perl

2001-01-09 Thread Blue Lang
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

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.

RE: RedHat 7.0 and mod-perl

2001-01-09 Thread Jamie Krasnoo
t 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?

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

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: Jami

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 loc