> 2012/3/28 MT Julianto <[email protected]> > >> >> 2012/3/28 Łukasz Posadowski <[email protected]> >> >>> >>> 2012-03-28,14:00 +0200, MT Julianto: >>> > $ sudo yum install vlc >>> > Error: Package: libavcodec53-0.10.2-54.el6.x86_64 (atrpms) >>> > Requires: libvpx.so.1()(64bit) >>> >>> Do you have /usr/lib/libvpkx.so.1 file? Sometimes there is libvpkx.so, >>> or libvpkx.so.0 and simple >>> ln -s /usr/lib/libvpkx.so /usr/lib/libvpkx.so.1 >>> >> >> I have libvpx instead of libvpkx, and I have added the symlink >> >> $ ls -l /usr/lib64/libvpx.so* >> -rwxr-xr-x. 1 root root 400K Dec 21 2010 libvpx.so.0.0.0 >> lrwxrwxrwx. 1 root root 15 Mar 16 11:17 libvpx.so.0.0 -> libvpx.so.0.0.0 >> lrwxrwxrwx. 1 root root 15 Mar 16 11:17 libvpx.so.0 -> libvpx.so.0.0.0 >> lrwxrwxrwx. 1 root root 15 Mar 28 13:35 libvpx.so -> libvpx.so.0.0.0 >> lrwxrwxrwx. 1 root root 15 Mar 28 14:19 libvpx.so.1 -> libvpx.so.0.0.0 >> >> However, the problem persisted. Is there anything else I should fix? >> >
2012/3/28 Tam Nguyen <[email protected]> > Hi there, > you need rpmforge and GPG key. > Here is the rpmforge: > *For 64bits: > http://packages.sw.be/rpmforge-release/rpmforge-release-0.5.2-2.el6.rf.x86_64.rpm > * > I already have that one before reporting the problem. Enabled repos are: ELRepo, EPEL, ATrpms and of course the SLs. $ rpm -q rpmforge-release rpmforge-release-0.5.2-2.el6.rf.x86_64 -Tito.
