[mythtv-users] Raspian issues

Ian Cameron mkbloke at gmail.com
Fri Sep 28 17:39:52 UTC 2018


On Fri, 28 Sep 2018 at 18:10, Jack McGee <jack at greendesk.net> wrote:

> pi at raspberrypi:~ $ ls /usr/share/mythtv/lib/libGLESv2.so.2
> /usr/share/mythtv/lib/libGLESv2.so.2


I would guess that the dynamic linker/loader isn't configured to look there
for libraries.

Maybe try:

cd /usr/lib
sudo ln -s /usr/share/mythtv/lib/libGLESv2.so.2 libGLESv2.so

and then hopefully running:

ldd /usr/bin/mythfrontend

again will show libGLESv2.so as found.

Ian
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mythtv.org/pipermail/mythtv-users/attachments/20180928/335d0145/attachment.html>


More information about the mythtv-users mailing list