Re: [Ssh-sftp-perl-users] problems with installation of Math::Pari
Brought to you by:
dbrobins
From: <Kr...@nX...> - 2005-09-03 01:59:19
|
the way i did it was to install the library first, and then math-pari after using the following: wget ftp://megrez.math.u-bordeaux.fr/pub/pari/unix/pari-2.1.6.tgz && tar -xzvf pari-2.1.6.tgz && cd pari-2.1.6 && sh ./Configure && make install && wget http://search.cpan.org/CPAN/authors/id/I/IL/ILYAZ/modules/Math-Pari-2.010603.tar.gz && tar -xzvf Math-Pari-2.010603.tar.gz && cd Math-Pari-2.010603 && perl Makefile.PL && make && make test && make install && cd .. && cd .. && rm -rf pari-2.1.6 && rm -f pari-2.1.6.tgz i hope this helps, Aloha, rv, > 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=... 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? > > > Thanx in advanace, > > Regards, > Pieter > > > > Disclaimer: http://www.kuleuven.be/cwis/email_disclaimer.htm > > > > ------------------------------------------------------- > SF.Net email is Sponsored by the Better Software Conference & EXPO > September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices > Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA > Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf > _______________________________________________ > Ssh-sftp-perl-users mailing list > Ssh...@li... > https://lists.sourceforge.net/lists/listinfo/ssh-sftp-perl-users > --BEGIN GC BLOCK V3.12-- GO d? s-:-- !a C++ L++ P++ UL++ E- W-- N+ o K? w--- M V-- PS+++ Y+ PGP R* !tv b+ G e+++ h y* ------END GC BLOCK------ |