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 Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

perl installation it works but it is not the deafult version

Status
Not open for further replies.

ihopeto

Programmer
Joined
Dec 23, 2006
Messages
3
Location
CA
Hi there, thanks for reading.

I am very new to perl and all that goes with it.

I had perl 5.6.0 running on one of my linux boxes...I needed to upgrade to something newer so i could mysql DBI.

I downloaded etc.....did a make, make test, make install.

It's there in /usr/local/bin/perl5.8.8. It works if you invoke it long hand....

However using > perl test.pl

uses the old version.....


------------------------------------------------------------
how do I get the system to point to all the new versions for the perl, manual etc etc.
----------------------------------------------------------

 
Just to clarify. You installed perl into a directory called
Code:
/usr/local/bin/perl5.8.8
Also, when you installed perl did you do
Code:
./Configure

M. Brooks
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top