Hi all,
I'm trying to install Apache::Registry either though cpan or just compiling I get the following errors when I do the make test(the perl Makefile.PL and make work fine):
make[1]: Entering directory `/var/tmp/mod_perl-1.29/ModuleConfig'
make[1]: Leaving directory `/var/tmp/mod_perl-1.29/ModuleConfig'
make[1]: Entering directory `/var/tmp/mod_perl-1.29/PerlRunXS'
make[1]: Leaving directory `/var/tmp/mod_perl-1.29/PerlRunXS'
make[1]: Entering directory `/var/tmp/mod_perl-1.29/Server'
make[1]: Leaving directory `/var/tmp/mod_perl-1.29/Server'
make[1]: Entering directory `/var/tmp/mod_perl-1.29/Symbol'
make[1]: Leaving directory `/var/tmp/mod_perl-1.29/Symbol'
make[1]: Entering directory `/var/tmp/mod_perl-1.29/Table'
make[1]: Leaving directory `/var/tmp/mod_perl-1.29/Table'
make[1]: Entering directory `/var/tmp/mod_perl-1.29/URI'
make[1]: Leaving directory `/var/tmp/mod_perl-1.29/URI'
make[1]: Entering directory `/var/tmp/mod_perl-1.29/Util'
make[1]: Leaving directory `/var/tmp/mod_perl-1.29/Util'
/httpd -f `pwd`/t/conf/httpd.conf -X -d `pwd`/t &
/bin/sh: line 1: /httpd: No such file or directory
httpd listening on port 8529
will write error_log to: t/logs/error_log
letting apache warm up...\c
done
/usr/bin/perl t/TEST 0
still waiting for server to warm up...............not ok
server failed to start! (please examine t/logs/error_log) at t/TEST line 95.
make: *** [run_tests] Error 111
===================================================================
When I look at the t/logs/error_log there is no error_log file. I did a ls -al to the /root/.cpan/build/t directory and got:
drwxr-xr-x 9 500 500 4096 Nov 13 14:22 .
drwxr-xr-x 24 500 500 4096 Nov 13 14:22 ..
drwxr-xr-x 2 500 500 4096 Nov 13 14:22 conf
drwxr-xr-x 6 500 500 4096 Nov 13 14:22 docs
-rw-r--r-- 1 root root 6444 Nov 13 14:22 httpd.conf
drwxr-xr-x 2 500 500 4096 Oct 7 22:34 internal
drwxrwxrwx 2 root root 4096 Nov 13 14:22 logs
drwxr-xr-x 2 500 500 4096 Oct 7 22:34 modules
drwxr-xr-x 3 500 500 4096 Nov 13 14:22 net
-rw-r--r-- 1 500 500 1264 Dec 6 1997 README
-rwxr-xr-x 1 root root 644 Nov 13 14:22 report
-rw-r--r-- 1 500 500 628 Mar 24 2002 report.PL
-rwxr-xr-x 1 root root 2099 Nov 13 14:22 TEST
drwxr-xr-x 2 500 500 4096 Oct 7 22:34 TestDirectives
-rw-r--r-- 1 500 500 2083 Jun 5 01:38 TEST.PL
-rw-r--r-- 1 500 500 4369 Jul 12 17:35 TEST.win32
I noticed the 500 for the user id. Am I suppose to add a special userid and group id for this to work?
I'm currently running RH9 with:
httpd-2.0.40-21.5
perl-HTML-Tagset-3.03-28
perl-URI-1.21-7
perl-DBI-1.32-5
perl-DBD-MySQL-2.1021-3
perl-Digest-HMAC-1.01-11
perl-Filter-1.29-3
perl-5.8.0-88.3
perl-CPAN-1.61-88.3
perl-HTML-Parser-3.26-17
perl-libwww-perl-5.65-6
perl-Crypt-SSLeay-0.45-7
perl-Digest-SHA1-2.01-10
perl-Net-DNS-0.31-3
perl-CGI-2.81-88.3
Anyone who has any clue on how to solve this drop me a line……
Thanks…..
Neil