Re: Installing mod_perl with ActiveState

2002-01-10 Thread C.Hauser - IT assistance GmbH


 The installation of mod_perl (from theoryx5.uwinnipeg.ca) via ppm fails when
 it attempts to install mod_perl.so to c:\apache root. The default location
 for apache when I installed it was c:\program files\apache group\apache. I
 followed the instructions and manually copied mod_perl.so to my modules
 directory.

Does it now fails in Installtion or ...

 LoadModule perl_module modules/mod_perl.so
 in httpd.conf, which parses okay.

... does it parse OK?

I used the above ingredients and the result was OK, from the scratch.
I installed it in E:\Server\Apache, so no spaces. But this shouldn't
be the problem?

LoadModule perl_module modules/mod_perl.so
AddModule mod_perl.c


CU Christian




RE: Installing mod_perl with ActiveState

2002-01-10 Thread Dan Horne

CU, cheers for this -

2 Things:

1. I reinstalled apache in c:/apache
2. I added AddModule mod_perl.c as you mentioned below. I did try with my
old installation, but it didn't seem to parse. I don't know what was
different this time other than my installation directory

Thanks again

Dan



-Original Message-
From: C.Hauser - IT assistance GmbH [mailto:[EMAIL PROTECTED]]
Sent: Thursday, January 10, 2002 9:49 PM
To: Dan Horne
Cc: [EMAIL PROTECTED]
Subject: Re: Installing mod_perl with ActiveState



 The installation of mod_perl (from theoryx5.uwinnipeg.ca) via ppm fails
when
 it attempts to install mod_perl.so to c:\apache root. The default location
 for apache when I installed it was c:\program files\apache group\apache. I
 followed the instructions and manually copied mod_perl.so to my modules
 directory.

Does it now fails in Installtion or ...

 LoadModule perl_module modules/mod_perl.so
 in httpd.conf, which parses okay.

... does it parse OK?

I used the above ingredients and the result was OK, from the scratch.
I installed it in E:\Server\Apache, so no spaces. But this shouldn't
be the problem?

LoadModule perl_module modules/mod_perl.so
AddModule mod_perl.c


CU Christian