You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl@perl.apache.org by cloudor <cl...@etang.com> on 2002/01/09 08:58:32 UTC

[error] Cannot remove module mod_perl.c: not found in module list

Hello all,

I get the message shown as "[error] Cannot remove module mod_perl.c: not found in module list" when i restart apache after installing mod_perl and adding "LoadModule perl_module modules/mod_perl.so" in the httpd.conf .

my os:  windows 2k

All my steps:
1. Download apache_1.3.22-win32-x86.msi from http://www.apache.org/dist/httpd/binaries/win32/
and setup it to "c:\apache\".
2. Download ActivePerl-5.6.1.631-MSWin32-x86.msi from http://www.activestate.com/Products/Download/Download.plex?id=ActivePerl and setup it to "c:\perl\".
3. run:  c:\>ppm
         ppm>set repository theoryx5 http://theoryx5.uwinnipeg.ca/cgi-bin/ppmserver?urn:/PPMServer 
         ppm>install mod_perl
         ppm>quit
4. add "LoadModule perl_module modules/mod_perl.so" in the httpd.conf.
5. start apache and the screen display:
       The Apache service is starting.
       Failed to start the Apache service.
       [Wed Jan 09 15:55:01 2002] [error] Cannot remove module mod_perl.c: not found in module list
       Note the erors or messages above ............

I am not familiar with perl and apache. I come to mod_perl in order to use asp on apache server.

Thank you!

Best Regards,
cloudor
cloudor@etang.com
2002-01-09

Re: [error] Cannot remove module mod_perl.c: not found in module list

Posted by Randy Kobes <ra...@theoryx5.uwinnipeg.ca>.
On Wed, 9 Jan 2002, cloudor wrote:

> I get the message shown as "[error] Cannot remove module
> mod_perl.c: not found in module list" when i restart apache
> after installing mod_perl and adding "LoadModule perl_module
> modules/mod_perl.so" in the httpd.conf .
[ ... ]

Do you have a directive "ClearModuleList" enabled somewhere in
your httpd.conf? If so, try commenting it out (as well as any
"AddModule ..." directives) and see if that helps.

best regards,
randy kobes