LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 09-29-2010, 03:32 AM   #1
karthickk02
Member
 
Registered: Sep 2010
Posts: 46

Rep: Reputation: 0
Thumbs up Missing Dependecy:libartsc.so.0 while install mplayer using yum


while i'm trying to install mplayer by 'yum install mplayer' i got result like below

Finished Dependency Resolution
mplayer-1.0-0.43.svn20090711.el5.rf.i386 from rpmforge has depsolving problems
--> Missing Dependency: libartsc.so.0 is needed by package mplayer-1.0-0.43.svn20090711.el5.rf.i386 (rpmforge)
Error: Missing Dependency: libartsc.so.0 is needed by package mplayer-1.0-0.43.svn20090711.el5.rf.i386 (rpmforge)


So can anyone tell how can i clear this dependency problem.
 
Old 09-29-2010, 03:49 AM   #2
sem007
Member
 
Registered: Nov 2006
Distribution: RHEL, CentOS, Debian Lenny, Ubuntu
Posts: 638

Rep: Reputation: 113Reputation: 113
Are you able to find libartsc library file?

Code:
[root@CentOS ~]# locate libartsc.so.0
/usr/lib/libartsc.so.0
/usr/lib/libartsc.so.0.0.0
If no then install arts package.

Code:
# yum install arts
Regards,
 
Old 09-29-2010, 03:50 AM   #3
prayag_pjs
Senior Member
 
Registered: Feb 2008
Location: Pune - India
Distribution: RHEL/Ubuntu/Debian/Fedora/Centos/K3OS
Posts: 1,159
Blog Entries: 4

Rep: Reputation: 149Reputation: 149
#First Add RPM Fusion repository with the rpm command

Code:
rpm -Uvh http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm  
rpm -Uvh http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-stable.noarch.rpm
Code:
rpm -Uvh rpmfusion-free-release-stable.noarch.rpm rpmfusion-nonfree-release-stable.noarch.rpm
Now install Mplayer using yum

Code:
yum install mplayer-gui

Last edited by prayag_pjs; 09-29-2010 at 03:52 AM.
 
Old 09-29-2010, 04:29 AM   #4
karthickk02
Member
 
Registered: Sep 2010
Posts: 46

Original Poster
Rep: Reputation: 0
hi sem007

thank u.


but when i try yum install arts i got the result "no packages arts available"
 
Old 09-29-2010, 04:31 AM   #5
karthickk02
Member
 
Registered: Sep 2010
Posts: 46

Original Poster
Rep: Reputation: 0
hi prayag_pjs,
thank u.

but when i typed

rpm -Uvh http://download1.rpmfusion.org/free/...ble.noarch.rpm
rpm -Uvh http://download1.rpmfusion.org/nonfr...ble.noarch.rpm

i got result like,

Retrieving http://download1.rpmfusion.org/free/...ble.noarch.rpm
warning: /var/tmp/rpm-xfer.Yw9O6o: Header V3 RSA/SHA256 signature: NOKEY, key ID 8fcff4da
error: Failed dependencies:
rpmlib(FileDigests) <= 4.6.0-1 is needed by rpmfusion-free-release-11-2.noarch
system-release >= 11 is needed by rpmfusion-free-release-11-2.noarch


and

Retrieving http://download1.rpmfusion.org/nonfr...ble.noarch.rpm
warning: /var/tmp/rpm-xfer.PlhpG5: Header V3 RSA/SHA256 signature: NOKEY, key ID 8dc43844
error: Failed dependencies:
rpmfusion-free-release >= 11 is needed by rpmfusion-nonfree-release-11-2.noarch
rpmlib(FileDigests) <= 4.6.0-1 is needed by rpmfusion-nonfree-release-11-2.noarch
system-release >= 11 is needed by rpmfusion-nonfree-release-11-2.noarch
 
Old 09-29-2010, 04:38 AM   #6
sem007
Member
 
Registered: Nov 2006
Distribution: RHEL, CentOS, Debian Lenny, Ubuntu
Posts: 638

Rep: Reputation: 113Reputation: 113
Quote:
Originally Posted by karthickk02 View Post
hi sem007

thank u.


but when i try yum install arts i got the result "no packages arts available"
Do you have yum server? Do you have live support of redhat?

Why yiu are not using centos or fedora instead of redhat.

Regards,
 
