This seems to be a packaging bug that has been corrected in Edgy.
Openbox itself does not need these libraries and they are not included.
On the other hand obconf does not work because of this, that is reported
as bug #62346.
** Changed in: openbox (Ubuntu)
Status: Unconfirmed => Fix Relea
On my system the symlinks were called
libobrender.so.0
libobparser.so.0
After changing them obconf works.
--
Missing libobrender.so.1/libobparser.so.1
https://launchpad.net/bugs/60210
--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bug
I can confirm this issue in Edgy at i386:
[EMAIL PROTECTED]:~$ obconf
obconf: error while loading shared libraries: libobrender.so.1: cannot open
shared object file: No such file or directory
[EMAIL PROTECTED]:~$ ldd /usr/bin/obconf | grep found
libobrender.so.1 => not found
lib
same problem exists on amd64 edgy.
there are files in in my /usr/lib/ called libobrender.so.0.4.0 and
libobparser.so.0.4.0 whick acc. to dpkg -S are installed by openbox package.
these files are needed by obconf utility.
if you make symlinks called libob*.so.1 to these *.0.4.0 files
eve