Re: Math::Pari headaches




<msafford@xxxxxxxxx> wrote in message
..
..
[[DELETED]@[DELETED] bin]$ sshtest
Can't locate loadable object for module Math::Pari in @INC
..
..

Near as I can tell, it's looking for the Pari.so object, which I just
tried dumping directly into an @INC-listed directory:


Yep - it's looking for Pari.so, but why did you dump it "directly into an
@INC-listed directory" ?
Normally the installation of any module is handled by running (as root)
'make install'.

If Pari.so is located where you've reported, and if its permissions are set
appropriately, then perl should be able to find it.

Were there any problems with 'make test' ?

Cheers,
Rob


.