On Tue, 22 Jul 2003, Jim Morrison [Mailing-Lists] wrote: > Hello, > > I've just come a cropper trying to reinstall mod_perl, and I'm a little > desparate! Any help would be greatly appreciated. > > (I've 'a' mod_perl/apache running fine, but I can't get Apache::Cookie > running along with) > > I'm trying to install: > apache_1.3.28 > + mod_perl-1.28 > > My config for mod_perl is : > APACHE_SRC=../apache_1.3.28/src \ > DO_HTTPD=1 EVERYTHING=1 \ > DYNAMIC=1 USE_APACI=1 > > Though I've tried pretty much every variation on that with the same > result.. > > During 'make test' I keep getting: > > modules/request.......NOK 1Test header seen more than once! > modules/request.......NOK 2Test header seen more than once! > modules/request.......FAILED tests 1-10 > Failed 10/10 tests, 0.00% okay > <snip> > Failed 1/34 test scripts, 97.06% okay. 10/318 subtests failed, 96.86% > okay. > make: *** [run_tests] Error 29 > > (also skips cookie, module and api) > > .. Thing is I've got a mod_perl running just fine - What I'm trying to > do is install Apache::Cookie, but it won't because libapreq (1.2) is > complaining...
It's strange that it runs modules/request but skips modules/cookie, as both should be run by a successful install of libapreq (which supplies Apache::Request and Apache::Cookie). Might a partial install of libapreq been made? It might be worth first tracking down the problems you had with libapreq, to see if resolving those would help with these mod_perl problems. -- best regards, randy kobes