So it's not linking against libperl.so, which probably means that it relies on mod_perl to load it. But I'm not sure whether your swapping test was right. The thing is: 'make test' overwrites t/conf/httpd.conf after you change it. So you need to do the following:
t/TEST -conf # now change t/conf/httpd.conf to swap the files order t/TEST
That's would be an equivalent of running 'make test' in the top level directory, besides ModPerl-Registry. So once you verify this we will find some sort of solution to pull mod_perl.so first.
Yes, you are correct sir! After following the above steps, 'make test' runs fine.
OK, I'll try to make Apache-Test include mod_perl first, may be tomorrow. Unless someone beats me to it.
I guess Apache::Test cannot parse httpd.conf continuation syntax.
Probably. Patches to fix that are welcome, Beau.
But if I fix that, I negate my current work-around ;)
That's hiding the problem, not fixing it ;)
Yes, so true. Guilty :(
If it's too hard, don't worry, let me know and I'll fix it later.
No, it's on my TODO list :)
(too hard for moi?)
Nothing is too hard por tu :)
__________________________________________________________________ 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]