LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Debian (https://www.linuxquestions.org/questions/debian-26/)
-   -   XMMS Troubles in Debian (https://www.linuxquestions.org/questions/debian-26/xmms-troubles-in-debian-134622/)

Seph64 01-14-2004 02:07 AM

XMMS Troubles in Debian
 
Everytime I try to open xmms now, it gives off the following errors:

Code:

debian:/home/seph64# 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
Inconsistency detected by ld.so: ../sysdeps/generic/dl-tls.c: 72: _dl_next_tls_modid: Assertion `result <= _rtld_local._dl_tls_max_dtv_idx' failed!

I know it says that it can not find the files, but apt-get install them also doesn't find any of them either.

I am trying to use XMMS 1.2.8, should I fall back to an older version?

fragglehorn 01-15-2004 12:57 PM

I had a hell of a time trying to get xmms to behave in Debian, mostly without luck. Finally I replaced in with xine and I've been happy since.

HappyTux 01-15-2004 02:26 PM

Re: XMMS Troubles in Debian
 
Quote:

Originally posted by Seph64
Everytime I try to open xmms now, it gives off the following errors:

Code:

debian:/home/seph64# 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
Inconsistency detected by ld.so: ../sysdeps/generic/dl-tls.c: 72: _dl_next_tls_modid: Assertion `result <= _rtld_local._dl_tls_max_dtv_idx' failed!

I know it says that it can not find the files, but apt-get install them also doesn't find any of them either.

I am trying to use XMMS 1.2.8, should I fall back to an older version?

It looks like you need to install libmikmod2, libvorbisfile3 and libesd0.
Code:

[04:14 PM Thu Jan 15: stephen @ ~]
>$ dpkg -S libmikmod.so.2
libmikmod2: /usr/lib/libmikmod.so.2
libmikmod2: /usr/lib/libmikmod.so.2.0.4
[04:14 PM Thu Jan 15: stephen @ ~]
>$ apt-cache policy libmikmod2
libmikmod2:
  Installed: 3.1.10-5
  Candidate: 3.1.10-5
  Version Table:
 *** 3.1.10-5 0
        990 http://ftp2.de.debian.org testing/main Packages
        600 http://ftp2.de.debian.org unstable/main Packages
        100 /var/lib/dpkg/status
    3.1.10-3 0
        500 http://ftp2.de.debian.org stable/main Packages
[04:14 PM Thu Jan 15: stephen @ ~]
>$ dpkg -S libvorbisfile.so.3
libvorbisfile3: /usr/lib/libvorbisfile.so.3
libvorbisfile3: /usr/lib/libvorbisfile.so.3.1.0
[04:14 PM Thu Jan 15: stephen @ ~]
>$ apt-cache policy libvorbisfile3
libvorbisfile3:
  Installed: 1.0.1-1
  Candidate: 1.0.1-1
  Version Table:
 *** 1.0.1-1 0
        990 http://ftp2.de.debian.org testing/main Packages
        600 http://ftp2.de.debian.org unstable/main Packages
        100 /var/lib/dpkg/status
[04:14 PM Thu Jan 15: stephen @ ~]
>$ dpkg -S libesd.so.0
libesd0: /usr/lib/libesd.so.0.2.29
libesd0: /usr/lib/libesd.so.0
[04:15 PM Thu Jan 15: stephen @ ~]
>$ apt-cache policy libesd0
libesd0:
  Installed: 0.2.29-1
  Candidate: 0.2.29-1
  Version Table:
 *** 0.2.29-1 0
        990 http://ftp2.de.debian.org testing/main Packages
        600 http://ftp2.de.debian.org unstable/main Packages
        100 /var/lib/dpkg/status
    0.2.23-3 0
        500 http://ftp2.de.debian.org stable/main Packages


Seph64 01-15-2004 03:01 PM

I got it to work, I just found out how to reinstall them. I also had to link libxml2.so.2 to libxml.so.1 for some odd reason.

cazspeed 03-17-2004 09:26 PM

It worked for me, XMMS broke after I upgraded to the 2.6.4 kernel from 2.4.24:)

tvn 03-17-2004 09:46 PM

it is not failed because of the missing files. Those are not required to run xmms that's why apt-get install xmms didn't get them for you.

stealth_banana 03-19-2004 04:11 PM

XMMS broke for me after installing KDE 3.2, just died

It was a problem with aRts, just changed the output plugin from the Arts 0.6.0 to OSS 1.2.7 and hey presto.

Using XMMS 1.2.7 as per woody, kernel 2.6.4.

sifilis 10-31-2004 04:18 PM

Installing libmikmod2 solved it for me (I'm running Debian sarge with a 2.6 kernel). I was getting the same error:

libmikmod.so.2: cannot open shared object file: No such file or directory
Inconsistency detected by ld.so: ../sysdeps/generic/dl-tls.c: 72: _dl_next_tls_modid: Assertion `result <= _rtld_local._dl_tls_max_dtv_idx' failed!

I spent some time on this. Trying to recompile it didn't work either

jwn7 10-31-2004 09:20 PM

everytime i press the play button it completely freezes up. any ideas why or how to fix it? 2.6.8 kernel

no big deal really ... i've been using noatun and it's ok. but xmms is better.


All times are GMT -5. The time now is 11:46 AM.