diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2002-03-26 04:25:44 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2002-03-26 04:25:44 +0000 |
commit | bc70e9ec8f314f418ac6609e3bca318dc04babb9 (patch) | |
tree | 9e8aed6303a5e485571a1775d71716a3cbe4dd7a /INSTALL | |
parent | 51f12e4790c9b2c7cfa94b4da95e1bb678fa6873 (diff) | |
download | perl-bc70e9ec8f314f418ac6609e3bca318dc04babb9.tar.gz |
Installation advice from Robert Spier.
p4raw-id: //depot/perl@15511
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -328,7 +328,8 @@ If your prefix contains the string "perl", then the suggested directory structure is simplified. For example, if you use prefix=/opt/perl, then Configure will suggest /opt/perl/lib instead of /opt/perl/lib/perl5/. Again, see L<"Installation Directories"> below -for more details. +for more details. Do not include a trailing slash, (i.e. /opt/perl/) +or you may experience odd test failures. NOTE: You must not specify an installation directory that is the same as or below your perl source directory. If you do, installperl will @@ -403,7 +404,8 @@ appropriate questions in Configure. For convenience, all the installation questions are near the beginning of Configure. Further, there are a number of additions to the installation directories since 5.005, so reusing your old config.sh may not -be sufficient to put everything where you want it. +be sufficient to put everything where you want it. Do not include +trailing slashes on directory names. I highly recommend running Configure interactively to be sure it puts everything where you want it. At any point during the Configure |