Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Remote connection using Perl

by joyeux (Initiate)
on Nov 30, 2012 at 10:58 UTC ( [id://1006456]=perlquestion: print w/replies, xml ) Need Help??

joyeux has asked for the wisdom of the Perl Monks concerning the following question:

Hi Plz someone help me...its urgent

Net::SSH::Expect-----> Expect.pm shows error

Net::SSH::Perl---> It requires a bunch of modules. I
installed all modules but failed in the module Math::Pari

Net::SSH2--> This module also requires a lot of module.
Can’t locate some object

Net::SSH::Any --> Cant to the remote machine

Thanks and Regards
Joyeux

Replies are listed 'Best First'.
Re: Remote connection using Perl
by marto (Cardinal) on Nov 30, 2012 at 11:07 UTC

    So all of the suggestions from your thread from yesterday? "shows error" isn't an error report. Nor is "Cant to the remote machine". Nobody can help if you don't say what's wrong. Modules generally tell you why they fail to install, if it were me I'd investigate each failure, checking the current known issues with the module in question and take it from there. Consider reading and understanding How do I post a question effectively?.

Re: Remote connection using Perl
by zentara (Archbishop) on Nov 30, 2012 at 11:12 UTC
    The Net::SSH::Perl error about Math::Pari is quite common. It means you don't have the pre-requisite math libraries installed, and that was the reason Net::SSH2 was developed, to avoid all the dependencies.

    For Net::SSH2, all you should really need is Openssh. Correction: Not Openssh but libSSH2 . Thanks, salva 

    When you have trouble installing modules, it helps to download the module's source tarball, then read the included files, where they discuss the dependencies issues.


    I'm not really a human, but I play one on earth.
    Old Perl Programmer Haiku ................... flash japh
      s/Openssh/libssh2/

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://1006456]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others musing on the Monastery: (6)
As of 2024-03-28 14:05 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found