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 *
For 32 bits * http://packages.sw.be/rpmforge-release/rpmforge-release-0.5.2-2.el6.rf.i686.rpm * then import GPG key, run this command in terminal: * rpm --import http://apt.sw.be/RPM-GPG-KEY.dag.txt * Or you can go directly to the source and download it: http://apt.sw.be Thanks Tam 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? > > -Tito. > >
