You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl@perl.apache.org by Se...@epic.sungard.com on 2001/04/12 03:47:22 UTC

Win32 & Apache-1.3.19

Win2000 SP1,
Apache-1.3.19,
mod_perl-1.25_01-dev (installed from randy kobes site using the Activestate
PPM install).

Apache installed at c:/Apache/Apache

whenever I attempt to start up with mod_perl.so or ApachePerlModule.dll

i get the following error:

Cannot load c:/apache/apache/modules/mod_perl.so into server:
(126) The specified module could not be found: 

is anyone else even using this yet ?

thanks

Sean McHugh, MCSE
Sungard ePI Inc.
Regional Systems Administrator
45 Broadway
New York, NY 10006
Wk phone: 212-806-4972
 

Re: Win32 & Apache-1.3.19

Posted by Randy Kobes <ra...@theoryx5.uwinnipeg.ca>.
On Wed, 11 Apr 2001 Sean.McHugh@epic.sungard.com wrote:

> Win2000 SP1,
> Apache-1.3.19,
> mod_perl-1.25_01-dev (installed from randy kobes site using the Activestate
> PPM install).
> 
> Apache installed at c:/Apache/Apache
> 
> whenever I attempt to start up with mod_perl.so or ApachePerlModule.dll
> 
> i get the following error:
> 
> Cannot load c:/apache/apache/modules/mod_perl.so into server:
> (126) The specified module could not be found: 

Assuming c:/apache/apache/modules/mod_perl.so is there, are you
loading it in httpd.conf the same way that other modules are
loaded? In mine the line look like
	LoadModule perl_module modules/mod_perl.so
Do other modules (eg, mod_info.so) load OK with the same syntax
structure?

> 
> is anyone else even using this yet ?

Yes ....

best regards,
randy kobes