Re: [Ssh-sftp-perl-users] Pari Installation Problems
Brought to you by:
dbrobins
From: nadim <na...@kh...> - 2005-07-05 22:19:40
|
Pari has always been a pain to install. How did you install? What platform do you have? have you installed Pari (the lib)? Where, by hand? Did you try sudo cpan Math::Pari? Cheers, Nadim. On Wednesday 06 July 2005 00:11, Dambrosio, Steve wrote: > I've having trouble with installation of the Pari. Is this problem > familiar to anyone? > > I installed the Pari to my home directory (my first mistake?): > > /home/myid/pari-2.1.6 > > When I do a "build test" on Math::Pari I get the following errors: > > Can't load 'blib/arch/auto/Math/Pari/Pari.so' for module Math::Pari: > blib/arch/auto/Math/Pari/Pari.so: undefined symbol: PERL_UNUSED_VAR at > /usr/lib/perl5/5.6.1/i386-linux/DynaLoader.pm line 206. > > at t/zz_leak.t line 17 > > Compilation failed in require at t/zz_leak.t line 17. > > BEGIN failed--compilation aborted at t/zz_leak.t line 17. > > t/zz_leak...........dubious > > Test returned status 255 (wstat 65280, 0xff00) > > Here is at (around) line 206 in > /usr/lib/perl5/5.6.1/i386-linux/DynaLoader.pm: > > # Many dynamic extension loading problems will appear to come from > > # this section of code: XYZ failed at line 123 of DynaLoader.pm. > > # Often these errors are actually occurring in the initialisation > > # C code of the extension XS file. Perl reports the error as being > > # in this perl code simply because this was the last perl code > > # it executed. > > my $libref = dl_load_file($file, $module->dl_load_flags) or > > croak("Can't load '$file' for module $module: ".dl_error()); > > Ignoring the above, I get the following errors when I try > Net::SSH::Perl: > > /usr/bin/perl: relocation error: > /home/aesdh1g/perllib/lib/site_perl/5.6.1/i386-linux/auto/Math/Pari/Pari > .so: undefined symbol: PERL_UNUSED_VAR > > ** Thank's for any help ** > > BM__MailAutoSigSteve Dambrosio > McKesson Corporation > * (415) 983-8773 > * ste...@mc... |