LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Desktop (https://www.linuxquestions.org/questions/linux-desktop-74/)
-   -   Mplayer not working after Totem-xine isntall (https://www.linuxquestions.org/questions/linux-desktop-74/mplayer-not-working-after-totem-xine-isntall-476116/)

tomhanks 08-22-2006 12:31 AM

Mplayer not working after Totem-xine isntall
 
hi, I have a strange problem. I'm using FC5 and had mplayer for video playback. after installing Totm-xine from one of the online repositories my mplayer stopped working.
Now whenever i rum gmplayer or mplayer command from a terminal it gives me following error"

gmplayer: error while loading shared libraries: /usr/lib/libavformat.so.50: cannot restore segment prot after reloc: Permission denied

When I checked the /usr/lib/libavformat.so.50 file it says that its a link and it doesn't allow me to set permissions for it.
plz help.

camorri 08-23-2006 10:40 AM

Were you trying to change permissions as root? If root owns it, only root can change permissions.

The command 'file /usr/lib/libavformat.so.50' will tell you what type of file this is. ( without the quotes ). If it is a link, run as root the command 'locate libavformat.so.50' without the quotes. You may get a message about the data base being more than 8 days old. Run the command as root 'updatedb' ( no quotes ). That will take a few minutes the first time. Then re-run the locate command. The system should list the path to all files called libavformat.so.50. Go to what ever path you find and adjust the permissions with chmod.


All times are GMT -5. The time now is 06:52 PM.