|
|
| [RaQ 4] How to upgrade to Perl v5.6.1 |
| |
Shell into RaQ4 as the user 'root'
- wget http://www.cpan.org/src/5.0/perl-5.6.1.tar.gz
- tar zxvf perl-5.6.1.tar.gz
- cd perl-5.6.1
- sh Configure -Dotherlibdirs='/usr/lib/perl5/site_perl/5.005:/usr/lib/perl5/site_perl/5.005/i386-linux' -des -Dd_dosuid
The above is all one line, and it important to run it as one line. If you don't, it will not work!
- make && make test && make install
Need to press Enter once during the 'make install' step That is it, and that is all! Your all done! |
|
|
|
|
Copyright (c) 2006.
NuOnce Networks, Inc. |
|
|