Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Perl Installation Issues

Status
Not open for further replies.

R3N

ISP
Jun 15, 2003
2
AU
greetings all.

i resently make uninstalled perl 5.8.0 and tried to reinstall 5.8.2, however everything that uses perl still wants to look in the 5.8.0 folder, i need to complete kill 5.8.0 and get 5.8.2 going from ports , any suggestions would be great.

ReN
 
You have two versions of perl installed I would imagine. Check /usr/bin/perl and /usr/local/bin/perl

perl -v will get you the version, remove the bad one and symlink the new one into that location.
 
and check the #! line in your Perl scripts as well (assuming UNIX or similar)

Mike

Want to get great answers to your Tek-Tips questions? Have a look at faq219-2884

It's like this; even samurai have teddy bears, and even teddy bears get drunk.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top