Page 1 of 1

mod_perl not seen as a compiled-in module

PostPosted: 16. April 2007 04:18
by NorWest
Installed Xampp linux 1.6 per instructions onto suse 9.3. All went well, and the recommended test case worked fine. A slick and simple process; congratulations and thanks to the developers.

I tried the command line:
/opt/lampp/bin/httpd -l
It showed only the following list of modules as 'compiled in:'
core.c
prefork.c
http_core.c
mod_so.c

Not seen were 'mod_auth_mysql.c' and 'mod_perl.c'. How can these two modules (and others if need be) be 'compiled in' my installation.

Regards, NorWest

PostPosted: 16. April 2007 07:20
by Wiedmann
The other modules are not compiled in. The where loaded through mod_so (LoadModule in httpd.conf) if you need them..