X-Git-Url: https://perl5.git.perl.org/perl5.git/blobdiff_plain/f858446f8d2c74c0a4665f0be04b65fe90e1b08c..00d823b9d3afe42ba72591ca9ddfb74124bd7f49:/README.solaris diff --git a/README.solaris b/README.solaris index cc5fbbf..342c2f6 100644 --- a/README.solaris +++ b/README.solaris @@ -18,7 +18,7 @@ For the most part, everything should just work. Starting with Solaris 8, perl5.00503 (or higher) is supplied with the operating system, so you might not even need to build a newer version of perl at all. The Sun-supplied version is installed in /usr/perl5 -with /usr/bin/perl pointing to /usr/perl5/bin/perl. Do not disturb +with F pointing to F. Do not disturb that installation unless you really know what you are doing. If you remove the perl supplied with the OS, you will render some bits of your system inoperable. If you wish to install a newer version of perl, @@ -26,9 +26,9 @@ install it under a different prefix from /usr/perl5. Common prefixes to use are /usr/local and /opt/perl. You may wish to put your version of perl in the PATH of all users by -changing the link /usr/bin/perl. This is probably OK, as most perl +changing the link F. This is probably OK, as most perl scripts shipped with Solaris use an explicit path. (There are a few -exceptions, such as /usr/bin/rpm2cpio and /etc/rcm/scripts/README, but +exceptions, such as F and F, but these are also sufficiently generic that the actual version of perl probably doesn't matter too much.) @@ -514,7 +514,7 @@ directory. =head2 op/stat.t test 4 in Solaris -op/stat.t test 4 may fail if you are on a tmpfs of some sort. +F test 4 may fail if you are on a tmpfs of some sort. Building in /tmp sometimes shows this behavior. The test suite detects if you are building in /tmp, but it may not be able to catch all tmpfs situations. @@ -594,7 +594,7 @@ L. If you use SUNWski, make a symbolic link /dev/urandom pointing to /dev/random. For more details, see Document ID27606 entitled "Differing /dev/random support requirements within Solaris[TM] Operating Environments", available at -http://sunsolve.sun.com . +L . It may be possible to use the Entropy Gathering Daemon (written in Perl!), available from L. @@ -609,7 +609,7 @@ GNU ld gets very unhappy and spews a lot of errors like this ... relocation truncated to fit: BASE13 ... and dies. Therefore the SunOS 4.1 hints file explicitly sets the -ld to be /usr/bin/ld. +ld to be F. As of Perl 5.8.1 the dynamic loading of libraries (DynaLoader, XSLoader) also seems to have become broken in in SunOS 4.x. Therefore the default