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 t/filter/in_bbs_body.t 255 65280 2 4 200.00% 1-2 [Thu May 06 16:10:34 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 t/filter/in_bbs_consume.t 1 1 100.00% 1 [Thu May 06 16:11:30 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 t/filter/in_bbs_inject_header.t 255 65280 36 72 200.00% 1-36 [Thu May 06 16:12:24 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 t/filter/in_bbs_msg.t 255 65280 ?? ?? % ?? [Thu May 06 16:13:33 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 t/filter/in_bbs_underrun.t 1 1 100.00% 1 [Thu May 06 16:14:32 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 t/filter/out_bbs_basic.t 255 65280 ?? ?? % ?? [Thu May 06 16:19:37 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 t/filter/out_bbs_ctx.t 1 1 100.00% 1 [Thu May 06 16:22:01 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 > > [...] -- -------------------------------------------------------------------------------- Philippe M. Chiasson m/gozer\@(apache|cpan|ectoplasm)\.org/ GPG KeyID : 88C3A5A5 http://gozer.ectoplasm.org/ F9BF E0C2 480E 7680 1AE5 3631 CB32 A107 88C3A5A5 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
