On 2/20/06, Joshua Hoblitt <[EMAIL PROTECTED]> wrote: > On Tue, Feb 21, 2006 at 10:06:36AM +1100, Sisyphus wrote: > > Yes, /usr/local/lib is already in /etc/ld.so.conf. > > Perhaps you need to run `ldconfig` as root. > > > $LD_LIBRARY_PATH is initially empty. If I don't add '/usr/local/lib' to it, > > then when I run 'parrot hello.pir', I get (transcribed): > > > > parrot: error while loading shared libraries: libparrot.so.0.4.1: cannot > > open shared object file: No such file or directory
Which copy of perl is giving this error? Is it one installed under /usr/local or the one that is in the build directory? What do you get if you run 'ldd' on it? Cheers, Nick
