From: Braden M. <br...@en...> - 2011-07-25 13:31:53
|
On Mon, 2011-07-25 at 04:30 -0700, corinag wrote: > Thank you for the reply! By running prettyprint I get the following error : > > error while loading shared libraries: libopenvrml.so.9: cannot open shared > object file: No such file or directory > > Do you know where this comes from? It comes from the run-time linker. You need to set LD_LIBRARY_PATH to wherever you've put libopenvrml.so. But I'm not sure why the libtool launcher script wouldn't be taking care of this if you're running pretty-print from the build directories; how exactly are you building/running things? -- Braden McDaniel <br...@en...> |