terribleRobbo
12-01-2003, 03:50 AM
Hello,
I've got a problem with Obconf (http://www.icculus.org/openbox/obconf) 1.5.
When I run ./configure, it brings up an error about not being able to find 'obrender-3.0.pc'. I add '/usr/local/lib/pkgconfig' to the end of the PKG_CONFIG_PATH variable and it compiles, make install works, etc.
When I run it, though, I get the following error:
obconf: error while loading shared libraries:
libobrender.so.1: cannot open shared object file:
No such file or directory
The file it's looking for is in /usr/local/lib/. The makefile checks out (it's passing the right path, etc), so I'm stumped.
from ldd /usr/local/bin/obconf :
libobrender.so.1 => not found
libSM.so.6 => /usr/X11R6/lib/libSM.so.6 (0x4002e000)
...
libobparser.so.1 => not found
libxml2.so.2 => /usr/lib/libxml2.so.2 (0x401be000)
Any ideas as to what I can do?
Thanks heaps,
Robbo
I've got a problem with Obconf (http://www.icculus.org/openbox/obconf) 1.5.
When I run ./configure, it brings up an error about not being able to find 'obrender-3.0.pc'. I add '/usr/local/lib/pkgconfig' to the end of the PKG_CONFIG_PATH variable and it compiles, make install works, etc.
When I run it, though, I get the following error:
obconf: error while loading shared libraries:
libobrender.so.1: cannot open shared object file:
No such file or directory
The file it's looking for is in /usr/local/lib/. The makefile checks out (it's passing the right path, etc), so I'm stumped.
from ldd /usr/local/bin/obconf :
libobrender.so.1 => not found
libSM.so.6 => /usr/X11R6/lib/libSM.so.6 (0x4002e000)
...
libobparser.so.1 => not found
libxml2.so.2 => /usr/lib/libxml2.so.2 (0x401be000)
Any ideas as to what I can do?
Thanks heaps,
Robbo