Re: mod_perl.c Not Compatible with Apache

2003-01-06 Thread Stas Bekman
Dale Lancaster wrote: Trying to narrow down a problem I am having with mod_perl::PerlRun on a stock RedHat 8.0 system, I have the following that simply doesn't work reliably under Apache 2.0.40 and mod_perl-1.99_05-3. The script runs fine for the first few refreshes and then I get the ominous err

RE: mod_perl.c Not Compatible with Apache

2003-01-04 Thread Dale Lancaster
Trying to narrow down a problem I am having with mod_perl::PerlRun on a stock RedHat 8.0 system, I have the following that simply doesn't work reliably under Apache 2.0.40 and mod_perl-1.99_05-3. The script runs fine for the first few refreshes and then I get the ominous error message: Error mes

RE: mod_perl.c Not Compatible with Apache

2003-01-03 Thread Randy Kobes
On Fri, 3 Jan 2003, Steve Davis wrote: [ .. ] > To configure Apache: > ./configure --prefix=/etc/httpd --with-mpm=prefork > > To configure mod_perl: > perl Makefile.PL MP_AP_PREFIX=/etc/httpd MP_APXS=/etc/httpd/bin/apxs > MP_INST_APACHE2=1 MP_DEBUG=1 > > Also, when I examine /etc/httpd/bin/httpd

Re: mod_perl.c Not Compatible with Apache

2003-01-03 Thread Stas Bekman
I've updated the README file to specify the minimum and maximum Apache versions required, the next mod_perl version's release will include it. As for your troubles, as Randy has suggested you probably have a bunch of various installs laying around and you've it all messed up. You don't need to

RE: mod_perl.c Not Compatible with Apache

2003-01-03 Thread Steve Davis
CTED]] Sent: Friday, January 03, 2003 5:19 PM To: Steve Davis Cc: [EMAIL PROTECTED] Subject: RE: mod_perl.c Not Compatible with Apache On Fri, 3 Jan 2003, Steve Davis wrote: > Randy, > > All of what I've done, in the form of compiling software, has been done > on the same

RE: mod_perl.c Not Compatible with Apache

2003-01-03 Thread Randy Kobes
On Fri, 3 Jan 2003, Steve Davis wrote: > Randy, > > All of what I've done, in the form of compiling software, has been done > on the same computer and with the same release of the RH. So, there is > nothing for which I'm doing to distinctly change which compiler is being > used between the compi

RE: mod_perl.c Not Compatible with Apache

2003-01-03 Thread Steve Davis
Randy, All of what I've done, in the form of compiling software, has been done on the same computer and with the same release of the RH. So, there is nothing for which I'm doing to distinctly change which compiler is being used between the compilations of the packages. As best as I can recall, t

Re: mod_perl.c Not Compatible with Apache

2003-01-03 Thread Randy Kobes
On Fri, 3 Jan 2003, Steve Davis wrote: > Upon successfully compiling mod_perl 2.0, and modifying httpd.conf so > that it becomes invoked at the start of Apache 2.0.43, the following > error message is gernerated. It is "httpd failed. The error was: > Starting httpd: httpd: module "mod_perl.c" is

mod_perl.c Not Compatible with Apache

2003-01-03 Thread Steve Davis
Upon successfully compiling mod_perl 2.0, and modifying httpd.conf so that it becomes invoked at the start of Apache 2.0.43, the following error message is gernerated. It is "httpd failed. The error was: Starting httpd: httpd: module "mod_perl.c" is not compatible with this version of Apache. Plea