> The subject really says it all. The httpd.conf generated by > Apache::Test is broken because it has the Include extra.conf before the > PerlRequire modperl_startup.pl (which loads modperl_inc.pl). > > This means that the currently installed module gets loaded (although > for some reason the right .pm file gets loaded). This breaks AxKit's > use of Apache::Test, because AxKit has XS code, so the XS code contains > an older version when it is installed than the .pm file in the local > directory.
I've been griping about this for as long as I can remember. the short (or long) term solution is to use extra.last.conf.in instead of extra.conf.in. the archives should have the details. HTH --Geoff --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
