you've already got it installed - the /usr/bin/perl you run returns the correct i386-thread-multi 5.8.5 version. the problem is you have /usr/local/bin in your path BEFORE /usr/bin. do 'echo $PATH' to see. move /usr/local/bin to after /usr/bin in your path and you should be ok. |