[mythtv-users] Can't find libmyth-0.20.2.so.0
Ben Curtis
mythtv at nosolutions.com
Wed Aug 29 01:59:31 UTC 2007
> "mythtv-setup: error while loading shared libraries: libmythtv-0.20.2.so.0:
> cannot open shared object file: No such file or directory"
I was having the exact same issue.
I was running RPM packages in FC4 until I upgraded Mythtv using source and
a configure line of:
./configure --enable-xvmc --enable-opengl-vsync
The file exists:
[root at tvserver mythtv-0.20.2]# locate libmythtv-0.20.2.so.0
/usr/local/lib/libmythtv-0.20.2.so.0.20.2
/usr/local/lib/libmythtv-0.20.2.so.0
/usr/local/lib/libmythtv-0.20.2.so.0.20
BUT, I found a solution. On my system, it's not finding libs in the
default location of /usr/local/lib.
I added /usr/local/lib to /etc/ld.so.conf and ran ldconfig, then it
worked. Hopefully everything else goes smooth.
Ben
More information about the mythtv-users
mailing list