Skip to main content
Topic solved
This topic has been marked as solved and requires no further attention.
Topic: Kodi (Read 1138 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

Kodi

Hello,
I have installed kodi using pacman and I get the following message when I run kodi in terminal.  /usr/lib/kodi/kodi-x11: /usr/lib/libtdb.so.1: version `TDB_1.3.17' not found (required by /usr/lib/libsmbconf.so.0)
Can anyone help?

 

Re: Kodi

Reply #1
Your smbclient (part of samba) needs updating, or your mirror hadn't fully sync'ed when you updated. It should be ok now, run
Code: [Select]
sudo pacman -Sy tdb samba
to fix it.