can not load modules / mod_perl.so

0

Hello friends I come again with another problem I can not run xampp because when I start xampp_start I get an error that I could not solve try to change the files of another xampp room that I think that may be the problem. I would be very grateful if you could guide me

    
asked by Moises 30.10.2018 в 16:45
source

1 answer

0

The error says that the httpd configuration file indicates that mod_perl.so (the Perl interpreter for Apache) must be loaded, but can not find it.

There are two options: install it or indicate in the configuration file where that file is; or maybe you do not need it at all: if the way Perl works with Apache is through the CGI protocol, then you do not need mod_perl at all, so you can disable it from the Apache configuration file.

    
answered by 30.10.2018 / 21:04
source