Discussion:
[openbox] problem building OB from tarball
Fred
2014-07-21 12:37:23 UTC
Permalink
Hello,

I want to use Openbox with Debian 7.5 on a Sun Ultra 5. The compile
seemed to go ok but OB complains of not being able to find
libobrendeer.so.29 and then exits. This library is in /usr/lib64 as it
is supposed to be according to the OB build instructions on the website.

Best regards,
Fred
Jim Rees
2014-07-23 15:23:55 UTC
Permalink
I'm not familiar with debian, but you could try:
sudo ldconfig
ldd `which openbox`
Fred
2014-07-21 14:32:40 UTC
Permalink
Post by Jim Rees
sudo ldconfig
ldd `which openbox`
_______________________________________________
openbox mailing list
openbox at icculus.org
http://icculus.org/mailman/listinfo/openbox
Hi Jim,

the ldconfig command fixed the problem.

Debian uses whereis some_program instead of ldd.

Thanks for the help!

Best regards,
Fred

Loading...