Kermit Tensmeyer wrote: [...]
'/usr/local/apache/bin/apxs';
as nears as I can tell, the last option is a hard-code hack that will fail for most sites
Sorry if I've snipped too much, but am I correct that this is the gist of the problem? mp2's build picks the wrong /usr/local/apache/bin/apxs and this is the root of the problem?
mod_perl already supplies the mechanics to perform the functinality of apxs, because apxs simply doesn't work on platforms like win32.
So if you remove that hardcoded path, do things start to work?
__________________________________________________________________ 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]
