Fedora Linux Support Community & Resources Center
  #1  
Old 3rd June 2007, 12:09 PM
jupart Offline
Registered User
 
Join Date: Jun 2007
Posts: 4
help! installed players not working

i have installed the RPM packages for real player, mplayer and VLC player. but the players are not working. when i try to launch by clicking on the launcher, nothing happens.

trying to launch from the terminal gives the following errors:

charlie@localhost ~]$ realplay
/usr/local/RealPlayer/realplay.bin: error while loading shared libraries: libstdc++.so.5: cannot open shared object file: No such file or directory

[charlie@localhost ~]$ mplayer
mplayer: error while loading shared libraries: libdts.so.0: cannot open shared object file: No such file or directory

[charlie@localhost ~]$ wxvlc
wxvlc: error while loading shared libraries: libdvbpsi.so.4: cannot open shared object file: No such file or directory


what can i do now? please help. thank you.
Reply With Quote
  #2  
Old 3rd June 2007, 12:20 PM
clifweb Offline
Registered User
 
Join Date: Nov 2006
Location: Malta
Age: 23
Posts: 166
Since you installed using rpm I think some dependencies weren't installed.
Trying installing the missing files.
yum install libstdc++.so.5
yum install libdts.so.0
yum install libdvbpsi.so.4

or something like that
__________________
AMD XP 3000+
512MB RAM
Nvidia GeForceFx 5200
Fedora 10 beta & Win Xp Pro
Reply With Quote
  #3  
Old 3rd June 2007, 03:35 PM
arnott Offline
Registered User
 
Join Date: Aug 2006
Posts: 33
Lightbulb conflict with repos

I had a similar problem with mplayer. do u have freshrpms, dries and livna repos enabled ?

if so disable freshrpm and dries. uninstall mplayer. then force install libdca , and install mplayer again.
Reply With Quote
  #4  
Old 3rd June 2007, 04:01 PM
jupart Offline
Registered User
 
Join Date: Jun 2007
Posts: 4
real plays, vlc does not

thanx. i have got real player running by applying the above install.

but VLC still is not running. this happens:

[root@localhost charlie]# yum install libdvbpsi.so.4
Loading "installonlyn" plugin
Setting up Install Process
Parsing package install arguments
fedora 100% |=========================| 2.1 kB 00:00
updates 100% |=========================| 1.9 kB 00:00
Nothing to do

[root@localhost charlie]# wxvlc
wxvlc: error while loading shared libraries: libdvbpsi.so.4: cannot open shared object file: No such file or directory


can there be anything else missing?
Reply With Quote
  #5  
Old 3rd June 2007, 04:17 PM
arnott Offline
Registered User
 
Join Date: Aug 2006
Posts: 33
check this : http://forum.videolan.org/viewtopic....56c2f9f7a72496

i am still having problems with vlc
Reply With Quote
  #6  
Old 3rd June 2007, 04:52 PM
jupart Offline
Registered User
 
Join Date: Jun 2007
Posts: 4
ya i saw the videolan forum but no help. the solution given there is for red hat.

i am using fedora 7.
Reply With Quote
  #7  
Old 3rd June 2007, 05:52 PM
weitjong's Avatar
weitjong Online
Registered User
 
Join Date: Oct 2006
Location: Singapore, 新加坡
Posts: 744
Exclamation pirut bug??

I have upgraded to F7 and got similar errors. I got those extra package from livna. It does not matter whether they are installed using pirut (after initial installation) or using anaconda (during initial installation + additional repo function), it seems that the package dependency is not correctly resolved, resulting the requested extra package is being installed without its dependencies installed!

I solved my problem by running these commands below.

Code:
# rpm -e --nodeps xine xine-lib
# yum install xine xine-lib
# rpm -e --nodeps mplayer-gui mplayerplug-in mplayer
# yum install mplayer-gui mplayerplug-in mplayer
# rpm -e --nodeps mozilla-vlc vlc
# yum install mozilla-vlc vlc
From the output of yum, you can tell there are a lot missing dependencies. I am certain that there are still other dependencies missing in my F7.

Last edited by weitjong; 3rd June 2007 at 06:07 PM.
Reply With Quote
  #8  
Old 3rd June 2007, 07:33 PM
arnott Offline
Registered User
 
