RE: [Ssh-sftp-perl-users] problems with installation of Math::Pari
Brought to you by:
dbrobins
From: David R. <dr...@ex...> - 2005-09-02 16:58:00
|
> Hi >=20 > (hope this is the correct mailing list to post this) >=20 > I want to use Net::SSH::Perl-module, but aparently you need > to install Math::Pari and the corresponding Pari library. > Since I have no root access on my computer (only sysadmins have, grrrr), > I have to indicate that the installation directory is not /usr/local/ > but a /link/to/my/dir/. Is there a way to do this? (the option > --prefix=3D... doesn't exist here??). > And how do I indicate where my Pari Library is installed? Do I have to > manually change it in the MakeFile.PL? > Are there people out there that suffered the same problem? Are you having problems installing Math::Pari, or Net::SSH::Perl? If Net::SSH::Perl can't find Math::Pari, then you should be able to fix that by adding the Math::Pari install directory to the PERL5LIB environment variable. If Math::Pari can't find the PARI library, you may have to indeed change its Makefile.PL; this is not the right list to ask about Math::Pari in general, but we'll do our best to help. In general the prerequisites for Net::SSH::Perl can be a pain in the neck to install and I sympathize. D |