Well, this is my problem. I was not the person that has installed that server. I just want to add mod_perl to it.
But checking with httpd -l I have seen that mod_env and mod_setenv are compiled in modules... Thanks. T Teddy ----- Original Message ----- From: "Philip M. Gollucci" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: <modperl@perl.apache.org> Sent: miercuri, 06 aprilie 2005 22:15 PM Subject: Re: Problem installing mod_perl (because of CGI?) >Can I include somehow mod_env in the web server in order to be able to >install mod_perl? Can you paste your httpd2's ./configure line? To not include mod_env you have to explicity turn it off. DON'T! :) by --disable-env make sure you pass --enable-so If your building mod_perl as a DSO. I haven't actually tried the static build yet... which reminds me that I should. HTH Philip