can't load shared library
#1
Hello friend's, I have a problem with IPTV Simple Client on slackware. First I downloaded and installed kodi 17.3 from slackbuild and after that I try to configure and install IPTV Simple Client with:

cd /my-home-dir
git clone https://github.com/xbmc/xbmc.git
git clone https://github.com/kodi-pvr/pvr.iptvsimple.git
cd pvr.iptvsimple && mkdir build && cd build
cmake -DADDONS_TO_BUILD=pvr.iptvsimple -DADDON_SRC_PREFIX=../.. -DCMAKE_BUILD_TYPE=Debug -DCMAKE_INSTALL_PREFIX=../../xbmc/addons -DPACKAGE_ZIP=1 ../../xbmc/cmake/addons
make
mv /my-home-dir/xbmc/addons/pvr.iptvsimple/ /usr/share/kodi/addons/

After this things, I see in kodi IPTV Simple Client but when I try to enable this addon, I have a error massage that can't load shared library. In log file I have this warning massages:

WARNING: CAddonMgr: 'kodi.binary.global.main' required by 'pvr.iptvsimple' is missing. Add-on may not function correctly
WARNING: CAddonMgr: 'kodi.binary.instance.pvr' required by 'pvr.iptvsimple' is missing. Add-on may not function correctly
DEBUG: PVR - Create - creating PVR add-on instance 'PVR IPTV Simple Client'
DEBUG: ADDON: Dll Initializing - PVR IPTV Simple Client
DEBUG: SECTION:LoadDLL(/usr/share/kodi/addons/pvr.iptvsimple/pvr.iptvsimple.so.3.1.0)
DEBUG: Loading: /usr/share/kodi/addons/pvr.iptvsimple/pvr.iptvsimple.so.3.1.0
WARNING: Unable to resolve: /pvr.iptvsimple.so.3.1.0 ADDON_Stop, reason: /usr/share/kodi/addons/pvr.iptvsimple/pvr.iptvsimple.so.3.1.0: undefined symbol: ADDON_Stop
ERROR: Unable to resolve exports from dll /usr/share/kodi/addons/pvr.iptvsimple/pvr.iptvsimple.so.3.1.0
DEBUG: SECTION:UnloadDll(/usr/share/kodi/addons/pvr.iptvsimple/pvr.iptvsimple.so.3.1.0)

Thanks in advance and sorry for my english skills.
Reply
#2
Users from kodibg forum advised me to try:
Code:
git checkout -b Krypton origin/Krypton
but without effect.
Reply
#3
The problem was that I must checkout not only xbmc repo but and pvr.iptvsimple repo's
git checkout -b Krypton origin/Krypton
Reply

Logout Mark Read Team Forum Stats Members Help
can't load shared library0