Posts: 27
benji
Joined: 10 Nov 2008
#1
Hello,

I hope, someone can help me...

I installed nvidia 96.43.16 driver with sgfxi script for an old GeForce Ti4200 card,
after this mplayer doesn't start.

mplayer: error while loading shared libraries: libvdpau.so.1: cannot open shared object file: No such file or directory

This issue didn't occure before, with antiX 8.2

TIA, benji
Posts: 1,228
secipolla
Joined: 15 Jun 2008
#2
Hello benji, I'm not actively using MPlayer to answer you directly even though I have an NVIDIA driver too. But generally speaking, you have GNOME MPlayer and Gxine in antiX as well to play videos. Also you may use MPlayer from the command line or you can try to launch it from the terminal to see the exact error messages.
If I have some extra help I'll post.
Look here too:
========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"http://sblinux.org/antix/index.html#How_do_I_play_music"
linktext was:"http://sblinux.org/antix/index.html#How_do_I_play_music"
====================================
_

-edit-this may help too:
========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"http://forums.debian.net/viewtopic.php?f=6&t=49258"
linktext was:"http://forums.debian.net/viewtopic.php?f=6&t=49258"
====================================
I think the problem there, if I read well, was with mplayer package from debian-multimedia.org. Then you maybe would have to apt-get purge mplayer, comment the debian-multimedia line in /etc/apt/sources.list and install mplayer (it will then pull Debian's default version). But please check it for yourself because I didin't read it thoroughly.

Regards.
Posts: 27
benji
Joined: 10 Nov 2008
#3
Thanks,

this was the error message:
mplayer: error while loading shared libraries: libvdpau.so.1: cannot open shared object file: No such file or directory

I reinstalled the default mplayer, now it says:
mplayer: relocation error: mplayer: symbol codec_wav_tags, version LIBAVFORMAT_52 not defined in file libavformat.so.52 with link time reference

Gxine and gnome-mplayer works, but I like mplayer more, will try to compile it from source...
Posts: 1,228
secipolla
Joined: 15 Jun 2008
#4
benji, look again
========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"http://forums.debian.net/viewtopic.php?f=6&t=49258&sid=d13bf77292bafc44d6e3b8bfbfac42a5&start=15"
linktext was:"http://forums.debian.net/viewtopic.php? ... 5&start=15"
====================================
(second post)
You may have to uninstall other stuff that were installed from debian-multimedia.org. In that thread the guy uninstalled ffmpeg and when reinstalled it downgraded al those packages (libavformat included). Maybe you should uninstall them all and reinstall the Debian's versions.
anticapitalista
Posts: 5,955
Site Admin
Joined: 11 Sep 2007
#5
That would mean commenting out (temporarily) the multimedia repo.
Posts: 27
benji
Joined: 10 Nov 2008
#6
Managed to fix it.

If someone need it, here is my solution (in n00b language, because I'm that too __{{emoticon}}__ ):

apt-get purge mplayer

download
========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"http://zlib.net/zlib-1.2.4.tar.gz"
linktext was:"http://zlib.net/zlib-1.2.4.tar.gz"
====================================
, unpack and install (cd into the directory | ./configure | make | make install)
apt-get install xorg-dev
apt-get install libgtk2.0-dev

without these the --enable-gui prefix won't work

download
========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"http://www.mplayerhq.hu/MPlayer/releases/mplayer-export-snapshot.tar.bz2"
linktext was:"http://www.mplayerhq.hu/MPlayer/release ... ot.tar.bz2"
====================================
, unpack it and cd into its directory
./configure --enable-gui
make
make install

download a skin from
========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"http://www.mplayerhq.hu/design7/dload.html#skins"
linktext was:"http://www.mplayerhq.hu/design7/dload.html#skins"
====================================
, unpack it to /usr/local/share/mplayer/skins/ and rename its folder to 'default'

Image
anticapitalista
Posts: 5,955
Site Admin
Joined: 11 Sep 2007
#7
Glad you got it to work.

A mystery is why it suddenly stopped working when you installed nvidia drivers. On my box, it runs ok.
Posts: 27
benji
Joined: 10 Nov 2008
#8
Sorry guys, I haven't seen your feedbacks, that downgrading seems simplier and more elegant.
Maybe at next reinstall... I see the future in wich I will screw my system anyway. __{{emoticon}}__
Posts: 1,228
secipolla
Joined: 15 Jun 2008
#9
You got the latest one and it looked simple from your post, cool.