btrott
Apr 7 2002, 07:38 PM
Thanks, I don't think I had to do this on my setup (could be wrong), but it makes sense. I'll add it to the docs!
Did anyone else have to add /lib to their PERL5LIB variable to make MT2.0 work under mod_perl? It seems from the mod_perl docs that this would be required, as it says that @INC is frozen on server startup:
http://perl.apache.org/guide/porting.html#_INC_and_mod_perl
Anyway, once I did that in my httpd-perl.conf file, things were fine.