On Thu, 10 Jul 2003, The Alliett's wrote:

> Date: Thu, 10 Jul 2003 11:23:11 -0400
> From: The Alliett's <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> Subject: make test fails
>
> Trying to compile mod_perl 1.28 with apache 1.3.27 on redhat 7.3 system
>
> Here is the output of the errors.  Any idea's on how to fix this.
>
> ../apache_1.3.27/src/httpd -f `pwd`/t/conf/httpd.conf -X -d `pwd`/t &
> 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 9
> [EMAIL PROTECTED] mod_perl-1.27]# tail t/logs/error_log
> [notice] Destruction->DESTROY called for $global_object
> Prototype mismatch: sub Socket::INADDR_ANY vs () at 
> /usr/lib/perl5/5.6.1/i686-linux/Socket.pm line 329.
> Prototype mismatch: sub Socket::INADDR_BROADCAST vs () at 
> /usr/lib/perl5/5.6.1/i686-linux/Socket.pm line 330.
> Prototype mismatch: sub Socket::INADDR_LOOPBACK vs () at 
> /usr/lib/perl5/5.6.1/i686-linux/Socket.pm line 331.
> Prototype mismatch: sub Socket::INADDR_LOOPBACK vs () at 
> /usr/lib/perl5/5.6.1/i686-linux/Socket.pm line 332.
> [Thu Jul 10 10:56:16 2003] [warn] [notice] child_init for process 22132, report any 
> problems to [no address given]

Are you using the default Perl binary that came preinstalled by RedHat
on the system?  If so, I'd recommend doing and "rpm -e --nodeps perl"
and then rebuilding Perl from source.  Then try rebuilding
Apache/mod_perl.

ky

Reply via email to