LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 01-27-2013, 01:27 AM   #1
rusnik
LQ Newbie
 
Registered: Jan 2013
Posts: 4

Rep: Reputation: Disabled
vlc


While installing vlc i got these errors

Error: Package: vlc-0.9.9a-7.el5.rf.i386 (rpmforge)
Requires: libgnutls.so.13
Error: Package: libcddb-1.3.1-1.el5.rf.i386 (rpmforge)
Requires: libcdio.so.7(CDIO_7)
Available: libcdio-0.77-1.el5.rf.i386 (rpmforge)
libcdio.so.7(CDIO_7)
Error: Package: libcddb-1.3.1-1.el5.rf.i386 (rpmforge)
Requires: libcdio.so.7
Available: libcdio-0.77-1.el5.rf.i386 (rpmforge)
libcdio.so.7
Error: Package: vlc-0.9.9a-7.el5.rf.i386 (rpmforge)
Requires: libFLAC.so.7
Error: Package: vlc-0.9.9a-7.el5.rf.i386 (rpmforge)
Requires: libgnutls.so.13(GNUTLS_1_3)
 
Old 01-27-2013, 04:03 AM   #2
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,627

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
HOW are you trying to install it ?

because it dose not look like the correct way
-- for the OLD 5 series--
RHEL5.9 / CentOS 5.8 / ScientificLinux5.8

this is the current in the old 5 serieas ? right ?
RHEL 5.9

install "yum-priorities" plugin
Code:
su -
yum search yum 
--- then from the list --
yum install  yum-priorities
then install the Rpmforge repo
download the rpm
http://packages.sw.be/rpmforge-relea...l5.rf.i386.rpm

then install the SECURITY hash
-----
Code:
rpm --import http://apt.sw.be/RPM-GPG-KEY.dag.txt
-----
then install the rpm
Code:
rpm -K rpmforge-release-0.5.2-2.el5.rf.*.rpm
Warning:
yum-priorities MUST be installed AND configured !!!!
rpmforge will KILL rhel5 install if it is not !!!



then run
Code:
su -
yum install vlc

see the VLC download page
http://www.videolan.org/vlc/download-redhat.html

and see the Red Hat knowledge base for the full instructions on third party repos
and for installing VLC
( you must have the required paid for support contract and your rhel5 install MUST be registered to use it )
https://access.redhat.com/search/quick?


if you did not pay for the RHEL5 install and do not intend on paying for it .Do not use it !

install one of the free rebuilds
CentOS 5.8 or sl5.8
or better yet unless you MUST as in 100% MUST use the old 5 series
install the current version "CentOS 6.3 "

Last edited by John VV; 01-27-2013 at 04:05 AM.
 
1 members found this post helpful.
Old 01-27-2013, 04:13 AM   #3
rusnik
LQ Newbie
 
Registered: Jan 2013
Posts: 4

Original Poster
Rep: Reputation: Disabled
I have installed RHEL 6.0. and quite new to this. Please tell me the steps. How can I install yum_priorities without RHN registration?








Quote:
Originally Posted by John VV View Post
HOW are you trying to install it ?

because it dose not look like the correct way
-- for the OLD 5 series--
RHEL5.9 / CentOS 5.8 / ScientificLinux5.8

this is the current in the old 5 serieas ? right ?
RHEL 5.9

install "yum-priorities" plugin
Code:
su -
yum search yum 
--- then from the list --
yum install  yum-priorities
then install the Rpmforge repo
download the rpm
http://packages.sw.be/rpmforge-relea...l5.rf.i386.rpm

then install the SECURITY hash
-----
Code:
rpm --import http://apt.sw.be/RPM-GPG-KEY.dag.txt
-----
then install the rpm
Code:
rpm -K rpmforge-release-0.5.2-2.el5.rf.*.rpm
Warning:
yum-priorities MUST be installed AND configured !!!!
rpmforge will KILL rhel5 install if it is not !!!



then run
Code:
su -
yum install vlc

see the VLC download page
http://www.videolan.org/vlc/download-redhat.html

and see the Red Hat knowledge base for the full instructions on third party repos
and for installing VLC
( you must have the required paid for support contract and your rhel5 install MUST be registered to use it )
https://access.redhat.com/search/quick?


if you did not pay for the RHEL5 install and do not intend on paying for it .Do not use it !

install one of the free rebuilds
CentOS 5.8 or sl5.8
or better yet unless you MUST as in 100% MUST use the old 5 series
install the current version "CentOS 6.3 "
 
Old 01-27-2013, 04:50 AM   #4
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,627

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
Quote:
Please tell me the steps. How can I install yum_priorities without RHN registration?
You do not !

if you are going to use RHEL6.3 then you must buy the support license and register the install
https://www.redhat.com/apps/store/desktop/

the stranded 1 year license is $299 USD per year

there are NO " if's and's or but's about it
you MUST buy a license and register the install !

or

install one of the free rebuilds like CentOS 6.3
http://centos.org/
or ScientificLinux 6.3
https://www.scientificlinux.org/
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Installing VLC using vlc-0.9.9a-4.el5.rf.i386.rpm--Error relating to Dependencies redhat5 Linux - Newbie 1 12-17-2009 04:23 PM
LXer: Create your own VLC skin with VLC media player Skin Editor LXer Syndicated Linux News 0 12-06-2009 12:30 PM
VLC error: VLC could not open the file "/usr/share/vlc/skins2/text.bmp". brjoon1021 Ubuntu 1 01-14-2009 10:48 PM
I'm Getting 6 VLC Windows At Once - Problem With VLC Player davidx Linux - Software 1 11-03-2008 11:45 AM
vlc Mudhoney Fedora 3 11-05-2006 04:23 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 09:24 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration