Kodi Community Forum

Full Version: Shared Libary problem
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,

today I installed Kodi Krypton on my Raspberry PI 3 with Raspbian. The installation worked but when I type
Code:
kodi
into the shell a black screen appears and then I get this eroor:
Code:
/usr/lib/arm-linux-gnueabihf/kodi/kodi_v7.bin: error while loading shared libraries: libbrcmGLESv2.so: cannot open shared object file: No such file or directory

Can someone help me?
I'd take a look at this. Haven't tested it myself but it seems to describe what you're looking for

https://www.raspberrypi.org/forums/viewt...hp?t=99866

Sent from my LG-H872
You have an old kernel version installed. Update your system and try again.
(2017-06-23, 19:03)rascas Wrote: [ -> ]You have an old kernel version installed. Update your system and try again.
Thank you! I will try this!