From: Jarkko Hietaniemi Date: Sun, 24 Jan 1999 15:13:36 +0000 (+0000) Subject: Document Configure -Uinstallusrbinperl. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=04d420f9f994583149f1cf311471aaa7fbd5536d;p=p5sagit%2Fp5-mst-13.2.git Document Configure -Uinstallusrbinperl. p4raw-id: //depot/cfgperl@2704 --- diff --git a/INSTALL b/INSTALL index 734483f..de89e2d 100644 --- a/INSTALL +++ b/INSTALL @@ -192,6 +192,9 @@ put (symlinks to) perl and its accompanying utilities, such as perldoc, into a directory typically found along a user's PATH, or in another obvious and convenient place. +You can use "Configure -Uinstallusrbinperl" which causes installperl +to skip installing perl also as /usr/bin/perl. + By default, Configure will compile perl to use dynamic loading if your system supports it. If you want to force perl to be compiled statically, you can either choose this when Configure prompts you or diff --git a/pod/perldelta.pod b/pod/perldelta.pod index afe29e6..d20d1e0 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -149,6 +149,13 @@ construction, but the command was missing or blank. Todo. +=head1 Configuration Changes + +You can use "Configure -Uinstallusrbinperl" which causes installperl +to skip installing perl also as /usr/bin/perl. This is useful if you +prefer not to modify /usr/bin for some reason or another but harmful +because many scripts assume to find Perl in /usr/bin/perl. + =head1 BUGS If you find what you think is a bug, you might check the headers of