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 23rd June 2005, 12:13 PM
nigham Offline
Registered User
 
Join Date: Sep 2004
Posts: 5
Angry Installing VLC player in Fedora Core 4

Has anybody managed to install vlc in FC3/4? From the downloaded rpms on the vlc site, it gives me lots of dependency errors. i've installed some of them but some appear to be impossible.

e.g. libFLAC.so.4 cannot be installed because libFLAC.so.7 is installed and needed by something else. and i have tried yum with dag, dries and freshrpms but they appear to have no package for videolan-client.

someone help!
Reply With Quote
  #2  
Old 24th June 2005, 05:27 AM
Jman Offline
Registered User
 
Join Date: Mar 2004
Location: Minnesota, USA
Age: 27
Posts: 7,909
livna has it. I'm listening to it right now in FC4.
Reply With Quote
  #3  
Old 24th June 2005, 06:05 AM
nigham Offline
Registered User
 
Join Date: Sep 2004
Posts: 5
Quote:
Originally Posted by Jman
livna has it. I'm listening to it right now in FC4.
Can you share your repository? I am not able to download thru
http://rpm.livna.org/fedora/4/i386/

Thanks
Reply With Quote
  #4  
Old 24th June 2005, 02:08 PM
ogo Offline
Registered User
 
Join Date: Apr 2005
Posts: 5
videolan-client

Quote:
Originally Posted by nigham
Can you share your repository? I am not able to download thru
http://rpm.livna.org/fedora/4/i386/

Thanks
nigham: the livna repository's videolan-client rpms are available at the following urls. if you're subscribed to the european school of rpm repositories, i suggest you stick with them.

vlc-0.8.2-0.lvn.0.1.test2.4.i386
vlc-devel-0.8.2-0.lvn.0.1.test2.4.i386.rpm

Last edited by ogo; 24th June 2005 at 03:36 PM.
Reply With Quote
  #5  
Old 24th June 2005, 03:26 PM
laltopi's Avatar
laltopi Online
Registered User
 
Join Date: Jun 2005
Posts: 110
Can you also point to some links to test the mozilla plugin for vlc?
Reply With Quote
  #6  
Old 24th June 2005, 03:34 PM
ogo Offline
Registered User
 
Join Date: Apr 2005
Posts: 5
plug-in

Quote:
Originally Posted by laltopi
Can you also point to some links to test the mozilla plugin for vlc?
edit: excuses. having checked out the vlc mozilla plugin page, i saw that there was actually one for gnu/linux, mac os x and ms windows.


i don't think it exists. for embedded media, i use mplayerplug-in. binary rpm for Fedora Core 3 seems to be working fine on FC 4.

mplayerplug-in
mplayerplug-in-2.85-1.FC3.i386.rpm

for earlier versions, you could check out the dag repository.
http://dag.wieers.com/packages/mplayerplug-in/

Last edited by ogo; 24th June 2005 at 03:55 PM.
Reply With Quote
  #7  
Old 24th June 2005, 04:40 PM
snoze's Avatar
snoze Offline
Registered User
 
Join Date: Jun 2005
Location: INDIA
Posts: 772
So far I am unable to install this successfully. it is still giving error message
Reply With Quote
  #8  
Old 24th June 2005, 05:23 PM
ogo Offline
Registered User
 
Join Date: Apr 2005
Posts: 5
Quote:
Originally Posted by snoze
So far I am unable to install this successfully. it is still giving error message
haven't tried the livna package myself. are you getting dependency problems? perhaps, messages reading like "no package provides libdvbpsi.so.1", etc.? if you use the freshrpms repo with yum, you should better wait for a proper freshrpms fc 4 package. yum will solve the dependency problems for you.
but if you really can't wait, just check out rpm.pbone.net for livna's fc 4 vlc package to see which libraries that package requires. you should have everthing on your linux box to be able to install vlc. try installing the rpm with the package installer, and it will tell you what you need. then you can search the rpm.pbone.net to install the missing dependencies.
rpm.pbone.net also hosts livna's vlc plugin for mozilla.

Last edited by ogo; 24th June 2005 at 05:48 PM.
Reply With Quote
  #9  
