|
|

楼主 |
发表于 2007-11-26 22:18:40
|
显示全部楼层
The problem is fixed.
The perfect way is:
After upgrading my primary machine to Fedora 8 I had:
Error: Missing Dependency: libx264.so.56 is needed by package (pick something)
This was a ffmpeg dependence, and any package that used this library had this error. The fix was
Make sure I had the livna repo installed
yum list |grep x264
rpm -e x264.i386 –nodeps
then to make it pull the livna version:
yum install x264-gui.i386
This does install the gui, which might be of no use, but it should guarantee you keep the livna library because of the cross dependency for the livna version of the library. |
|