[rt-users] Problem installing Apache::Request
Todd Chapman
rt at chaka.net
Fri Jun 11 13:29:13 EDT 2004
You need to build the module in a directory that is readable
by user nobody.
See: perldoc CPAN
You need to change build_dir.
-Todd
On Thu, Jun 10, 2004 at 05:13:24PM -0500, Brett Barnhart wrote:
>
>
> [warning] result:
> [ error] You are running the test suite under user 'root'.
> Apache cannot spawn child processes as 'root', therefore
> we attempt to run the test suite with user 'nobody' (99:99).
> The problem is that the path (including all parent directories):
> /root/.cpan/build/Apache-Test-1.11/t
> must be 'rwx' by user 'nobody', so Apache can read and write under that
> path.
>
> There are several ways to resolve this issue. One is to move and
> rebuild the distribution to '/tmp/' and repeat the 'make test'
> phase. The other is not to run 'make test' as root (i.e. building
> under your /home/user directory).
>
More information about the rt-users
mailing list