On Mon, Mar 16, 2009 at 03:51, Ron Smith <geeksatla...@yahoo.com> wrote:
snip
> Then when I try installing 'Math::GMP' I get:
snip
> WARNING! No GMP libraries were detected!
snip
> Warning: No success on command[C:\strawberry\perl\bin\perl.exe Makefile.PL]
>  TURNSTEP/Math-GMP-2.05.tar.gz
snip

The Net::SSH::Perl library depends on Math::GMP or Math::Pari to do
the heavy math stuff of the SSH protocol.  They are both thin wrappers
around C libraries.  It looks like the makefile is trying to install
the library for you, but is having difficulty decompressing the source
due to the lack of the compress command in Windows.  It looks like
some other people have had your problem and found ways around it:

http://www.nntp.perl.org/group/perl.win32.vanilla/2008/07/msg49.html
http://win32.perl.org/wiki/index.php?title=Install_Math-Pari_on_Strawberry_Perl


-- 
Chas. Owens
wonkden.net
The most important skill a programmer can have is the ability to read.

--
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/


Reply via email to