Fedora Linux Support Community & Resources Center

Go Back   FedoraForum.org > Fedora 17/18 > Using Fedora
FedoraForum Search

Forgot Password? Join Us!

Using Fedora General support for current versions. Ask questions about Fedora and it's software that do not belong in any other forum.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 27th December 2007, 07:51 PM
mediator's Avatar
mediator Offline
Registered User
 
Join Date: Dec 2006
Location: I am ubuiquitous
Posts: 133
Yum update -> libx264.so.56 problem!

Hi,
Finally I got my pc upgraded from FC5 to Fedora 8. Neways I did "yum -y update" after fresh install and loadng all codecs and players and now it errs as follows....

Quote:

Finished Dependency Resolution
Error: Missing Dependency: libx264.so.56 is needed by package libquicktime
Error: Missing Dependency: libx264.so.56 is needed by package gstreamer-plugins-bad
Error: Missing Dependency: libx264.so.56 is needed by package ffmpeg-libs
Error: Missing Dependency: libx264.so.56 is needed by package vlc-core
Here's the output of "rpm -qa | grep x264"

Quote:
x264-0-0.10.20070819.lvn8
libx264gtk54-svn20070414_2245-4.fc8
What shud I do ?
Reply With Quote
  #2  
Old 28th December 2007, 10:40 PM
mediator's Avatar
mediator Offline
Registered User
 
Join Date: Dec 2006
Location: I am ubuiquitous
Posts: 133
SOLVED!!

I guess this is a real problem that has not been resolved yet as nobody replied! Neways, I found the solution through hit and trial.

I observed that the library libx264.so.56 was actually installed but still gave the problem. Some other x264 packages also wanted libx264.so.56 library. So I removed all of them. But when I did "yum install x264*" they installed the library as well as those packages.

So basically what I found was that the packages could not be installed when the library was there. They got installed when the library was first removed and then installed 'along with them'. The library had to be removed first. Only then the packages installed with the required dependencies automatically then.

Steps:

1. look at my error
2. Remove the 4 packages that needed x264 library
#yum remove libquicktime gstreamer-plugins-bad ffmpeg-libs vlc-core
(Check what all is being removed and mark it)

3. Remove the x264 libraries as well, i.e remove all entries found from "rpm -qa | grep x264". e.g
#rpm -e x264-0-0.10.20070819.lvn8 libx264gtk54-svn20070414_2245-4.fc8
4. yum -y updatel
5. yum install libquicktime gstreamer-plugins-bad ffmpeg-libs vlc-core (and all the other marked packages in step 2)



So with this the system got updated and the libraries+dependencies were also resolved!

Last edited by mediator; 28th December 2007 at 10:43 PM.
Reply With Quote
  #3  
Old 9th January 2008, 03:11 PM
Roxoff Offline
Registered User
 
Join Date: Apr 2006
Posts: 1
Thanks for that mediator, I had exactly the same problem after upgrading FC6 to Fedora 8, and it's all resolved.
Reply With Quote
  #4  
Old 12th January 2008, 01:03 AM
scott36 Offline
Registered User
 
Join Date: Jan 2008
Posts: 56
same problem on a 64 bit box

after a update of vlc i had the same problem as you described.
i've done the steps you mentioned and i got after the 5th step the following error:

command:
Code:
yum install libquicktime gstreamer-plugins-bad ffmpeg-libs vlc-core amarok-extras-nonfree
error :
Code:
Error: Missing Dependency: libx264.so.56()(64bit) is needed by package gstreamer-plugins-bad
Error: Missing Dependency: libx264.so.56()(64bit) is needed by package vlc-core
Error: Missing Dependency: libx264.so.56()(64bit) is needed by package ffmpeg-libs
Error: Missing Dependency: libx264.so.56()(64bit) is needed by package libquicktime
yum repolist shows the following:
Code:
Loading "protectbase" plugin
repo id              repo name                                 status
InstallMedia         Fedora 8                                  enabled
fedora               Fedora 8 - x86_64                         enabled
freshrpms            Fedora Core 8 - x86_64 - Freshrpms        enabled
livna                Livna for Fedora Core 8 - x86_64 - Base   enabled
updates              Fedora 8 - x86_64 - Updates               enabled
any idea? i am running a fresh F8.

thanks for any help!
Reply With Quote
  #5  
Old 12th January 2008, 01:36 AM
leigh123linux's Avatar
leigh123linux Offline
Retired Administrator
 
Join Date: Oct 2006
Posts: 21,509
Quote:
Originally Posted by scott36
after a update of vlc i had the same problem as you described.
i've done the steps you mentioned and i got after the 5th step the following error:

command:
Code:
yum install libquicktime gstreamer-plugins-bad ffmpeg-libs vlc-core amarok-extras-nonfree
error :
Code:
Error: Missing Dependency: libx264.so.56()(64bit) is needed by package gstreamer-plugins-bad
Error: Missing Dependency: libx264.so.56()(64bit) is needed by package vlc-core
Error: Missing Dependency: libx264.so.56()(64bit) is needed by package ffmpeg-libs
Error: Missing Dependency: libx264.so.56()(64bit) is needed by package libquicktime
yum repolist shows the following:
Code:
Loading "protectbase" plugin
repo id              repo name                                 status
InstallMedia         Fedora 8                                  enabled
fedora               Fedora 8 - x86_64                         enabled
freshrpms            Fedora Core 8 - x86_64 - Freshrpms        enabled
livna                Livna for Fedora Core 8 - x86_64 - Base   enabled
updates              Fedora 8 - x86_64 - Updates               enabled
any idea? i am running a fresh F8.