Old 1st August 2005, 04:40 PM
laltopi's Avatar
laltopi Online
Registered User
 
Join Date: Jun 2005
Posts: 110
The livna package is busted since the updates to libcddb and libcdio. Does any other repo have a better build?
Reply With Quote
  #10  
Old 1st August 2005, 05:03 PM
oakwcj Offline
Registered User
 
Join Date: Feb 2004
Posts: 12
Quote:
Originally Posted by laltopi
The livna package is busted since the updates to libcddb and libcdio. Does any other repo have a better build?
Freshrpms [http://stentz.freshrpms.net] has it.
Reply With Quote
  #11  
Old 1st August 2005, 05:14 PM
ghaefb's Avatar
ghaefb Offline
Retired Community Manager
 
Join Date: Apr 2004
Location: Slovenia
Age: 30
Posts: 1,713
Quote:
libFLAC.so.4 cannot be installed because libFLAC.so.7 is installed and needed by something else.
When that happens, the rpm requires a library that is older than the installed I do this.
For example if you have libFLAC.so.7 in /usr/lib/ but the rpm requires libFLAC.so.4.

As root I link a new .so.7 to an old .so.4 like this:
Code:
ln -s /usr/lib/libFLAC.so.7 /usr/lib/libFLAC.so.4
The rpm will still complain about the missing library, so I install it with --nodeps flag.
So this usually works.

But note that this is a bad practise. Something may go wrong when doing such non standard library hacks.
__________________
_ghaefb


blog & sysinfo
Reply With Quote
  #12  
Old 1st August 2005, 10:27 PM
terry_g's Avatar
terry_g Offline
Registered User
 
Join Date: Jun 2005
Location: Terrace B.C. Canada
Posts: 215
This worked for me . yum install videolan-client
Reply With Quote
  #13  
Old 2nd August 2005, 02:20 AM
Raafi Offline
Registered User
 
Join Date: Dec 2004
Location: New Jersey
Posts: 323
I am still getting missing dependencies

Code:
[root@localhost ~]# yum install vlc
Setting up Install Process
Setting up repositories
livna                     100% |=========================|  951 B    00:00
updates-released          100% |=========================|  951 B    00:00
base                      100% |=========================| 1.1 kB    00:00
extras                    100% |=========================| 1.1 kB    00:00
Reading repository metadata in from local files
Parsing package install arguments
Resolving Dependencies
--> Populating transaction set with selected packages. Please wait.
---> Downloading header for vlc to pack into transaction set.
vlc-0.8.2-0.lvn.1.4.i386. 100% |=========================|  53 kB    00:01
---> Package vlc.i386 0:0.8.2-0.lvn.1.4 set to be updated
--> Running transaction check
--> Processing Dependency: libcdio.so.5 for package: vlc
--> Processing Dependency: libcddb.so.0 for package: vlc
--> Processing Dependency: libcdio.so.5(CDIO_5) for package: vlc
--> Processing Dependency: libdvdnav.so.4 for package: vlc
--> Processing Dependency: libdvbpsi.so.1 for package: vlc
--> Processing Dependency: libmpeg2.so.0 for package: vlc
--> Restarting Dependency Resolution with new changes.
--> Populating transaction set with selected packages. Please wait.
---> Downloading header for libdvbpsi to pack into transaction set.
libdvbpsi-0.1.3-0.lvn.4.4 100% |=========================| 3.1 kB    00:00
---> Package libdvbpsi.i386 0:0.1.3-0.lvn.4.4 set to be updated
---> Downloading header for libdvdnav to pack into transaction set.
libdvdnav-0.1.10-0.lvn.1. 100% |=========================| 3.6 kB    00:00
---> Package libdvdnav.i386 0:0.1.10-0.lvn.1.4 set to be updated
---> Downloading header for mpeg2dec to pack into transaction set.
mpeg2dec-0.4.0-0.lvn.4.b. 100% |=========================| 5.0 kB    00:00
---> Package mpeg2dec.i386 0:0.4.0-0.lvn.4.b.4 set to be updated
--> Running transaction check
--> Processing Dependency: libcddb.so.0 for package: vlc
--> Processing Dependency: libcdio.so.5 for package: vlc
--> Processing Dependency: libcdio.so.5(CDIO_5) for package: vlc
--> Finished Dependency Resolution
Error: Missing Dependency: libcdio.so.5 is needed by package vlc
Error: Missing Dependency: libcddb.so.0 is needed by package vlc
Error: Missing Dependency: libcdio.so.5(CDIO_5) is needed by package vlc
[root@localhost ~]# yum install videolan-client
Setting up Install Process
Setting up repositories
livna                     100% |=========================|  951 B    00:00
updates-released          100% |=========================|  951 B    00:00
base                      100% |=========================| 1.1 kB    00:00
extras                    100% |=========================| 1.1 kB    00:00
Reading repository metadata in from local files
primary.xml.gz            100% |=========================| 285 kB    00:06
updates-re: ################################################## 818/818
Added 0 new packages, deleted 7 old in 12.68 seconds
Parsing package install arguments
Resolving Dependencies
--> Populating transaction set with selected packages. Please wait.
---> Package vlc.i386 0:0.8.2-0.lvn.1.4 set to be updated
--> Running transaction check
--> Processing Dependency: libcdio.so.5 for package: vlc
--> Processing Dependency: libcddb.so.0 for package: vlc
--> Processing Dependency: libcdio.so.5(CDIO_5) for package: vlc
--> Processing Dependency: libdvdnav.so.4 for package: vlc
--> Processing Dependency: libdvbpsi.so.1 for package: vlc
--> Processing Dependency: libmpeg2.so.0 for package: vlc
--> Restarting Dependency Resolution with new changes.
--> Populating transaction set with selected packages. Please wait.
---> Package libdvbpsi.i386 0:0.1.3-0.lvn.4.4 set to be updated
---> Package libdvdnav.i386 0:0.1.10-0.lvn.1.4 set to be updated
---> Package mpeg2dec.i386 0:0.4.0-0.lvn.4.b.4 set to be updated
--> Running transaction check
--> Processing Dependency: libcddb.so.0 for package: vlc
--> Processing Dependency: libcdio.so.5 for package: vlc
--> Processing Dependency: libcdio.so.5(CDIO_5) for package: vlc
--> Finished Dependency Resolution
Error: Missing Dependency: libcdio.so.5 is needed by package vlc
Error: Missing Dependency: libcddb.so.0 is needed by package vlc
Error: Missing Dependency: libcdio.so.5(CDIO_5) is needed by package vlc
[root@localhost ~]#
So maybe the best bet is to wait until Yum resolves the Missing Dependencies
__________________
Just Passin Thru......

Last edited by Raafi; 2nd August 2005 at 02:23 AM.
Reply With Quote
  #14  
Old 2nd August 2005, 03:25 AM
terry_g's Avatar
terry_g Offline
Registered User
 
Join Date: Jun 2005
Location: Terrace B.C. Canada
Posts: 215
I had the same problem

I had the same problem when I tried to install with yum install vlc. But "yum install videolan-client" worked without a hitch on two computers!
Reply With Quote
  #15  
Old 2nd August 2005, 09:24 PM
Raafi Offline
Registered User
 
Join Date: Dec 2004
Location: New Jersey
Posts: 323
thanks terry, but as you can see, i tried both ways

anyway, kplayer is playing everything so far

i still need a dvd program to watch dvds
__________________
Just Passin Thru......
Reply With Quote
Reply

Tags
core, fedora, installing, player, vlc

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
Installing Flash Player on Fedora 7 x86_64? Deim06 Installation and Live Media 27 9th September 2007 09:32 PM
Installing Player/Stage software in Fedora 4 Danffer Using Fedora 2 6th September 2006 09:55 AM
Need : Mp3 player and DVD player appz for fedora core 4 musicmaniac Using Fedora 2 24th October 2005 11:44 AM
fedora core 4 player help flipflap Using Fedora 6 21st July 2005 08:04 AM
vlc player for fedora core 1 forumfreak Using Fedora 1 12th February 2005 11:55 AM


Current GMT-time: 20:22 (Saturday, 18-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