1) t/TEST -conf -httpd ...
doesn't find mod_perl.so (it works with -apxs)
Previously mentioned by Randy and I'm able to reproduce the problem.
yup, I've seen it too.
2) I want Apache::Test to figure out -httpd/-apxs by itself if possible, after all mod_perl already has this information.
yea!
I don't like when I have to manually supply -httpd/-apxs flags. Of course this DWIM, shouldn't break usages where Apache::Test is not working with mod_perl, so I'm thinking about using some explicit flag passed from t/TEST to tell Apache::Test to discover apxs/httpd by itself.
If there are any other burning issues re: Apache::Test speak up now.
1) I'd like to find a portable way to make perl Makefile.PL TEST_VERBOSE=1 work. I have a patch for this somplace, but it required GetOpts from 5.8.0 and I couldn't figure out how to make it work with 5.6. this is just a minor thing.
2) for XS based 1.0 modules, I need to <Perl> use blib; </Perl> in order to let Apache::Test see the .so files in my blib, which is really annoying. I'd like to find some way around this. I've not played around with XS on mod_perl 2.0, but I'd be interested in seeing if it has the same issue. you can try removing the blib stuff from extra.conf.in in
http://www.modperlcookbook.org/~geoff/modules/Apache-AuthDigest-0.022.tar.gz
if you want to try it out.
--Geoff
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
