Tulan W. Hu wrote:
From: "Stas Bekman" <[EMAIL PROTECTED]>

[EMAIL PROTECTED] wrote:
-------------8<---------- Start Bug Report ------------8<----------
1. Problem Description:

 I have tried the httpd-2.0.49 with mod_perl  1.9913 dev version and
 the make test ran ok. However, the httpd-2.0.52 with the current
 mod_perl RC3 cannot start when I did "make test".

 This problem has been happened on and off when I tried with different
 versions of mod_perl 2.0. I have tried 1.999021 snapshoot and it got
 the same problem. I have tried perl 5.8.6 too.

But how do we know what the symptoms are? Please post the output of 'make test' and the contents of t/logs/error_log.


There was nothing under the t/logs directory because it was time-out.
It failed to start the httpd.
I had installed a version like this situation before and I got a core dump
when I tried to start it.

In which case start the server under strace(1)/truss(1) or whatever the equivalent is under solaris and see why it bails out. It could be blocking due to an insufficient entropy in your /dev/random device.
http://perl.apache.org/docs/2.0/user/troubleshooting/troubleshooting.html#Server_Hanging_at_the_Startup


some example of how to work with strace(1) can be found here:
http://perl.apache.org/docs/1.0/guide/debug.html#Using_the_System_Calls_Trace

--
__________________________________________________________________
Stas Bekman            JAm_pH ------> Just Another mod_perl Hacker
http://stason.org/     mod_perl Guide ---> http://perl.apache.org
mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com
http://modperlbook.org http://apache.org   http://ticketmaster.com

Reply via email to