PDA

View Full Version : [warn] module perl_module is already loaded, skipping


IPaddress
07-01-2004, 09:04 AM
Hello.

I did an upgrade to apache 1.3.29 to 1.3.31 with (Updating and Compiling Apache and PHP) from http://help.directadmin.com an then when I restarted HTTPD process, the following message appears.

[warn] module perl_module is already loaded, skipping

can you help me??.

at this moment all works fine, but I would like to know why this messages appears.

Thanks
Dario

DirectAdmin Support
07-01-2004, 11:21 AM
Hello,

It's very minor. It just means that the perl installer added another "LoadModule" line for perl. You can remove one of them from your /etc/httpd/conf/httpd.conf file.

John

IPaddress
07-01-2004, 11:51 AM
ok, thanks.

jechilt
08-29-2004, 01:00 PM
hi...i got this too...

which one to remove???

<IfDefine HAVE_PERL>
LoadModule perl_module modules/libperl.so
</IfDefine>


-OR-

LoadModule perl_module /usr/lib/apache/libperl.so

jmstacey
08-29-2004, 11:12 PM
The second one is the one that is added when perl is installed ;)

jechilt
08-30-2004, 12:44 AM
thanks!

i commented out the first one...
when i restart, i still get the same message about mod perl already being installed.
i doubled checked the file and can't find a second instance.
any suggestions where to look now?

jmstacey
08-30-2004, 09:33 AM
Give this a try. I modified the httpd.conf because of some module issues where the original httpd.conf DA uses doesn't load all the modules in the correct order. It works, but I like it when no errors turn up when you do a configtest:p

Remember to modify the the virualhost and include directives at the very bottom to what is in your current httpd.conf ;)