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