X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=INSTALL;h=c7055a72a8b14dd86e8780e61b9a0499e20aae64;hb=597c4554ca87aa4325a00c70a0fbb22acbfcfa07;hp=b81cc06a7c2dbf7d253ff8b1c941320726ef67ab;hpb=c19ccd8cd84fc5170f8a08f720235beb89874264;p=p5sagit%2Fp5-mst-13.2.git diff --git a/INSTALL b/INSTALL index b81cc06..c7055a7 100644 --- a/INSTALL +++ b/INSTALL @@ -42,7 +42,7 @@ If you have problems, corrections, or questions, please see L<"Reporting Problems"> below. For information on what's new in this release, see the -pod/perl5100delta.pod file. For more detailed information about specific +pod/perl5110delta.pod file. For more detailed information about specific changes, see the Changes file. =head1 DESCRIPTION @@ -75,10 +75,10 @@ directory. =head2 Changes and Incompatibilities -Please see pod/perl5100delta.pod for a description of the changes and +Please see pod/perl5110delta.pod for a description of the changes and potential incompatibilities introduced with this release. A few of the most important issues are listed below, but you should refer -to pod/perl5100delta.pod for more detailed information. +to pod/perl5110delta.pod for more detailed information. B This version is not binary compatible with prior releases of Perl. If you have built extensions (i.e. modules that include C code) @@ -93,7 +93,7 @@ The standard extensions supplied with Perl will be handled automatically. On a related issue, old modules may possibly be affected by the changes in the Perl language in the current release. Please see -pod/perl5100delta.pod for a description of what's changed. See your +pod/perl5110delta.pod for a description of what's changed. See your installed copy of the perllocal.pod file for a (possibly incomplete) list of locally installed modules. Also see CPAN::autobundle for one way to make a "bundle" of your currently installed modules. @@ -1886,6 +1886,13 @@ test, it does not necessarily mean you have a broken perl. This test tries to exercise the regular expression subsystem quite thoroughly, and may well be far more demanding than your normal usage. +=item libgcc_s.so.1: cannot open shared object file + +This message has been reported on gcc-3.2.3 and earlier installed with +a non-standard prefix. Setting the LD_LIBRARY_PATH environment variable +(or equivalent) to include gcc's lib/ directory with the libgcc_s.so.1 +shared library should fix the problem. + =item Failures from lib/File/Temp/t/security saying "system possibly insecure" First, such warnings are not necessarily serious or indicative of a