Re: RedHat 6.1 apache 1.3.12 modperl 1.22 Makefile.pl errors and failed make test

2000-04-13 Thread Stas Bekman
Make test fails at the "warming up" stage with Error "9". The httpd is actually running when the make test fails as I can telnet to port 8529 and do a "GET /". However, it returns a 403 permission denied message. I am doing all this as root. The server runs as user nobody, group is

Re: RedHat 6.1 apache 1.3.12 modperl 1.22 Makefile.pl errors and failed make test

2000-04-13 Thread Adam Joffe
Yep, when _not_ using root to do the make and make test. The make test succeeded. Thanks for the help. At 10:59 PM 4/12/00 -0700, you wrote: On Wed, 12 Apr 2000, Adam Joffe wrote: Hi all, trying to set up a new linux box. real vanilla using apaci, everything=1, do_httpd=1, etc...

Re: RedHat 6.1 apache 1.3.12 modperl 1.22 Makefile.pl errors and failed make test

2000-04-13 Thread Doug MacEachern
Doug, I guess this is something that should be addressed as a Makefile.PL configuration parameter. I myself have encountered a few problems with the User/Group values picked by the build process in a complex NIS environment and have had to manually modify the httpd.conf used during the 'make

Re: RedHat 6.1 apache 1.3.12 modperl 1.22 Makefile.pl errors and failed make test

2000-04-13 Thread Stas Bekman
On Thu, 13 Apr 2000, Doug MacEachern wrote: Doug, I guess this is something that should be addressed as a Makefile.PL configuration parameter. I myself have encountered a few problems with the User/Group values picked by the build process in a complex NIS environment and have had to

RedHat 6.1 apache 1.3.12 modperl 1.22 Makefile.pl errors and failed make test

2000-04-12 Thread Adam Joffe
Hi all, trying to set up a new linux box. real vanilla using apaci, everything=1, do_httpd=1, etc... "perl Makefile.PL" gives a bunch of "which: no apxs found" errors. Saw some threads about this in the list but none explained why the errors occur and how to get rid of them when doing a fresh

Re: RedHat 6.1 apache 1.3.12 modperl 1.22 Makefile.pl errors and failed make test

2000-04-12 Thread Doug MacEachern
On Wed, 12 Apr 2000, Adam Joffe wrote: Hi all, trying to set up a new linux box. real vanilla using apaci, everything=1, do_httpd=1, etc... "perl Makefile.PL" gives a bunch of "which: no apxs found" errors. Saw some threads about this in the list but none explained why the errors occur