Hi, i'm trying to upgrade Perl 5.6.1 to Perl 5.8.8 as well but without success. I have downloaded the Perl5.8.8 version from CPAN and extract it to my remote machine. Then i start upgrading Perl by running the following command:
rm -f config.sh Policy.sh
sh Configure
make
make test
make install
All the commands above seem run completed successfully. However, when i check the version again, it still showing as version Perl 5.6.1. Could anyone please help? Thanks!
rm -f config.sh Policy.sh
sh Configure
make
make test
make install
All the commands above seem run completed successfully. However, when i check the version again, it still showing as version Perl 5.6.1. Could anyone please help? Thanks!
Comment