problem with libvpx dependency

2012-03-28 Thread MT Julianto
Dear All,

When trying installing vlc in SL62, I got dependency problem:

$ sudo yum install vlc
Error: Package: libavcodec53-0.10.2-54.el6.x86_64 (atrpms)
   Requires: libvpx.so.1()(64bit)


libvpx is already installed during (fresh) installation.
$ rpm -q libvpx
libvpx-0.9.0-8.el6_0.x86_64

Adding --skip-broken doesn't help!
How to resolve the problem?

Thanks!

-Tito.


Re: problem with libvpx dependency

2012-03-28 Thread Łukasz Posadowski
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)
> 
> 
> libvpx is already installed during (fresh) installation.
> $ rpm -q libvpx
> libvpx-0.9.0-8.el6_0.x86_64

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
is enough.

In general, /usr/lib is a huge mess of those links. Adding one more will
not break anything.

-- 
Łukasz Posadowski


Re: problem with libvpx dependency

2012-03-28 Thread MT Julianto
2012/3/28 Łukasz Posadowski 

>
> 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.


Re: problem with libvpx dependency

2012-03-28 Thread Tam Nguyen
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 

>
> 2012/3/28 Łukasz Posadowski 
>
>>
>> 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.
>
>


Re: problem with libvpx dependency

2012-03-28 Thread MT Julianto
> 2012/3/28 MT Julianto 
>
>>
>> 2012/3/28 Łukasz Posadowski 
>>
>>>
>>> 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 

> 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.


Re: problem with libvpx dependency

2012-03-29 Thread MT Julianto
On 29 March 2012 11:48, Dusan Bruncko  wrote:
 here you must install
ftp://ftp.pbone.net/mirror/atrpms.net/sl6-x86_64/atrpms/testing/libvpx-1.0.0-1.el6.x86_64.rpm

Yes!
$ wget
ftp://ftp.pbone.net/mirror/atrpms.net/sl6-x86_64/atrpms/testing/libvpx-1.0.0-1.el6.x86_64.rpm
$ sudo yum install libvpx-1.0.0-1.el6.x86_64.rpm
$ sudo yum install vlc

It works.  Thanks Dusan and All.

Regards,
-Tito.


On 28 March 2012 14:00, MT Julianto  wrote:

> Dear All,
>
> When trying installing vlc in SL62, I got dependency problem:
>
> $ sudo yum install vlc
> Error: Package: libavcodec53-0.10.2-54.el6.x86_64 (atrpms)
>Requires: libvpx.so.1()(64bit)
>
>
> libvpx is already installed during (fresh) installation.
> $ rpm -q libvpx
> libvpx-0.9.0-8.el6_0.x86_64
>
> Adding --skip-broken doesn't help!
> How to resolve the problem?
>
> Thanks!
>
> -Tito.
>
>