LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Funky XMMS problem. (https://www.linuxquestions.org/questions/linux-software-2/funky-xmms-problem-137977/)

atheist 01-23-2004 08:33 PM

Funky XMMS problem.
 
Hi,
XMMS has been giving me some problems today. It seems to be refusing to play .ogg files.
I just got the my soundcard to work earlier and installed an mp3 plugin for XMMS which works fine. I'm using an OSS sound output plugin.
Am I not right that XMMS should play .ogg files from installation?
Anyways, heres the output I get when I run XMMS from my terminal:
Code:

anti@atheisticfaith:~$ xmms
libesd.so.0: cannot open shared object file: No such file or directory
libmikmod.so.2: cannot open shared object file: No such file or directory
libvorbisfile.so.3: cannot open shared object file: No such file or directory
libGL.so.1: cannot handle TLS data

Does anyone have any idea of what is going on or if and what I need to install to be able to play .ogg files?
Thanks.

alar 01-23-2004 09:02 PM

looks like you need:
mikmod-3.1.6-20
and libvorbis-1.0-7

rpm -q --whatprovides libvorbisfile.so.3
libvorbis-1.0-7

and

rpm -q --whatprovides libesd.so.0
esound-0.2.28-4

While I'm at it:

$ rpm -q --whatprovides libGL.so.1
XFree86-Mesa-libGL-4.3.0-2

:)
hope this helps,
alar

atheist 01-23-2004 09:43 PM

Thanks for the quick response, dude. :)
You safed my night. Everything works fine now.


All times are GMT -5. The time now is 12:15 AM.