Linux Kodi won't start
#1
I've just installed Fedora 35 and Kodi will not start. When I attempt to start it, nothing happens. After opening it from a terminal I am getting this error:

Code:
/usr/lib64/kodi/kodi.bin: symbol lookup error: /lib64/libcrossguid.so.0: undefined symbol: uuid_generate

I'm not sure what this means or how I can correct it...is anyone else experiencing this?
Reply
#2
sounds like a packaging issue, missing dependency of the crossguid package on libuuid.

Try installing libuuid
Reply
#3
Same Error here. Following Workaround worked for me (run in Terminal):

Code:
LD_PRELOAD=/usr/lib64/libuuid.so.1 kodi

Source: https://forum.borisfx.com/t/linux-127-g9...2v2/8871/2
Reply
#4
Same problem here. But I've got different error:
Quote:/usr/lib64/kodi/kodi.bin: symbol lookup error: /usr/lib64/kodi/kodi.bin: undefined symbol: _ZN3fmt2v86detail18throw_format_errorEPKc

Just try Fedora 35 and installed Kodi via terminal from DNF package manager because not find in Software. I've installed Kodi before in Manjaro GNOME and run properly.
Sorry for my bad English, and I'm new in Linux. Thank you.
Reply

Logout Mark Read Team Forum Stats Members Help
Kodi won't start0