Hi

I had the same problem when installing Net::SSH::W32Perl

Tried to install Math::Pari using PPM but that said it was installed...

removed directory C:\Perl\site\lib\auto\Math\Pari
which was empty. and then could install it using PPM and Net::SSH::W32Perl would
run...

Hope that this helps..

Helen

ps:  PPM is set up to scan the following repositories:
Repositories:
[1] ActiveState PPM2 Repository
[2] ActiveState Package Repository
[3] soulcage


> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] Behalf Of
> Rishi Kaundinya M
> Sent: 18 March 2004 17:08
> To: [EMAIL PROTECTED];
> [EMAIL PROTECTED]
> Subject: RE: 2nd try (Urgent)Information needed on Math::Pari
>
>
>
>
>  -----Original Message-----
>
>
> Can anybody please help or suggest me the contact who can help on this
> issue.
>
> Rishi
>
>  -----Original Message-----
> From:         [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]
> Sent: Thursday, March 18, 2004 8:03 PM
> To:   [EMAIL PROTECTED]
> Subject:      (Urgent)Information needed on Math::Pari
>
>  Hi   ,
>
>    While trying installing the package " Net::SSH::W32Perl :
> following the
> steps mentioned in
>   the url, "http://www.soulcage.net/ppds/";, I am facing
> following error with
> my SSH client code.
>
> <snip>
> eb96140: Reading configuration data /.ssh/config
> eb96140: Reading configuration data /etc/ssh_config
> eb96140: Connecting to samudra.india.hp.com, port 22.
> eb96140: Socket created, turning on blocking...
> eb96140: Remote protocol version 2.0, remote software version
> OpenSSH_3.7.1p2-pw
> exp26
> Can't locate Math/Pari.pm in @INC (@INC contains: C:/Perl/lib
> C:/Perl/site/lib .
> ) at C:/Perl/site/lib/Net/SSH/Perl/Util/SSH2MP.pm line 6,
> <GEN0> line 1.
> BEGIN failed--compilation aborted at
> C:/Perl/site/lib/Net/SSH/Perl/Util/SSH2MP.p
> m line 6, <GEN0> line 1.
> Compilation failed in require at
> C:/Perl/site/lib/Net/SSH/Perl/Util.pm line
> 56,
> <GEN0> line 1.
> BEGIN failed--compilation aborted at
> C:/Perl/site/lib/Net/SSH/Perl/Kex/DH1.pm li
> ne 10, <GEN0> line 1.
> Compilation failed in require at
> C:/Perl/site/lib/Net/SSH/Perl/Kex.pm line
> 6, <G
> EN0> line 1.
> BEGIN failed--compilation aborted at
> C:/Perl/site/lib/Net/SSH/Perl/Kex.pm
> line 6
> , <GEN0> line 1.
> Compilation failed in require at
> C:/Perl/site/lib/Net/SSH/Perl/SSH2.pm line
> 6, <
> GEN0> line 1.
> BEGIN failed--compilation aborted at
> C:/Perl/site/lib/Net/SSH/Perl/SSH2.pm
> line
> 6, <GEN0> line 1.
> Compilation failed in require at
> C:/Perl/site/lib/Net/SSH/W32Perl/SSH2.pm
> line 7
> , <GEN0> line 1.
> BEGIN failed--compilation aborted at
> C:/Perl/site/lib/Net/SSH/W32Perl/SSH2.pm li
> ne 7, <GEN0> line 1.
> Compilation failed in require at
> C:/Perl/site/lib/Net/SSH/Perl.pm line 55,
> <GEN0
> > line 1.
>
> </snip>
>
>   The package Math::Pari is not installed properly in my PC. I tried
> installing the package
>   "Math-Pari-2.001301" from CPAN. But when I unpack the
> package and run
> "perl Makefile.PL"
>   I am encountering following error.
>
> <snip>
> D:\Projects\SSH\Math-Pari-2.010501>perl Makefile.PL
> Did not find GP/PARI build directory around.
> Do you want to me to fetch GP/PARI automatically?
>   (If you do not, you will need to fetch it manually, and/or
> direct me to
>    the directory with GP/PARI source via the command-line option
> paridir=/dir)
> Make sure you have a large scrollback buffer to see the messages.
> Fetch? (y/n, press Enter)
> Well, as you wish...
> Rerun Makefile.PL when you fetched GP/PARI manually.
> Could not find GP/PARI build directory, please run Makefile.PL
> with paridir=/directory option.
>
> </snip>
>
> I need your input in installing Math::Pari package in my windows PC.
> Can you any body please tell me the sequence of steps I need
> to follow to
> install the package without any errors in windows 2000 PC.
> I request you to kindly help me in resolving this issue.
> I will be very thankful for your kind reply.
>
> Regards,
> Rishi
>
>
>  -----Original Message-----
> From:         Rishi Kaundinya M [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, March 17, 2004 7:24 PM
> To:   '[EMAIL PROTECTED]'; '[EMAIL PROTECTED]'
> Subject:      FW: Information needed on Net::SSH::W32Perl
>
> Hi   All  ,
>
>    I  need Net::SSH::W32Perl Package for a high priority project work.
>    I followed the instructions given in the following url.
> http://www.soulcage.net/ppds/
>
>   I am facing 2 problems while trying to install the errors.
>
>  1.   When I tried to install the package with perl5.6.3, I
> got error some
> thing like
>       "Entry is missing in E:\Perl\sitelib\PPM\Repository.pm
> line NO :174
>
>
>   2. When I tried installing the package with Perl 5.8, The
> package got
> installed
>       properly.
>
>       I have written small perl programme as follows.
>
> File: ex.pl
>       use Net::SSH::W32Perl;
>
>       my $host = 'samudra.india.hp.com';
>      my $ssh = new Net::SSH::W32Perl($host, debug => 1,
> protocol => 2);
>      $ssh->login(kaundiny, passwd);
>      my ($out, $err, $exit) = $ssh->cmd('ls -al');
>      print "\n $out";
>
>           When I tried compiling the source, I got following error.
> <snip>
>           :\Projects\console_logger\SSH\Test>perl ex.pl
> b96140: Reading configuration data /.ssh/config
> b96140: Reading configuration data /etc/ssh_config
> b96140: Connecting to samudra.india.hp.com, port 22.
> b96140: Socket created, turning on blocking...
> b96140: Remote protocol version 2.0, remote software version
> OpenSSH_3.7.1p2-pw
> xp26
> an't locate Math/Pari.pm in @INC (@INC contains: C:/Perl/lib
> C:/Perl/site/lib .
>  at C:/Perl/site/lib/Net/SSH/Perl/Util/SSH2MP.pm line 6,
> <GEN0> line 1.
> EGIN failed--compilation aborted at
> C:/Perl/site/lib/Net/SSH/Perl/Util/SSH2MP.p
>  line 6, <GEN0> line 1.
> ompilation failed in require at
> C:/Perl/site/lib/Net/SSH/Perl/Util.pm line
> 56,
> GEN0> line 1.
> EGIN failed--compilation aborted at
> C:/Perl/site/lib/Net/SSH/Perl/Kex/DH1.pm
> li
> e 10, <GEN0> line 1.
> ompilation failed in require at
> C:/Perl/site/lib/Net/SSH/Perl/Kex.pm line 6,
> <G
> N0> line 1.
> EGIN failed--compilation aborted at
> C:/Perl/site/lib/Net/SSH/Perl/Kex.pm
> line 6
>  <GEN0> line 1.
> ompilation failed in require at
> C:/Perl/site/lib/Net/SSH/Perl/SSH2.pm line
> 6, <
> EN0> line 1.
> EGIN failed--compilation aborted at
> C:/Perl/site/lib/Net/SSH/Perl/SSH2.pm
> line
> , <GEN0> line 1.
> ompilation failed in require at
> C:/Perl/site/lib/Net/SSH/W32Perl/SSH2.pm
> line 7
>  <GEN0> line 1.
> EGIN failed--compilation aborted at
> C:/Perl/site/lib/Net/SSH/W32Perl/SSH2.pm
> li
> e 7, <GEN0> line 1.
> ompilation failed in require at
> C:/Perl/site/lib/Net/SSH/Perl.pm line 55,
> <GEN0
>  line 1.
>
> :\Projects\console_logger\SSH\Test>
>
> </snip>
>
>      I need install this on a windows PC. When I tried installing
> Math::Pari, I got the following error.
>
> <snip>
> D:\Projects\console_logger\SSH\Math-Pari-2.001301>perl Makefile.PL
> Did not find PARI build directory around.
> Do you want to me to fetch PARI automatically?
> Make sure you have a large scrollback buffer to see the messages.
> Fetch? (y/n, press Enter)
> Well, as you wish...  I give up...
> Could not find PARI build directory, please edit Makefile.PL.
>
> </snip>
>
>   Could you please help in resolving the two errors. I need
> this information
> urgently.
>   I will highly appreciate your kind help on the problems I am facing.
>
> Thanks in advance,
>
> Regards,
> Rishi
>  << File: ATT00220.txt >>
>
> _______________________________________________
> Perl-Win32-Users mailing list
> [EMAIL PROTECTED]
> To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
>


_______________________________________________
ActivePerl mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to