[mythtv-users] New setup: Frontend won't play recorded programs

Steve Malenfant smalenfant at gmail.com
Sun Apr 11 02:22:52 UTC 2010


Installing libfaad2-devel did put the /usr/lib/libfaad.so in place... I
wonder if it is a problem with the libfaad2 RPM.

Before libfaad2-devel :
[root at STEVE-E4300 movies]# locate libfaa
/usr/lib/libfaad.so.2
/usr/lib/libfaad.so.2.0.0

After :
[root at STEVE-E4300 movies]# updatedb
[root at STEVE-E4300 movies]# locate libfaa
/usr/lib/libfaad.so
/usr/lib/libfaad.so.2
/usr/lib/libfaad.so.2.0.0

[root at STEVE-E4300 movies]# ls -l /usr/lib/libfaad.so*
lrwxrwxrwx. 1 root root     16 2010-04-10 22:13 /usr/lib/libfaad.so ->
libfaad.so.2.0.0
lrwxrwxrwx. 1 root root     16 2010-03-28 23:01 /usr/lib/libfaad.so.2 ->
libfaad.so.2.0.0
-rwxr-xr-x. 1 root root 262144 2009-03-26 15:25 /usr/lib/libfaad.so.2.0.0


On Wed, Jan 20, 2010 at 12:21 PM, steve <networks1 at cox.net> wrote:

> >> [root at mythtv lib]# rpm -qa | grep -i faad
> >> faad2-libs-2.7-1.fc11.x86_64
> >>
> >> [root at mythtv lib]# rpm -ql faad2-libs-2.7-1.fc11.x86_64
> >> /usr/lib64/libfaad.so.2
> >> /usr/lib64/libfaad.so.2.0.0
> >>
> >> [root at mythtv lib]# locate libfaad
> >> /usr/lib64/libfaad.so.2
> >> /usr/lib64/libfaad.so.2.0.0
> >
> >Looks like you have /usr/lib64/libfaad.so.2 library, but not
> /usr/lib64/libfaad.so -
> >don't know if this is standard, as I'm not at a machine to look at the
> moment. To fix
> >this, you could do:
> >
> >ln -s /usr/lib64/libfaad.so.2 /usr/lib64/libfaad.so
> >
> >to create a symbolic link.
> >
> >Can you also do:
> >
> >ls -l /usr/lib64/libfaad.so.2*
> >
> >to confirm whether both those entries are files or links?
>
> The symbolic link did it!  If you were here, I'd kiss you.  Lucky for you,
> then...
>
> The odd thing is that it also fixed the problem with the previews, i.e.
> "Preview Error: Run() file not local:
> '/video/recordings/1708_20100118210000.mpg'"  What does an audio codec have
> to do with generating screenshots?
>
> Anyway should I report this as a bug?  Seems as though the mythtv package
> is
> looking for an outdated version of libfaad.
>
>
> _______________________________________________
> mythtv-users mailing list
> mythtv-users at mythtv.org
> http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mythtv.org/pipermail/mythtv-users/attachments/20100410/a137bdc3/attachment.htm>


More information about the mythtv-users mailing list