in reply to cannot open shared object file

I set LD_LIBRARY_PATH to '/usr/lib:/usr/local/lib' and now it works! Thank you! G.

Replies are listed 'Best First'.
Re^2: cannot open shared object file
by Anonymous Monk on Dec 06, 2010 at 13:52 UTC

    How did you do it? I tried $ENV{'LD_LIBRARY_PATH'}="/usr/local/lib:/usr/lib"; and I still get the same error

      you probably need to do "export LD_LIBRARY_PATH"