Stas Bekman wrote:
If I remember correctly there were too many problems with that approach. And if that's the case. We may need to first install httpd, then test modperl and then install modperl. If there are no problems, then modperl's make install should install httpd as well, as it did in mp1 (plus note my question above regarding the flexible build).
So mod_perl's make test (or make) should install httpd then ?
let's try first if we can test w/o installing.
Well, I just managed to run most tests w/o installing against the httpd in the srcdir ;-)
How bad were the failures? Is it going to be too much of hassle to support that?
There seem to be only 2 problems:
t/apr/finfo.t 255 65280 ?? ?? % ?? [Thu May 06 16:08:07 2004] [error] [client 127.0.0.1] Use of uninitialized value in pattern match (m//) at mod_perl/2.0/cvs/Apache-Test/lib/Apache/Test.pm line 399. BEGIN failed--compilation aborted at mod_perl/2.0/cvs/t/response/TestAPR/finfo.pm line 13. Compilation failed in require at (eval 96) line 3.
t/apr/flatten.t ?? ?? % ?? [Thu May 06 16:09:04 2004] [error] server reached MaxClients setting, consider raising the MaxClients setting lt-httpd: error while loading shared libraries: mod_perl/2.0/cvs/blib/arch/auto/APR/Bucket/Bucket.so: undefined symbol: modperl_bucket_sv_create
Heh, you definitely have missed the thread of your first user who did the static build, who had exactly the same problems.
http://marc.theaimsgroup.com/?t=108325310800002&r=1&w=2
Olivier has fixed it by linking APR::Bucket statically. I'm glad that you have them too, may be you will figure out what's wrong with it.
__________________________________________________________________ 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]