Old 09-29-2010, 04:43 AM   #7
karthickk02
Member
 
Registered: Sep 2010
Posts: 46

Original Poster
Rep: Reputation: 0
yes sem007. Is i have to add any repo file for this?
 
Old 09-29-2010, 04:45 AM   #8
sem007
Member
 
Registered: Nov 2006
Distribution: RHEL, CentOS, Debian Lenny, Ubuntu
Posts: 638

Rep: Reputation: 113Reputation: 113
Quote:
Originally Posted by karthickk02 View Post
yes sem007. Is i have to add any repo file for this?
How you create your yum client?
what is your yum client repo. entry? can you post your repo file.

Regards,
 
Old 09-29-2010, 04:49 AM   #9
karthickk02
Member
 
Registered: Sep 2010
Posts: 46

Original Poster
Rep: Reputation: 0
i hve follwing reop files in /etc/yum.repos.d/

epel.repo
mirrors-rpmforge
rpmforge.repo
epel-testing.repo
rhel-debuginfo.repo
rpmforge-testing.repo



only,....
 
Old 09-29-2010, 04:59 AM   #10
sem007
Member
 
Registered: Nov 2006
Distribution: RHEL, CentOS, Debian Lenny, Ubuntu
Posts: 638

Rep: Reputation: 113Reputation: 113
Quote:
Originally Posted by karthickk02 View Post
i hve follwing reop files in /etc/yum.repos.d/

epel.repo
mirrors-rpmforge
rpmforge.repo
epel-testing.repo
rhel-debuginfo.repo
rpmforge-testing.repo



only,....
Hi karthickk02,

It seems you are using only epel and rpmforge repo. some dependencies are available in OS source.

Again i suggest you use centos

some other solution you can use.

1) Create yum server and use it to resolve dependencies.

2) Also you can use centos repository in redhat (it is not good practice but you can.)

Using CentOS 5 Repos in RHEL 5 Server

Hope this help

Regards,

Last edited by sem007; 09-29-2010 at 05:01 AM. Reason: typo
 
Old 09-29-2010, 05:23 AM   #11
karthickk02
Member
 
Registered: Sep 2010
Posts: 46

Original Poster
Rep: Reputation: 0
in that site i click that rpm file but browser show 404-page not found error
 
Old 09-29-2010, 05:24 AM   #12
karthickk02
Member
 
Registered: Sep 2010
Posts: 46

Original Poster
Rep: Reputation: 0
can u tell me how to create yum server.... i'm new in rhel
 
Old 09-29-2010, 06:59 AM   #13
sem007
Member
 
Registered: Nov 2006
Distribution: RHEL, CentOS, Debian Lenny, Ubuntu
Posts: 638

Rep: Reputation: 113Reputation: 113
What is your Distro version?

Post output of below command

Code:
# lsb_release -a
# cat /etc/issue
Creating YUM

Regards,
 
Old 09-29-2010, 09:39 PM   #14
karthickk02
Member
 
Registered: Sep 2010
Posts: 46

Original Poster
Rep: Reputation: 0
[root@server ~]# lsb_release -a
LSB Version: :core-3.1-ia32:core-3.1-noarch:graphics-3.1-ia32:graphics-3.1-noarch
Distributor ID: RedHatEnterpriseServer
Description: Red Hat Enterprise Linux Server release 5.4 (Tikanga)
Release: 5.4
Codename: Tikanga



[root@server ~]# cat /etc/issue
Red Hat Enterprise Linux Server release 5.4 (Tikanga)
Kernel \r on an \m
 
Old 10-01-2010, 03:57 AM   #15
karthickk02
Member
 
Registered: Sep 2010
Posts: 46

Original Poster
Rep: Reputation: 0
hi sem007 pls reply me
 
  


Reply

Tags
mplayer



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
cant use yum to install xine and mplayer WhiskeyTangoFoxtrot Linux - Newbie 7 11-09-2009 12:53 AM
not able to install mplayer by yum sumer Linux - Newbie 2 02-04-2009 09:33 PM
Mplayer install using YUM fails skie_knite007 Linux - Software 17 01-22-2008 10:42 AM
Missing Dependencies during Yum Install? keysorsoze Fedora 4 01-17-2005 12:01 AM
RE: Can I install xine or mplayer by just using yum? MunCH Red Hat 2 06-13-2004 08:33 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 04:33 AM.

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