LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Red Hat
User Name
Password
Red Hat This forum is for the discussion of Red Hat Linux.

Notices


Reply
  Search this Thread
Old 10-07-2008, 07:40 PM   #1
walterbyrd
Member
 
Registered: Apr 2004
Posts: 734

Rep: Reputation: 46
CentOS 5.2 mplayer liblzo.so.1 will not update


I am using gnome. I keep getting a message that lzo needs to be updated. So I click "Apply" but I always get a message "Error resolving dependencies."

I click the "Details" button and get "Missing Dependency: liblzo.so.1 is needed by package mplayer"

But, when I try to install that, I get the message that it is already installed.

I tried "yum install mplayer" but I just got a "nothing to do" message.
 
Old 10-08-2008, 04:53 AM   #2
w3bd3vil
Senior Member
 
Registered: Jun 2006
Location: Hyderabad, India
Distribution: Fedora
Posts: 1,191

Rep: Reputation: 49
I am not sure what you are trying to update here. But anyhow, try this
yum install lzo
and maybe a
yum install lzo-devel
 
Old 11-15-2008, 08:16 AM   #3
walterbyrd
Member
 
Registered: Apr 2004
Posts: 734

Original Poster
Rep: Reputation: 46
Thanks, but it still does not work.

Code:
[root@localhost ~]# yum install lzo
Loading "priorities" plugin
Loading "fastestmirror" plugin
Loading mirror speeds from cached hostfile
 * epel: mirrors.usu.edu
 * adobe-linux-i386: linuxdownload.adobe.com
 * rpmforge: fr2.rpmfind.net
 * base: wuarchive.wustl.edu
 * updates: mirror.steadfast.net
 * addons: centos.mirroring.us
 * extras: centos.mirroring.us
0 packages excluded due to repository priority protections
Setting up Install Process
Parsing package install arguments
Package lzo - 1.08-4.2.el5.rf.i386 is already installed.
Resolving Dependencies
--> Running transaction check
---> Package lzo.i386 0:2.02-2.el5.1 set to be updated
--> Processing Dependency: liblzo.so.1 for package: mplayer
--> Finished Dependency Resolution
Error: Missing Dependency: liblzo.so.1 is needed by package mplayer
[root@localhost ~]# yum install lzo-devel
Loading "priorities" plugin
Loading "fastestmirror" plugin
Loading mirror speeds from cached hostfile
 * epel: mirrors.usu.edu
 * adobe-linux-i386: linuxdownload.adobe.com
 * rpmforge: fr2.rpmfind.net
 * base: mirrors.easynews.com
 * updates: mirror.steadfast.net
 * addons: mirror.steadfast.net
 * extras: mirror.fdcservers.net
0 packages excluded due to repository priority protections
Setting up Install Process
Parsing package install arguments
Resolving Dependencies
--> Running transaction check
---> Package lzo-devel.i386 0:2.02-2.el5.1 set to be updated
--> Processing Dependency: zlib-devel for package: lzo-devel
--> Processing Dependency: liblzo2.so.2 for package: lzo-devel
--> Processing Dependency: lzo = 2.02-2.el5.1 for package: lzo-devel
--> Running transaction check
---> Package lzo.i386 0:2.02-2.el5.1 set to be updated
--> Processing Dependency: liblzo.so.1 for package: mplayer
---> Package zlib-devel.i386 0:1.2.3-3 set to be updated
--> Finished Dependency Resolution
Error: Missing Dependency: liblzo.s
 
Old 11-15-2008, 08:54 AM   #4
stormtracknole
Senior Member
 
Registered: Aug 2005
Distribution: Slackware, RHEL
Posts: 1,259

Rep: Reputation: 231Reputation: 231Reputation: 231
I've seen this happened before. What probably happened was that a package (probably mplayer) was updated but one of it's dependency has not been added to the repos. You can either wait a few days until all the repos are updated, or do a "yum clean dbcache" to clean the database and force yum to look for new mirrors.

Hope this helps!
 
Old 11-17-2008, 01:31 PM   #5
halo14
Senior Member
 
Registered: Apr 2004
Location: Surprise, AZ
Distribution: Debian | CentOS | Arch
Posts: 1,103

Rep: Reputation: 45
It was a 1-day issue caused by Dag. He fixed it and the proper package was re-uploaded the next day. yum upgrade again and it will be fixed.
 
Old 12-15-2008, 06:21 AM   #6
cjzjm100
Member
 
Registered: Apr 2007
Posts: 43

Rep: Reputation: 15
Hello,i have the same problem.
I had tried:sudo yum update,but the problem were not fixed!
Here is the result:
0 packages excluded due to repository priority protections
Skipping security plugin, no data
Setting up Update Process
Resolving Dependencies
Skipping security plugin, no data
--> Running transaction check
---> Package lzo.i386 0:2.02-2.el5.1 set to be updated
--> Processing Dependency: liblzo.so.1 for package: mplayer
---> Package libcaca.i386 0:0.99-0.5.beta16.el5 set to be updated
--> Processing Dependency: libcucul.so.0 for package: mplayer
--> Finished Dependency Resolution
Error: Missing Dependency: liblzo.so.1 is needed by package mplayer
Error: Missing Dependency: libcucul.so.0 is needed by package mplayer
 
Old 12-15-2008, 06:43 AM   #7
cjzjm100
Member
 
Registered: Apr 2007
Posts: 43

Rep: Reputation: 15
Hello,i have the same problem.
I had tried:sudo yum update,but the problem were not fixed!
Here is the result:
0 packages excluded due to repository priority protections
Skipping security plugin, no data
Setting up Update Process
Resolving Dependencies
Skipping security plugin, no data
--> Running transaction check
---> Package lzo.i386 0:2.02-2.el5.1 set to be updated
--> Processing Dependency: liblzo.so.1 for package: mplayer
---> Package libcaca.i386 0:0.99-0.5.beta16.el5 set to be updated
--> Processing Dependency: libcucul.so.0 for package: mplayer
--> Finished Dependency Resolution
Error: Missing Dependency: liblzo.so.1 is needed by package mplayer
Error: Missing Dependency: libcucul.so.0 is needed by package mplayer
 
Old 05-21-2009, 11:20 PM   #8
johnc10
LQ Newbie
 
Registered: Apr 2004
Location: UK
Distribution: Fedora
Posts: 7

Rep: Reputation: 0
lzo

I had a similar problem Centos 5.3 due to lzo and lzo-devel being installed from a different repo. To fix

yum clean all
yum remove lzo lzo-devel

then install the package or update as necessary.
 
  


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
CentOS 5 Update gainil Linux - Newbie 3 03-26-2009 04:52 AM
MPlayer not displaying video on CentOS txos Linux - Software 2 07-17-2007 09:03 PM
cannot build transcode against lzo: cannot link against liblzo tramni1980 Slackware 10 04-18-2007 02:12 PM
liblzo problem Golzari-Ali Linux - General 0 09-11-2006 05:05 AM
update centos 4 rc1 to centos 4 trou yum? maxut cAos 2 03-04-2005 02:36 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Red Hat

All times are GMT -5. The time now is 09:31 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