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

2002-01-09 Thread cloudor pu

Yeah, it helps. Thank you!

  
Best Regards,
Cloudor Pu
[EMAIL PROTECTED]
2002-01-10
Randy Kobes wrote a letter at 2002-01-09 09:14:00 £º 

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

= = = = = = = = = = = = = = = = = = = = = = 



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

2002-01-08 Thread cloudor

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
[EMAIL PROTECTED]
2002-01-09