stas 2004/09/12 12:14:45 Modified: src/docs/1.0/guide troubleshooting.pod Log: document 'No rule to make target ... CORE/config.h' Submitted by: Bill Corr <[EMAIL PROTECTED]> Revision Changes Path 1.29 +87 -1 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.28 retrieving revision 1.29 diff -u -u -r1.28 -r1.29 --- troubleshooting.pod 5 May 2004 03:29:38 -0000 1.28 +++ troubleshooting.pod 12 Sep 2004 19:14:44 -0000 1.29 @@ -19,8 +19,15 @@ source of the problem and how to solve it. See L<diagnostics pragma|guide::debug/diagnostics_pragma> for more information. + + + + =head1 Building and Installation + + + =head2 Bareword "gensym" not allowed while "strict subs" When building mod_perl one may get the following failure: @@ -46,7 +53,28 @@ variable. Unset it and repeat the build process to solve the problem. -=head2 make test issues + + + +=head2 C<No rule to make target ... CORE/config.h> + +If while running C<'make'> you get a message: + + make: *** No rule to make target + `/usr/lib/perl5/5.8.3/i386-linux/CORE/config.h', + needed by `Makefile'. Stop. + +That means that your Perl installation is incomplete. Usually this is +the case on package based distros, where perl is split across multiple +packages. Usually you need to install the Perl-devel package to be +able to build any other Perl modules that include XS extensions. + + + + + + +=head1 make test Issues See L<make Troubleshooting|guide::install/make_Troubleshooting> and L<make test Troubleshooting|guide::install/make_test_Troubleshooting> @@ -307,6 +335,15 @@ PerlModule Apache + + + + + + + + + =head1 Code Parsing and Compilation =head2 Value of $x will not stay shared at - line 5 @@ -380,6 +417,16 @@ This problem is only known to be caused by installing gnu ld under Solaris. + + + + + + + + + + =head1 Runtime =head2 "exit signal Segmentation fault (11)" with mysql @@ -678,6 +725,19 @@ I<glibc> version or get new binary packages built against the same I<glibc> version. + + + + + + + + + + + + + =head1 Shutdown and Restart =head2 Evil things might happen when using PerlFreshRestart @@ -772,6 +832,17 @@ http://aspn.activestate.com/ASPN/Mail/Message/modperl/304620 (META: we don't have code samples, so if you have such please let us know). + + + + + + + + + + + =head1 OS Specific Notes =head2 RedHat Linux @@ -850,6 +921,12 @@ + + + + + + =head1 Problematic Perl Modules Here is the list of Perl Modules that are known to have problems under @@ -864,6 +941,11 @@ =back + + + + + =head1 Maintainers Maintainer is the person(s) you should contact with updates, @@ -876,6 +958,10 @@ Stas Bekman E<lt>stas (at) stason.orgE<gt> =back + + + + =head1 Authors
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]