Dean McCorquodale wrote: > Hi > Finally managed to build podofobrowser, but when I try and run I get the > following. > > bash-3.1$ podofobrowser > podofobrowser: error while loading shared libraries: libpodofo.so.0.5.0: > cannot open shared object file: No such file or directory > > The library does exist in /usr/local/lib > bash-3.1$ cd /usr/local/lib > bash-3.1$ ls libpodofo* -l > -rw-r--r-- 1 root root 4036524 Apr 7 08:52 libpodofo.a > lrwxrwxrwx 1 root root 18 Apr 16 11:47 libpodofo.so -> > libpodofo.so.0.5.0 > -rw-r--r-- 1 root root 1405766 Apr 16 11:47 libpodofo.so.0.5.0 > -rw-r--r-- 1 root root 1370116 Sep 11 2007 libpodofo.so.0.5.99 > > running FC5 > Any clues on where I stuffed up? > At a guess, /usr/local/lib is not on LD_LIBRARY_PATH nor is it in /etc/ld.so.conf , so the system doesn't know to look for libraries there. If PoDoFoBrowser is built with CMake it should set up an rpath for the executable so this configuration isn't needed, but that might depend on features only available in recent linkers.
Try adding /usr/local/lib to /etc/ld.so.conf and running the "ldconfig" command as root. -- Craig Ringer ------------------------------------------------------------------------- This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss this year's exciting event. There's still time to save $100. Use priority code J8TL2D2. http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone _______________________________________________ Podofo-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/podofo-users
