Closed GoogleCodeExporter closed 9 years ago
Run ldconfig as root, it should find it then.
Original comment by bob.loo...@gmail.com
on 19 May 2010 at 8:29
Using strace i get:
open("/usr/lib64/libboblight.so", O_RDONLY) = -1 ENOENT (No such file or
directory)
However the file is located here: /usr/local/lib/libboblight.so
Creating a symlink makes it work:
hurra src # ln -s /usr/local/lib/libboblight.so /usr/lib64/libboblight.so
Is the buildsystem broken, or what am i doing wrong?
Original comment by sheeps...@gmx.de
on 19 May 2010 at 9:30
I think you need to add /usr/local/lib to /etc/ld.so.conf and run ldconfig as
root again.
/usr/local/lib is the default path to install local libraries as mandated by the
filesystem hierarchy standard.
I'm passing "libboblight.so" to dlopen, it's up to the system to find the
library.
Original comment by bob.loo...@gmail.com
on 20 May 2010 at 1:41
Original comment by bob.loo...@gmail.com
on 3 Aug 2010 at 10:26
This worked perfectly for me.
Thank you
Original comment by terkel.b...@gmail.com
on 17 May 2013 at 8:22
Original issue reported on code.google.com by
sheeps...@gmx.de
on 3 May 2010 at 2:04