Comment 7 for bug 578056

Revision history for this message
gene (eugenios) wrote :

OK, I managed to solve this problem by creating the link
lrwxrwxrwx 1 root root 13 2010-05-20 02:05 /usr/lib/libx264.so.67 -> libx264.so.85

by cd'ing to and :
/usr/lib$ sudo ln -s libx264.so.85 ./libx264.so.67

Anyways, it seems to be a dependency bug in the libopal code that requires an older version of libx264 67 instead of 85
Please make sure it is fixed. I am not mark marking it "fixed" until it is done.