Join Date: Aug 2006
Posts: 33
Quote:
Originally Posted by jupart
ya i saw the videolan forum but no help. the solution given there is for red hat.

i am using fedora 7.
redhat and fedora are related. you need to download the similar file for fedora 7 and try installing vlc.
Reply With Quote
  #9  
Old 7th June 2007, 05:31 PM
dallas_h Offline
Registered User
 
Join Date: Jul 2005
Posts: 10
I ended up doing a combination of several items (including some from above) to get my issue resolved. There appears to be a dependency problem with mplayer (and others) on the freshrpms repo. For the record, I also use Livna as a repo and it doesn't have the same issues with these packages. Anyway, add the following line to /etc/yum.repos.d/freshrpms.repo.
exclude=mplay* libdca x264

Now, run the following commands
# rpm -e xine xine-lib xine-lib-moles libdca x264 mplayer-gui mplayerplug-in mplayer mozilla-vlc vlc
Note: you made need to add other packages if they're dependencies, e.g. amarok, mplayer-fonts
# yum install xine xine-lib xine-lib-moles libdca x264 mplayer-gui mplayerplug-in mplayer mozilla-vlc vlc

Hope this helps, Dallas.
Reply With Quote
  #10  
Old 7th June 2007, 06:24 PM
dallas_h Offline
Registered User
 
Join Date: Jul 2005
Posts: 10
missing file

It was my understanding from a previous post you were using the freshrpms repo... Maybe there is an issue with the standard fedora repos as well? I would recommend adding the livna repo, removing the rpms (as described above), then re-install using yum (above also); this time the files should be installed from the livna repo instead. I had the exact same issue hours ago on a new Fedora 7 install and following these steps worked for me. -- Dallas
Reply With Quote
  #11  
Old 7th June 2007, 07:27 PM
dallas_h Offline
Registered User
 
Join Date: Jul 2005
Posts: 10
freshrpms

Forget about the freshrpms repo... it's not installed on your system. Simply install the livna repo via the command below and then run the "rpm -e" command from above followed by the "yum install" command from above. That should get you taken care of. -- Dallas

rpm -Uvh http://rpm.livna.org/livna-release-7.rpm
Reply With Quote
  #12  
Old 7th June 2007, 07:47 PM
Dies Offline
Registered User
 
Join Date: Oct 2006
Posts: 4,752
@ dallas h

You might want to check this thread out

http://forum.fedoraforum.org/forum/s...d=1#post805841
Reply With Quote
  #13  
Old 8th June 2007, 06:26 PM
eelco Offline
Registered User
 
Join Date: Jan 2004
Location: Haarlem, The Netherlands
Posts: 12
Like dallas_h said, you'll have to install the livna repo. After that, install libdvbpsi using yum or 'Add/Remove software' in your applications menu.

As root:
Code:
rpm -Uvh http://rpm.livna.org/livna-release-7.rpm
yum install libdvbpsi
That should do it.
Reply With Quote
  #14  
Old 8th June 2007, 06:50 PM
jupart Offline
Registered User
 
Join Date: Jun 2007
Posts: 4
ya i have done it and everything is now working fine

thanx to all of u, buddies
Reply With Quote
  #15  
Old 10th June 2007, 03:21 PM
al_chem Offline
Registered User
 
Join Date: Jun 2007
Posts: 65
Similar problem & Solution

Right after installation, I updated everything and installed the livna rpm.

Then I went on to select packages via "Add/Remove Software". I selected about 50 or 60, most of which came from livna. Those packages included gnucash, kmod-nvidia, wesnoth, vlc, mplayer etc.. After the installation was complete, I could start none of the above and I got errors regarding missing files or library files. The solution was to remove them and reinstall them via yum which took care of all dependencies.
Reply With Quote
Reply

Tags
installed, players, working

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
Video Files not working on some players (and avi files) notme Using Fedora 1 19th September 2009 06:53 PM
none of the media players working.. nAuticA Using Fedora 7 14th September 2008 11:16 PM
Music players, Video players & Internet radio...suggestions please. LithiumKid1976 Using Fedora 9 4th January 2008 06:01 PM
kmix and multimedia players not working (fc5) Evert EOL (End Of Life) Versions 0 31st March 2006 06:55 AM


Current GMT-time: 08:03 (Saturday, 25-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