<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Net::SSH Module in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/net-ssh-module/m-p/3737768#M98726</link>
    <description>Hi Rashmi, &lt;BR /&gt;&lt;BR /&gt;Try to change the gzip path in Makefile.PL &lt;BR /&gt;&lt;BR /&gt;# grep -i gzip Makefile.PL will list you. You can edit and make changes. &lt;BR /&gt;&lt;BR /&gt;-Arun</description>
    <pubDate>Thu, 23 Feb 2006 05:32:08 GMT</pubDate>
    <dc:creator>Arunvijai_4</dc:creator>
    <dc:date>2006-02-23T05:32:08Z</dc:date>
    <item>
      <title>Net::SSH Module</title>
      <link>https://community.hpe.com/t5/operating-system-linux/net-ssh-module/m-p/3737756#M98714</link>
      <description>Hi: &lt;BR /&gt;Iam using Net::SSH::Perl module for remote login. This module was installed successfully. &lt;BR /&gt;when i try to run a sample script &lt;BR /&gt;&lt;BR /&gt;#!/usr/bin/perl&lt;BR /&gt;use Net::SSH::Perl;&lt;BR /&gt;my $ssh = Net::SSH::Perl-&amp;gt;new($host,port=&amp;gt;22);&lt;BR /&gt;$ssh-&amp;gt;login($user, $pass);&lt;BR /&gt;&lt;BR /&gt;i get the following error&lt;BR /&gt;Can't locate Math/GMP.pm in @INC (@INC contains: /opt/perl_32/lib/5.8.7/PA-RISC1.1-thread-multi /opt/perl_32/lib/5.8.7 /opt/perl_32/lib/site_perl/5.8.7/PA-RISC1.1-thread-multi /opt/perl_32/lib/site_perl/5.8.7 /opt/perl_32/lib/site_perl /opt/perl_32/lib/vendor_perl/5.8.7/PA-RISC1.1-thread-multi /opt/perl_32/lib/vendor_perl/5.8.7 /opt/perl_32/lib/vendor_perl .) at /opt/perl_32/lib/site_perl/5.8.7/Net/SSH/Perl/Util/SSH1MP.pm line 7, &lt;GEN0&gt; line 1.&lt;BR /&gt;BEGIN failed--compilation aborted at /opt/perl_32/lib/site_perl/5.8.7/Net/SSH/Perl/Util/SSH1MP.pm line 7, &lt;GEN0&gt; line 1.&lt;BR /&gt;Compilation failed in require at /opt/perl_32/lib/site_perl/5.8.7/Net/SSH/Perl/Util.pm line 56, &lt;GEN0&gt; line 1.&lt;BR /&gt;BEGIN failed--compilation aborted at /opt/perl_32/lib/site_perl/5.8.7/Net/SSH/Perl/Key/RSA1.pm line 6, &lt;GEN0&gt; line 1.&lt;BR /&gt;Compilation failed in require at /opt/perl_32/lib/site_perl/5.8.7/Net/SSH/Perl/SSH1.pm line 13, &lt;GEN0&gt; line 1.&lt;BR /&gt;BEGIN failed--compilation aborted at /opt/perl_32/lib/site_perl/5.8.7/Net/SSH/Perl/SSH1.pm line 13, &lt;GEN0&gt; line 1.&lt;BR /&gt;Compilation failed in require at /opt/perl_32/lib/site_perl/5.8.7/Net/SSH/Perl.pm line 51, &lt;GEN0&gt; line 1.&lt;BR /&gt;&lt;BR /&gt;when i try to install the Math::GMP from cpan where it tries to install math::GMP 2.04, it fails in &amp;gt;make. Does anyone which is the stable version of Math::GMP after 1.04 available on cpan or any other site&lt;BR /&gt;&lt;BR /&gt;Thanks n Regards,&lt;BR /&gt;rashmi &lt;BR /&gt;&lt;/GEN0&gt;&lt;/GEN0&gt;&lt;/GEN0&gt;&lt;/GEN0&gt;&lt;/GEN0&gt;&lt;/GEN0&gt;&lt;/GEN0&gt;</description>
      <pubDate>Thu, 23 Feb 2006 02:35:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/net-ssh-module/m-p/3737756#M98714</guid>
      <dc:creator>rashmi R</dc:creator>
      <dc:date>2006-02-23T02:35:43Z</dc:date>
    </item>
    <item>
      <title>Re: Net::SSH Module</title>
      <link>https://community.hpe.com/t5/operating-system-linux/net-ssh-module/m-p/3737757#M98715</link>
      <description>Try to search GMP.pm module in this location(s) as,&lt;BR /&gt;&lt;BR /&gt;/opt/perl_32/lib/5.8.7/PA-RISC1.1-thread-multi /opt/perl_32/lib/5.8.7 /opt/perl_32/lib/site_perl/5.8.7/PA-RISC1.1-thread-multi /opt/perl_32/lib/site_perl/5.8.7 /opt/perl_32/lib/site_perl /opt/perl_32/lib/vendor_perl/5.8.7/PA-RISC1.1-thread-multi /opt/perl_32/lib/vendor_perl/5.8.7 /opt/perl_32/lib/vendor_perl &lt;BR /&gt;&lt;BR /&gt;Else download the Math/GMP.pm and install to that location. Problem will be solved.&lt;BR /&gt;&lt;BR /&gt;--&lt;BR /&gt;Muthu</description>
      <pubDate>Thu, 23 Feb 2006 03:30:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/net-ssh-module/m-p/3737757#M98715</guid>
      <dc:creator>Muthukumar_5</dc:creator>
      <dc:date>2006-02-23T03:30:32Z</dc:date>
    </item>
    <item>
      <title>Re: Net::SSH Module</title>
      <link>https://community.hpe.com/t5/operating-system-linux/net-ssh-module/m-p/3737758#M98716</link>
      <description>Version 1.07 is there. &lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://sources.redhat.com/ml/cygwin/2001-05/msg01343.html" target="_blank"&gt;http://sources.redhat.com/ml/cygwin/2001-05/msg01343.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;--&lt;BR /&gt;Muthu</description>
      <pubDate>Thu, 23 Feb 2006 03:34:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/net-ssh-module/m-p/3737758#M98716</guid>
      <dc:creator>Muthukumar_5</dc:creator>
      <dc:date>2006-02-23T03:34:56Z</dc:date>
    </item>
    <item>
      <title>Re: Net::SSH Module</title>
      <link>https://community.hpe.com/t5/operating-system-linux/net-ssh-module/m-p/3737759#M98717</link>
      <description>Hi Rashmi, &lt;BR /&gt;&lt;BR /&gt;Did you run Perl test after comipiling ? It should be helpful.. &lt;BR /&gt;&lt;BR /&gt;-Arun</description>
      <pubDate>Thu, 23 Feb 2006 03:41:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/net-ssh-module/m-p/3737759#M98717</guid>
      <dc:creator>Arunvijai_4</dc:creator>
      <dc:date>2006-02-23T03:41:21Z</dc:date>
    </item>
    <item>
      <title>Re: Net::SSH Module</title>
      <link>https://community.hpe.com/t5/operating-system-linux/net-ssh-module/m-p/3737760#M98718</link>
      <description>Hi :&lt;BR /&gt;It fails in the installation itself. when i try to run Math::GMP &lt;BR /&gt;Rashmi</description>
      <pubDate>Thu, 23 Feb 2006 03:45:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/net-ssh-module/m-p/3737760#M98718</guid>
      <dc:creator>rashmi R</dc:creator>
      <dc:date>2006-02-23T03:45:18Z</dc:date>
    </item>
    <item>
      <title>Re: Net::SSH Module</title>
      <link>https://community.hpe.com/t5/operating-system-linux/net-ssh-module/m-p/3737761#M98719</link>
      <description>Hi :&lt;BR /&gt;It fails in the installation itself. when i try to run Math::GMP &lt;BR /&gt;&lt;BR /&gt;If i take only GMP.pm and complie it .. will it work &lt;BR /&gt;Rashmi</description>
      <pubDate>Thu, 23 Feb 2006 03:46:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/net-ssh-module/m-p/3737761#M98719</guid>
      <dc:creator>rashmi R</dc:creator>
      <dc:date>2006-02-23T03:46:45Z</dc:date>
    </item>
    <item>
      <title>Re: Net::SSH Module</title>
      <link>https://community.hpe.com/t5/operating-system-linux/net-ssh-module/m-p/3737762#M98720</link>
      <description>Hi Rashmi, &lt;BR /&gt;&lt;BR /&gt;Yes, installing GMP.pm module should be helpful. Try and let us know. &lt;BR /&gt;&lt;BR /&gt;-Arun</description>
      <pubDate>Thu, 23 Feb 2006 03:48:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/net-ssh-module/m-p/3737762#M98720</guid>
      <dc:creator>Arunvijai_4</dc:creator>
      <dc:date>2006-02-23T03:48:18Z</dc:date>
    </item>
    <item>
      <title>Re: Net::SSH Module</title>
      <link>https://community.hpe.com/t5/operating-system-linux/net-ssh-module/m-p/3737763#M98721</link>
      <description>i got the MATH::GMP 1.07 from the site  mentioned by muthu. but while trying to run the makefile it failed&lt;BR /&gt;&lt;BR /&gt;$ cd Math-GMP-1.07&lt;BR /&gt;$ ls&lt;BR /&gt;COPYING.LIB       GMP.pm            LICENSE           Makefile.PL       gmp-2.0.2.tar.gz  typemap&lt;BR /&gt;Changes           GMP.xs            MANIFEST          README            test.pl&lt;BR /&gt;$ perl Makefile.PL&lt;BR /&gt;sh: /gzip:  not found.&lt;BR /&gt;Tar: blocksize = 0; broken pipe?&lt;BR /&gt;tar extraction of gmp-2.0.2.tar.gz failed at Makefile.PL line 11.&lt;BR /&gt;$ make&lt;BR /&gt;Make: No arguments or description file.  Stop.&lt;BR /&gt;</description>
      <pubDate>Thu, 23 Feb 2006 04:20:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/net-ssh-module/m-p/3737763#M98721</guid>
      <dc:creator>rashmi R</dc:creator>
      <dc:date>2006-02-23T04:20:48Z</dc:date>
    </item>
    <item>
      <title>Re: Net::SSH Module</title>
      <link>https://community.hpe.com/t5/operating-system-linux/net-ssh-module/m-p/3737764#M98722</link>
      <description>$ cd Math-GMP-1.07&lt;BR /&gt;$ ls&lt;BR /&gt;COPYING.LIB GMP.pm LICENSE Makefile.PL gmp-2.0.2.tar.gz typemap&lt;BR /&gt;Changes GMP.xs MANIFEST README test.pl&lt;BR /&gt;$ perl Makefile.PL&lt;BR /&gt;sh: /gzip: not found.&lt;BR /&gt;Tar: blocksize = 0; broken pipe?&lt;BR /&gt;tar extraction of gmp-2.0.2.tar.gz failed at Makefile.PL line 11.&lt;BR /&gt;$ make&lt;BR /&gt;Make: No arguments or description file. Stop.&lt;BR /&gt;&lt;BR /&gt;gzip is not available in your path.. also, make sure your download is not corrupted.. &lt;BR /&gt;&lt;BR /&gt;# where `which gzip` &lt;BR /&gt;&lt;BR /&gt;-Arun</description>
      <pubDate>Thu, 23 Feb 2006 04:32:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/net-ssh-module/m-p/3737764#M98722</guid>
      <dc:creator>Arunvijai_4</dc:creator>
      <dc:date>2006-02-23T04:32:47Z</dc:date>
    </item>
    <item>
      <title>Re: Net::SSH Module</title>
      <link>https://community.hpe.com/t5/operating-system-linux/net-ssh-module/m-p/3737765#M98723</link>
      <description>gzip is in /usr/contrib/bin/gzip location. Just try this:&lt;BR /&gt;&lt;BR /&gt;export PATH=$PATH:/usr/contrib/bin&lt;BR /&gt;&lt;BR /&gt;try again.&lt;BR /&gt;&lt;BR /&gt;--&lt;BR /&gt;Muthu</description>
      <pubDate>Thu, 23 Feb 2006 04:42:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/net-ssh-module/m-p/3737765#M98723</guid>
      <dc:creator>Muthukumar_5</dc:creator>
      <dc:date>2006-02-23T04:42:32Z</dc:date>
    </item>
    <item>
      <title>Re: Net::SSH Module</title>
      <link>https://community.hpe.com/t5/operating-system-linux/net-ssh-module/m-p/3737766#M98724</link>
      <description>HI Arun,&lt;BR /&gt;Well i have my gzip in path. coz when i try to install other modules i don't get errors. Only for this module i get this &lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Rashmi</description>
      <pubDate>Thu, 23 Feb 2006 04:43:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/net-ssh-module/m-p/3737766#M98724</guid>
      <dc:creator>rashmi R</dc:creator>
      <dc:date>2006-02-23T04:43:57Z</dc:date>
    </item>
    <item>
      <title>Re: Net::SSH Module</title>
      <link>https://community.hpe.com/t5/operating-system-linux/net-ssh-module/m-p/3737767#M98725</link>
      <description>Open Makefile.PL file. And search for gzip and change with full path name which you are getting in which gzip. Try to run make it again. Is it working.&lt;BR /&gt;&lt;BR /&gt;--&lt;BR /&gt;Muthu&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 23 Feb 2006 05:24:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/net-ssh-module/m-p/3737767#M98725</guid>
      <dc:creator>Muthukumar_5</dc:creator>
      <dc:date>2006-02-23T05:24:57Z</dc:date>
    </item>
    <item>
      <title>Re: Net::SSH Module</title>
      <link>https://community.hpe.com/t5/operating-system-linux/net-ssh-module/m-p/3737768#M98726</link>
      <description>Hi Rashmi, &lt;BR /&gt;&lt;BR /&gt;Try to change the gzip path in Makefile.PL &lt;BR /&gt;&lt;BR /&gt;# grep -i gzip Makefile.PL will list you. You can edit and make changes. &lt;BR /&gt;&lt;BR /&gt;-Arun</description>
      <pubDate>Thu, 23 Feb 2006 05:32:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/net-ssh-module/m-p/3737768#M98726</guid>
      <dc:creator>Arunvijai_4</dc:creator>
      <dc:date>2006-02-23T05:32:08Z</dc:date>
    </item>
    <item>
      <title>Re: Net::SSH Module</title>
      <link>https://community.hpe.com/t5/operating-system-linux/net-ssh-module/m-p/3737769#M98727</link>
      <description>ys i went a step further now. &lt;BR /&gt;#perl Makefile.pl &lt;BR /&gt;succeeded &lt;BR /&gt;but # make install i got this errors &lt;BR /&gt;&lt;BR /&gt;$ make install&lt;BR /&gt;cp GMP.pm blib/lib/Math/GMP.pm&lt;BR /&gt;AutoSplitting blib/lib/Math/GMP.pm (blib/lib/auto/Math/GMP)&lt;BR /&gt;        /usr/bin/perl /opt/perl_32/lib/5.8.7/ExtUtils/xsubpp  -typemap /opt/perl_32/lib/5.8.7/ExtUtils/typemap -typemap typemap  GMP.xs &amp;gt; GMP.xsc &amp;amp;&amp;amp; mv GMP.xsc GMP.c&lt;BR /&gt;Please specify prototyping behavior for GMP.xs (see perlxs manual)&lt;BR /&gt;        cc -c  -Igmp/include  -D_POSIX_C_SOURCE=199506L -D_REENTRANT -Ae -D_HPUX_SOURCE -Wl,+vnocompatwarnings +Z -DUSE_SITECUSTOMIZE -DNO_HASH_SEED -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fast +Onolimit +Opromote_indirect_calls +DAportable +DS2.0    -DVERSION=\"1.07\"  -DXS_VERSION=\"1.07\" +Z "-I/opt/perl_32/lib/5.8.7/PA-RISC1.1-thread-multi/CORE"   GMP.c&lt;BR /&gt;(Bundled) cc: warning 480: The -A option is available only with the C/ANSI C product; ignored.&lt;BR /&gt;(Bundled) cc: warning 480: The +Z option is available only with the C/ANSI C product; ignored.&lt;BR /&gt;(Bundled) cc: warning 422: Unknown option "f" ignored.&lt;BR /&gt;(Bundled) cc: warning 480: The +Onolimit option is available only with the C/ANSI C product; ignored.&lt;BR /&gt;(Bundled) cc: warning 480: The +Opromote_indirect_calls option is available only with the C/ANSI C product; ignored.&lt;BR /&gt;(Bundled) cc: warning 480: The +Z option is available only with the C/ANSI C product; ignored.&lt;BR /&gt;cpp: "/opt/perl_32/lib/5.8.7/PA-RISC1.1-thread-multi/CORE/perlio.h", line 108: error 4065: Recursion in macro "PerlIO".&lt;BR /&gt;*** Error exit code 1&lt;BR /&gt;&lt;BR /&gt;Stop.&lt;BR /&gt;&lt;BR /&gt;which i had got when i was trying to install directly from cpan. &lt;BR /&gt;&lt;BR /&gt;Thanks &lt;BR /&gt;Rashmi &lt;BR /&gt;</description>
      <pubDate>Thu, 23 Feb 2006 05:46:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/net-ssh-module/m-p/3737769#M98727</guid>
      <dc:creator>rashmi R</dc:creator>
      <dc:date>2006-02-23T05:46:45Z</dc:date>
    </item>
    <item>
      <title>Re: Net::SSH Module</title>
      <link>https://community.hpe.com/t5/operating-system-linux/net-ssh-module/m-p/3737770#M98728</link>
      <description>Hi Rashmi, &lt;BR /&gt;&lt;BR /&gt;You dont have AnsiC compiler installed. Rather, you can use GCC to build this module. &lt;BR /&gt;&lt;BR /&gt;# export CC=/usr/local/bin/gcc &lt;BR /&gt;&lt;BR /&gt;then, # perl Makefile.PL&lt;BR /&gt;&lt;BR /&gt;-Arun</description>
      <pubDate>Thu, 23 Feb 2006 05:49:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/net-ssh-module/m-p/3737770#M98728</guid>
      <dc:creator>Arunvijai_4</dc:creator>
      <dc:date>2006-02-23T05:49:09Z</dc:date>
    </item>
    <item>
      <title>Re: Net::SSH Module</title>
      <link>https://community.hpe.com/t5/operating-system-linux/net-ssh-module/m-p/3737771#M98729</link>
      <description>#perl Makefile.pl &lt;BR /&gt;succeeded. but with warnings and errors. pl see the attached file &lt;BR /&gt;&lt;BR /&gt;I think am getting same erros which i had got when i was trying to install directly from cpan. &lt;BR /&gt;&lt;BR /&gt;Thanks &lt;BR /&gt;Rashmi &lt;BR /&gt;</description>
      <pubDate>Thu, 23 Feb 2006 05:51:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/net-ssh-module/m-p/3737771#M98729</guid>
      <dc:creator>rashmi R</dc:creator>
      <dc:date>2006-02-23T05:51:26Z</dc:date>
    </item>
    <item>
      <title>Re: Net::SSH Module</title>
      <link>https://community.hpe.com/t5/operating-system-linux/net-ssh-module/m-p/3737772#M98730</link>
      <description>Hi Rashmi, &lt;BR /&gt;&lt;BR /&gt;Its again taking bundled C compiler         make "CC=cc" "CFLAGS=-g -O" "XCFLAGS=" libmpn.a &lt;BR /&gt;&lt;BR /&gt;You have to perform a # make clean and # make distclean before starting fresh..&lt;BR /&gt;&lt;BR /&gt;Or, deleting that directory and untar/ungzip should help. (You have to start from fresh compilation since makefile is old and takes cc)&lt;BR /&gt;&lt;BR /&gt;Also, dont forget to export gcc as your compiler.&lt;BR /&gt;&lt;BR /&gt;-Arun &lt;BR /&gt;&lt;BR /&gt;P.S Remember to assign points.</description>
      <pubDate>Thu, 23 Feb 2006 05:57:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/net-ssh-module/m-p/3737772#M98730</guid>
      <dc:creator>Arunvijai_4</dc:creator>
      <dc:date>2006-02-23T05:57:06Z</dc:date>
    </item>
    <item>
      <title>Re: Net::SSH Module</title>
      <link>https://community.hpe.com/t5/operating-system-linux/net-ssh-module/m-p/3737773#M98731</link>
      <description>&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=890309" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=890309&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Refer this. Will solve problem.&lt;BR /&gt;&lt;BR /&gt;--&lt;BR /&gt;Muthu</description>
      <pubDate>Thu, 23 Feb 2006 06:02:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/net-ssh-module/m-p/3737773#M98731</guid>
      <dc:creator>Muthukumar_5</dc:creator>
      <dc:date>2006-02-23T06:02:34Z</dc:date>
    </item>
    <item>
      <title>Re: Net::SSH Module</title>
      <link>https://community.hpe.com/t5/operating-system-linux/net-ssh-module/m-p/3737774#M98732</link>
      <description>Hi Rashmi, &lt;BR /&gt;&lt;BR /&gt;Just check this, &lt;BR /&gt;&lt;BR /&gt;# which perl&lt;BR /&gt;# perl -V&lt;BR /&gt;&lt;BR /&gt;Try to use Procura's perl versions which can be downloaded from his site.. &lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://mirrors.develooper.com/hpux/" target="_blank"&gt;http://mirrors.develooper.com/hpux/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;-Arun</description>
      <pubDate>Thu, 23 Feb 2006 06:47:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/net-ssh-module/m-p/3737774#M98732</guid>
      <dc:creator>Arunvijai_4</dc:creator>
      <dc:date>2006-02-23T06:47:31Z</dc:date>
    </item>
    <item>
      <title>Re: Net::SSH Module</title>
      <link>https://community.hpe.com/t5/operating-system-linux/net-ssh-module/m-p/3737775#M98733</link>
      <description>Hi - there are 2 ways of doing this&lt;BR /&gt;&lt;BR /&gt;1st way &lt;BR /&gt;&lt;BR /&gt;#perl -MCPAN -e shell&lt;BR /&gt;&lt;BR /&gt;cpan&amp;gt;install bundle&lt;BR /&gt;&lt;BR /&gt;cpan&amp;gt;install SSH::Net&lt;BR /&gt;&lt;BR /&gt;2nd Way &lt;BR /&gt;&lt;BR /&gt;Download the source from Cpan.&lt;BR /&gt;&lt;BR /&gt;#perl Makefile.PL&lt;BR /&gt;#gmake (make sure you use gcc)&lt;BR /&gt;#gmake test (make sure it passes all the test)&lt;BR /&gt;#gmake install&lt;BR /&gt;&lt;BR /&gt;If you could post the output of the following&lt;BR /&gt;&lt;BR /&gt;#ldd /usr/local/bin/perl&lt;BR /&gt;#perl -V &lt;BR /&gt;&lt;BR /&gt;And then add a -w ( warning) at the very 1st line of your perl script and see what you get.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;Pratyush&lt;BR /&gt;</description>
      <pubDate>Fri, 24 Feb 2006 10:42:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/net-ssh-module/m-p/3737775#M98733</guid>
      <dc:creator>Pratyush Paul_1</dc:creator>
      <dc:date>2006-02-24T10:42:55Z</dc:date>
    </item>
  </channel>
</rss>

