GMP problems
    DiOrio, Dominick 
    dominick.diorio at cgi.com
       
    Mon Aug 13 18:59:58 CEST 2007
    
    
  
Hi,
I am trying to install GMP.
I have done the following steps but am still receiving the following
errors 
((
Can't locate Math/Pari.pm in @INC (@INC contains:
/usr/lib/perl5/5.8.0/i386-linu
x-thread-multi /usr/lib/perl5/5.8.0
/usr/lib/perl5/site_perl/5.8.0/i386-linux-th
read-multi /usr/lib/perl5/site_perl/5.8.0 /usr/lib/perl5/site_perl
/usr/lib/perl
5/vendor_perl/5.8.0/i386-linux-thread-multi
/usr/lib/perl5/vendor_perl/5.8.0 /us
r/lib/perl5/vendor_perl /usr/lib/perl5/5.8.0/i386-linux-thread-multi
/usr/lib/pe
rl5/5.8.0 .) at
/usr/lib/perl5/site_perl/5.8.0/Net/SSH/Perl/Util/SSH2MP.pm line
6.
BEGIN failed--compilation aborted at
/usr/lib/perl5/site_perl/5.8.0/Net/SSH/Perl
/Util/SSH2MP.pm line 6.
Compilation failed in require at
/usr/lib/perl5/site_perl/5.8.0/Net/SSH/Perl/Uti
l.pm line 56.
BEGIN failed--compilation aborted at
/usr/lib/perl5/site_perl/5.8.0/Net/SFTP/Buf
fer.pm line 9.
Compilation failed in require at
/usr/lib/perl5/site_perl/5.8.0/Net/SFTP/Attribu
tes.pm line 7.     ))
 
                              
Can You Help???
I am trying to get NET::SFTP working on a linux os. 
I have installed the ssh part net::sftp  packages and
Now I am trying to install  the math PAri.pm.
 
 
Thanks for your help.
Dominick
2 Installing GMP
GMP has an autoconf/automake/libtool based configuration system. On a
Unix-like system a basic build can be done with 
     ./configure
     make
Some self-tests can be run with 
     make check
And you can install (under /usr/local by default) with 
     make install
If you experience problems, please report them to gmp-bugs at swox.com. See
Reporting Bugs
<http://gmplib.org/manual/Reporting-Bugs.html#Reporting-Bugs> , for
information on what to include in useful bug reports. 
*	Build Options
<http://gmplib.org/manual/Build-Options.html#Build-Options>  
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://gmplib.org/list-archives/gmp-bugs/attachments/20070813/ed466087/attachment.html 
    
    
More information about the gmp-bugs
mailing list