View Single Post
  #28 (permalink)  
Old 06-08-2007, 11:23 AM
dijichi2 dijichi2 is offline
OpenSource Builder & Moderator
 
Posts: 1,166
Default

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.
Reply With Quote