Currently we have the following order in the autogenerated httpd.conf:
Include "t/conf/extra.conf" [ response config sections come here] PerlSwitches -Mlib=t PerlRequire t/conf/modperl_startup.pl so if extra.conf is trying to preloading some Perl module, it won't do the right thing because @INC is not adjusted at this point yet to point to the dev libs. which in the best case fail, and the worse case it'll use the wrong previously installed system-wide module. I suggest the following order: PerlSwitches -Mlib=t PerlRequire t/conf/modperl_startup.pl Include "t/conf/extra.conf" [ response config sections come here] __________________________________________________________________ Stas Bekman JAm_pH ------> Just Another mod_perl Hacker http://stason.org/ mod_perl Guide ---> http://perl.apache.org mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com http://modperlbook.org http://apache.org http://ticketmaster.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
