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...
> >
> > "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 install.
>
>it was explained as a warning that is fixed in the cvs tree.
>
> > 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 root,
> so I
> > would think the server should be able to r/w from the test directory.
>
>try building again with fresh source trees as yourself (not root), then
>'make install' as root.