diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2002-03-25 01:53:29 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2002-03-25 01:53:29 +0000 |
commit | 696235b60874be65fe029a39969f44a0133ec2f8 (patch) | |
tree | b869f0e003d664287c6a68124418e22a66b90710 /pod | |
parent | feb334998467cf1c2ce6355cb4372da98b963090 (diff) | |
download | perl-696235b60874be65fe029a39969f44a0133ec2f8.tar.gz |
As verified by Doug MacEachern.
p4raw-id: //depot/perl@15484
Diffstat (limited to 'pod')
-rw-r--r-- | pod/perldelta.pod | 17 |
1 files changed, 3 insertions, 14 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod index b68da5fee1..9514492ecd 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -2609,20 +2609,9 @@ One cannot call Perl using the C<volume:> syntax, that is, C<perl -v> works, but for example C<bin:perl -v> doesn't. The exact reason isn't known but the current suspect is the F<ixemul> library. -=head2 mod_perl 1.26 Doesn't Build With -D_GNU_SOURCE - -In Linux, building mod_perl with B<threaded> Perl 5.8.0 does not work -because starting from 5.8.0 building a threaded Perl uses the --D_GNU_SOURCE flag. The Apache 1.3.23 sources that are built -alongside mod_perl don't like that flag and the compilation dies -because of function prototype conflicts. This may or may not get -fixed in later releases of mod_perl than the current 1.26 or in later -releases of Apache than the current 1.3.23 (fixing the problem in Perl -is less likely since threaded Perl in Linux now needs the -D_GNU_SOURCE>). -Workarounds include using non-threaded Perl and using Apache 2.0. -An obvious workaround would be to stop the -D_GNU_SOURCE from reaching -the Apache 1.3.23 sources, but as of Perl 5.8.0, the complex build -system of mod_perl has foiled this idea. +=head2 mod_perl 1.26 Doesn't Build With Threaded Perl + +Use mod_perl 1.27 or higher. =head2 lib/ftmp-security tests warn 'system possibly insecure' |