thanks for any help!

Try this thread


http://forums.fedoraforum.org/forum/...d.php?t=177885
__________________
My Hardware
- CPU: AMD Phenom II X6 Hex Core 1055T 95W Edition @3.5Ghz
- Motherboard: Gigabyte GA-880GM-UD2H
- Cooler: Corsair H50 CPU Cooler
- RAM: Corsair Dominator 8GB (4x2GB) DDR3 1600MHz
- Graphics: Gigabyte GeForce GTS 450 OC 1024MB GDDR5
Reply With Quote
  #6  
Old 14th January 2008, 09:10 AM
mediator's Avatar
mediator Offline
Registered User
 
Join Date: Dec 2006
Location: I am ubuiquitous
Posts: 133
Quote:
Originally Posted by scott36
after a update of vlc i had the same problem as you described.
i've done the steps you mentioned and i got after the 5th step the following error:

command:
Code:
yum install libquicktime gstreamer-plugins-bad ffmpeg-libs vlc-core amarok-extras-nonfree
error :
Code:
Error: Missing Dependency: libx264.so.56()(64bit) is needed by package gstreamer-plugins-bad
Error: Missing Dependency: libx264.so.56()(64bit) is needed by package vlc-core
Error: Missing Dependency: libx264.so.56()(64bit) is needed by package ffmpeg-libs
Error: Missing Dependency: libx264.so.56()(64bit) is needed by package libquicktime
yum repolist shows the following:
Code:
Loading "protectbase" plugin
repo id              repo name                                 status
InstallMedia         Fedora 8                                  enabled
fedora               Fedora 8 - x86_64                         enabled
freshrpms            Fedora Core 8 - x86_64 - Freshrpms        enabled
livna                Livna for Fedora Core 8 - x86_64 - Base   enabled
updates              Fedora 8 - x86_64 - Updates               enabled
any idea? i am running a fresh F8.

thanks for any help!
First u need to "remove" all the rpms as gathered from the command 1. "rpm -qa | grep x264" and then 2. "yum remove gstreamer-plugins-bad vlc-core ffmpeg-libs libquicktime" and then finally 3. "yum install libquicktime gstreamer-plugins-bad ffmpeg-libs vlc-core amarok-extras-nonfree".

The library shud get installed automatically. I assume that u have livna installed.
Reply With Quote
  #7  
Old 25th January 2008, 08:49 AM
manoynmonic's Avatar
manoynmonic Offline
Registered User
 
Join Date: Jan 2008
Location: Thailand
Posts: 77
Looks like this is solved for you, but let me throw my hat into the ring for the next guy. Here's what worked for me:

1. in the kde menu: system, add/remove software
2. in the software manager click edit, repositories, then uncheck freshrpms - it appears that these conflict with the livna repo that I (and most of us here) have added
3. in a terminal: #locate libx264.so.56
which will probably return the result: /usr/lib/libx264.so.55
4. Download the correct lib from: http://rpmfind.net/linux/rpm2html/se...=libx264.so.56
5. in a terminal: #yum remove /usr/lib/libx264.so.55 (or alternatively, #yum remove /usr/lib/libx264.so.56 depending on the result you got from the query in step 3)
6. now install that rpm you just downloaded in step 4
7. in a terminal: #yum install vlc-core (or whatever else you weren't able to install)
Reply With Quote
  #8  
Old 17th April 2008, 09:16 PM
hitomidoaxbv Offline
Registered User
 
Join Date: May 2006
Posts: 8
Quote:
Originally Posted by manoynmonic
Looks like this is solved for you, but let me throw my hat into the ring for the next guy. Here's what worked for me:

1. in the kde menu: system, add/remove software
2. in the software manager click edit, repositories, then uncheck freshrpms - it appears that these conflict with the livna repo that I (and most of us here) have added
3. in a terminal: #locate libx264.so.56
which will probably return the result: /usr/lib/libx264.so.55
4. Download the correct lib from: http://rpmfind.net/linux/rpm2html/se...=libx264.so.56
5. in a terminal: #yum remove /usr/lib/libx264.so.55 (or alternatively, #yum remove /usr/lib/libx264.so.56 depending on the result you got from the query in step 3)
6. now install that rpm you just downloaded in step 4
7. in a terminal: #yum install vlc-core (or whatever else you weren't able to install)
I can't find any package named "libx264" in the website you gave us
Reply With Quote
  #9  
Old 18th April 2008, 02:54 AM
manoynmonic's Avatar
manoynmonic Offline
Registered User
 
Join Date: Jan 2008
Location: Thailand
Posts: 77
weird, that worked before. It's been what, four months though. Did you rm the offending so.56? Then unselect the freshrpms repo? Seems like when I went through this, there were lots of threads about it, and a livna/freshrpms conflict was the root of the problem.

These guys seem to have the right rpm:

http://rpm.pbone.net/index.php3/stat.../libx264.so.56 .
Reply With Quote
Reply

Tags
>, libx264so56, problem, update, yum

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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 On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Update failing on libx264.so.58 dependency jadube Using Fedora 4 28th June 2008 11:13 AM
missing dependency libx264.so.56 number3 Using Fedora 16 23rd April 2008 02:56 AM
can't install cinelerra cv due to libx264.so.55 pedm Using Fedora 10 5th February 2008 12:44 AM
Missing Dependency: libx264.so.56 linuxelu Using Fedora 7 20th November 2007 08:57 AM
libx264 dependency problem? stlouis1 Using Fedora 10 17th July 2007 01:44 PM


Current GMT-time: 01:24 (Sunday, 19-05-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat