LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian
User Name
Password
Debian This forum is for the discussion of Debian Linux.

Notices


Reply
  Search this Thread
Old 01-14-2004, 02:07 AM   #1
Seph64
Member
 
Registered: Feb 2003
Distribution: Gentoo, FreeBSD, LFS
Posts: 298
Blog Entries: 21

Rep: Reputation: 30
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?
 
Old 01-15-2004, 12:57 PM   #2
fragglehorn
Member
 
Registered: Oct 2002
Location: I-Town, NY
Distribution: Debian, Slackware
Posts: 130

Rep: Reputation: 15
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.
 
Old 01-15-2004, 02:26 PM   #3
HappyTux
Senior Member
 
Registered: Mar 2003
Location: Nova Scotia, Canada
Distribution: Debian AMD64
Posts: 4,170

Rep: Reputation: 244Reputation: 244Reputation: 244
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
 
Old 01-15-2004, 03:01 PM   #4
Seph64
Member
 
Registered: Feb 2003
Distribution: Gentoo, FreeBSD, LFS
Posts: 298

Original Poster
Blog Entries: 21

Rep: Reputation: 30
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.
 
Old 03-17-2004, 09:26 PM   #5
cazspeed
LQ Newbie
 
Registered: Mar 2004
Distribution: Debian
Posts: 1

Rep: Reputation: 0
It worked for me, XMMS broke after I upgraded to the 2.6.4 kernel from 2.4.24
 
Old 03-17-2004, 09:46 PM   #6
tvn
Member
 
Registered: Mar 2004
Posts: 96

Rep: Reputation: 15
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.
 
Old 03-19-2004, 04:11 PM   #7
stealth_banana
Member
 
Registered: Mar 2004
Location: Scotland
Distribution: Debian Sid / Kubuntu
Posts: 170

Rep: Reputation: 30
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.
 
Old 10-31-2004, 04:18 PM   #8
sifilis
LQ Newbie
 
Registered: Oct 2004
Posts: 1

Rep: Reputation: 0
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
 
Old 10-31-2004, 09:20 PM   #9
jwn7
Member
 
Registered: Aug 2004
Location: pittsburgh, pa
Distribution: gentoo
Posts: 81

Rep: Reputation: 15
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.
 
  


Reply



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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Xmms troubles... Unrealnet Linux - Software 1 10-16-2005 04:49 PM
Beginner Debian troubles CyberSlag5k Debian 6 03-05-2005 10:16 PM
Debian on PPC troubles lancelott Debian 1 10-23-2004 09:55 AM
Debian Sarge Install Troubles SuperBongBoy Debian 1 09-07-2004 08:11 PM
Xmms troubles with a mac jiggywiggy Linux - Software 1 01-17-2004 11:39 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian

All times are GMT -5. The time now is 01:10 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration