stas 2003/05/28 21:04:40 Modified: src/docs/1.0/guide troubleshooting.pod Log: another small tweak Revision Changes Path 1.22 +6 -6 modperl-docs/src/docs/1.0/guide/troubleshooting.pod Index: troubleshooting.pod =================================================================== RCS file: /home/cvs/modperl-docs/src/docs/1.0/guide/troubleshooting.pod,v retrieving revision 1.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- troubleshooting.pod 29 May 2003 04:00:47 -0000 1.21 +++ troubleshooting.pod 29 May 2003 04:04:39 -0000 1.22 @@ -695,14 +695,14 @@ =head2 HP-UX -=head3 /perl/perl-status?sig Dumps Core Under HP-UX 10.20 +=head3 C<Apache::Status> Dumps Core Under HP-UX 10.20 -This issue is known to happen when perl's I<./Configure> doesn't -detect that C<SIGRTMAX> is defined but not implemented on that -platform. +HP-UX 10.20 may dump core when accessing I<perl-status?sig>. This +issue is known to happen when perl's I<./Configure> doesn't detect +that C<SIGRTMAX> is defined, but not implemented on that platform. -One solution is to upgrade to a recent version of Perl that properly -detects the implementation of that signal. +One solution is to upgrade to a recent version of Perl (5.8.0?) that +properly detects the implementation of that signal. Another solution is to modify I<Apache/Status.pm> to skip that broken signal by replacing the line:
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]