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!

Installing NET::SSH::Perl without CPAN 1

Status
Not open for further replies.

netman4u

Technical User
Joined
Mar 16, 2005
Messages
176
Location
US
Hello All,

This relates to a post I made last week. I am at a site that believes in making things difficult for their consultants. I need to get the NET::SSH::Perl module on a Solaris 9 server for perl 5.61. They will not let us use CPAN or for the server to have internet access so somehow I need to get a precompiled NET::SSH::Perl module that I can just drop in the */lib directory on the server so I can use it.

Is this possible? If so, where can I get a pre-compiled module and how do I install it?

Any help is appriciated (as always),

Nick

If at first you don't succeed, don't try skydiving.
 
Anyone have any ideas on this?

If at first you don't succeed, don't try skydiving.
 
You can download the source package (via HTTP from CPAN or elsewhere), unzip it, and install it with the commands:[tt]
perl Makefile.PL
make
make test
make install
[/tt]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top