Bug #539
MythArchive - ffmpeg - missing libraries
Status: | Closed | Start date: | ||
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 0% |
|
Category: | - | Spent time: | - | |
Target version: | - |
Description
Post pacman -Syu, mytharchive fails
ffmpeg: error while loading shared libraries: libfaad.so.1: cannot open shared object file: No such file or directory
ffmpeg: error while loading shared libraries: libx264.so.65: cannot open shared object file: No such file or directory
For the moment I've linked:
libfaad.so.1 -> libfaad.so
libx264.so.65 -> libx264.so.67
Seems to be working, although linking to incorrect libraries can be quite dangerous! Will look into further later.
History
Updated by brfransen over 15 years ago
I saw a similar error. Doing sudo pacman -S ffmpeg shows that ffmpeg-svn is the correct package. Once I installed that ffmpeg seems to work correctly for me.
Updated by techman83 over 15 years ago
The nasty library linking worked last night. Wiped out the symlinks and ran pacman -S ffmpeg, that fixed the issue. Thanks