so more like:

-bash-2.05b$ perl -MMath::GMP -le 'print "ok"'
ok

l-p



[EMAIL PROTECTED] wrote ---- 

On 9/5/07, Louis-Philippe <[EMAIL PROTECTED]> wrote:
snip
> Net::SSH::Perl still stops its install at the same spot it did before!!!
> :
>
> t/02-buffer......Can't locate Math/GMP.pm in @INC (@INC contains:
snip

can you say

perl -MMath::GMP -le 'print "ok"'

If not then you need to add the directory you installed Math::GMP into
to the PERL5LIB environmental variable

Reply via email to