v15 Unable to load libcec.so.3.0
#14
its not "the bin" thats searching for the lib, its the dynamic linker. Kodi only calls dlopen().
"man dlopen" explains how this works, in case you are not familiar with it.

So you have a couple of possibilities:
1.) install libcec to prefix /usr
2.) make sure /usr/local/lib is in your ld.so.cache:
- check that /usr/local/lib is somewhere in /etc/ld.so.conf.d/*, usually its libc.conf
- run ldconfig as root
3.) set LD_LIBRARY_PATH=/usr/local/lib as env var, either globally or when starting kodi
Reply


Messages In This Thread
Unable to load libcec.so.3.0 - by H3llGhost - 2015-07-25, 15:23
RE: Unable to load libcec.so.3.0 - by negge - 2015-07-25, 15:43
RE: Unable to load libcec.so.3.0 - by fritsch - 2015-07-25, 15:53
RE: Unable to load libcec.so.3.0 - by wsnipex - 2015-07-25, 16:04
RE: Unable to load libcec.so.3.0 - by wsnipex - 2015-07-25, 16:18
RE: Unable to load libcec.so.3.0 - by wsnipex - 2015-07-25, 16:33
RE: Unable to load libcec.so.3.0 - by wsnipex - 2015-07-26, 16:08
RE: Unable to load libcec.so.3.0 - by wsnipex - 2015-07-27, 18:05
Logout Mark Read Team Forum Stats Members Help
Unable to load libcec.so.3.00