RE: Compiled-in but not recognized

2002-08-12 Thread Colin
Just to update that I thankfully have this working now :) It was a corrupted mod_perl.c file from the source tree that was causing the issue. Thanks. > >> Hi there, > >> > >> On Sun, 11 Aug 2002, Colin wrote: > >> > >>> I know this is a recurring problem but bear with me ... > >> > >> :) > >> >

RE: Compiled-in but not recognized

2002-08-11 Thread Colin
ompiled-in but not recognized > > > On Sun, 11 Aug 2002, Colin wrote: > > >> -Original Message- > >> From: Ged Haywood [mailto:[EMAIL PROTECTED]] > >> Sent: Sunday, August 11, 2002 6:02 PM > >> Subject: Re: Compiled-in but not recognized &

RE: Compiled-in but not recognized

2002-08-11 Thread Ed Grimm
On Sun, 11 Aug 2002, Colin wrote: >> -Original Message- >> From: Ged Haywood [mailto:[EMAIL PROTECTED]] >> Sent: Sunday, August 11, 2002 6:02 PM >> Subject: Re: Compiled-in but not recognized >> >> >> Hi there, >> >> On Sun, 11 Au

RE: Compiled-in but not recognized

2002-08-11 Thread Colin
> -Original Message- > From: Ged Haywood [mailto:[EMAIL PROTECTED]] > Sent: Sunday, August 11, 2002 6:02 PM > Subject: Re: Compiled-in but not recognized > > > Hi there, > > On Sun, 11 Aug 2002, Colin wrote: > > > I know this is

Re: Compiled-in but not recognized

2002-08-11 Thread Ged Haywood
Hi there, On Sun, 11 Aug 2002, Colin wrote: > I know this is a recurring problem but bear with me ... :) > httpd -l > Compiled-in modules: > http_core.c > mod_so.c > mod_perl.c pwd? > Syntax error on line 1141 of /usr/local/apache/conf/httpd.conf: > > Invalid command 'PerlHandler', perhaps

Compiled-in but not recognized

2002-08-11 Thread Colin
Hi all, I know this is a recurring problem but bear with me ... Outputs: httpd -l Compiled-in modules: http_core.c mod_so.c mod_perl.c Now, when i try to add the usual: SetHandler perl-script PerlHandler Apache::Registry Options -Indexes ExecCGI PerlSendHeader On I also get the usual: Synt