the docs say MP_APXS may go away, but I recall some discussion to the contrary. has the status of MP_APXS changed?
I can't recall the exact reason why, but a while ago I switched to MP_APXS because I couldn't get MP_AP_PREFIX to work properly on muliple build environments.
the reason I'm asking is because I've started looking at Apache::BuildConfig to see if there isn't a way to make it versioned for muliple installs. I know we talked about this before, but IIRC it was in a different context. the thing that's bugging me today is this
[EMAIL PROTECTED] Apache-IncludeHook]$ perl Makefile.PL -apxs /apache/2.1/worker/perl-5.8.1/bin/apxs
...
[EMAIL PROTECTED] Apache-IncludeHook]$ make ... cc -c -I/apache/2.0/worker/perl-5.8.1/include
what I'd like is for ModPerl::MM::WriteMakefile to be able to pick up command like arguments from filter_args, then have Apache::BuildConfig use the same options that I used when MP_APXS=/apache/2.1/worker/perl-5.8.1/bin/apxs
a lot to ask, I know :)
so, any ideas as to an approach?
--Geoff
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
