in reply to Re: Perl version / compilation
in thread Perl version / compilation

If I try just moving the whole directory, that would be the /usr/lib/perl5/5.8.0/ directory right?

Replies are listed 'Best First'.
Re^3: Perl version / compilation
by tachyon (Chancellor) on Aug 29, 2004 at 15:35 UTC

    If you are going to try it you do it at the perl5 level. So start by doing mv /usr/lib/perl5 /usr/lib/perl5.old so you can roll it back if required. Also the actual perl binary can end up in a number of locations depending on what you do at compile time. Do a ll `locate bin/perl` or similar to find which are symlinks and whare your real binary is located. You need to rename and replace that as well.

    I don't particularly recommend this. I would just get the latest 5.8.x and recompile it. You can leave the existing install inplace.....

    cheers

    tachyon