26 Aug 2005 17:17
vuser-ng INSTALL,1.1,1.2
Randy Smith <perlstalker <at> users.sourceforge.net>
2005-08-26 15:17:36 GMT
2005-08-26 15:17:36 GMT
Update of /cvsroot/vuser/vuser-ng In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32415 Modified Files: INSTALL Log Message: Add comments about using PERL5LIB when setting PREFIX to something odd. Index: INSTALL =================================================================== RCS file: /cvsroot/vuser/vuser-ng/INSTALL,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** INSTALL 1 Jun 2005 15:36:26 -0000 1.1 --- INSTALL 26 Aug 2005 15:17:34 -0000 1.2 *************** *** 28,29 **** --- 28,37 ---- The install script will create lib, share and sbin directories in PREFIX. + + If you install in a PREFIX that is not included in perl's default library + paths, you will need to set PERL5LIB to include the new directory. For + example, if you set PREFIX=/opt, you might add this to your .profile (or + /etc/profile). + + export PERL5LIB=/opt/lib/perl5/site_perl/ +(Continue reading)
RSS Feed