LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   XMMS error (https://www.linuxquestions.org/questions/linux-software-2/xmms-error-181485/)

powadha 05-14-2004 02:29 PM

XMMS error
 
Trying to start XMMS results in:

ebian:~# xmms
libmikmod.so.2: cannot open shared object file: Onbekend bestand of map
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!
debian:~#


Not a clue where to start fixing this........
Any Help?

Regards

drowstar 05-14-2004 02:51 PM

Hi powadha,
the first error means that the file "libmikmod.so.2" could not be found (that error is dutch, isnt it?). This is probably due to the fact that it isnt there ;)
Reinstalling xmms should suffice to fix this issue. (as root run apt-get install xmms --reinstall, if I am not mistaken. I dont have a debian system here.)
The second error sound trickier, but with some luck it will go away, when you fix the first error.

On a sidenote: it is easier for us english (non-native, yes ;)) speaking folks, if you reproduce the error with a standard locale setting (export LOCALE=C).

Good luck,
- drowstar

powadha 05-14-2004 03:14 PM

Thanx for trying to help me out. I tried your solution and your command for apt-get was right. XMMS installs nicely but I'm afraid the error is still the same when trying to run xmms.
btw, error is in dutch ;) I overlooked that part. That part of the erroris: unknown file or dir.
For your information: running Deb SID with no futher errors or problems (known anyway)

(Dutch it is, although my mom is 100% Irish, she would punish me if she would ever read my bad English in here ;) )

drowstar 05-14-2004 03:52 PM

Hi powadha,
hm, too bad it didnt work.
OK, lets try something different then.

Maybe the file is there, but cant be found:

1) Finding that f*** file:
find / -iname libmikmod.so* -maxdepth 3 -mount
(you can also use the following, if you have an up-to-date slocate database (if you dont know what the heck this is, you dont), try locate libmikmod.so.)
1.1) See, if this returns an exact match (if it contains libmikmod.so.2).
(If it returns something that has more than 2 at the end (e.g. libmikmod.so.2.0.4 would also count), try symlinking that to libmikmod.so.2 (e.g.:ln -s /usr/lib/libmikmod.so.2.0.4 /usr/lib/libmikmod.so.2). Maybe this already was it, try it now, if you made a link).
1.2)If there was an exact match, check, if the directory that contains libmikmod.so.2 is in your path (echo $PATH). If it is not, try setting the PATH to contain it (e.g. export PATH=$PATH:/usr/lib). If it works now, you need to make the path-change permanent. Post back in this case, this could get messy :).

2) Installing the library
If 1 did not return a file, it is probably not there. (If you want to make really sure, try re-scanning your entire system for the file with this command: find / -iname libmikmod.so*). The solution to this is to install libmikmod (some sound library, from what I have been able to learn). Download an appropriate file from this mirror (in the Netherlands :)) and install it.
Check, if the error is still there.

Good luck. If none of that worked, post back to this thread, please,
- drowstar

powadha 05-15-2004 10:41 AM

Hi drowstar,

find / -iname libmikmod.so* -maxdepth 3 -mount
Works but starting xmms results in the same error.

locate libmikmod.so

results in (I use slackware as second os):

/mnt/slack/usr/lib/libmikmod.so
/mnt/slack/usr/lib/libmikmod.so.2
/mnt/slack/usr/lib/libmikmod.so.2.0.4
/mnt/slack/usr/lib/xmms/Input/libmikmod.so
/usr/lib/xmms/Input/libmikmod.so

On deb only one file is found.......

So the lib is there but so is the error. I hope you have another idea to try.

Thanx!

powadha 05-15-2004 10:52 AM

Tried installing the lib just to be sure and: it works! Thanx a lot!

sBlatt 05-18-2004 12:13 PM

apt-get install libmikmod2

worked fine for me =)

but thx anyway

yakuzay 05-26-2004 02:28 AM

thx
 
an apt-get install libmikmod2 worked fine for me :-)

thx

JO_D_T 05-26-2004 07:04 PM

XMMS (Incorrect Operation) in Fedora Core 2
 
Hi, I've recently installed Fedora Core 2 and i could see that my XMMS crashes suddenly without any error notice. Y tried to update to older version

but the problem success too, and cannot be from any library of mp3, because I installed a plug-in which uses the Radio Receiver which have my

TV-card and crashes too, i probed to execute from a Xterm and i could see a very small message... "Incorrect Operation"

Someone had any problem like me?


------------------------
Thanks and sorry for my poor English...

drowstar 05-27-2004 06:22 AM

Hi JO_D_T,
are you aware that FC does not come with the ability to play mp3? (Stupid Redhat policy, dont bother, rh just is like that)
May not be related at all. Try installing the appropriate rpms and see, if the error goes away.

Also, you may want to start a new thread to solve this problem. It will be more visible. And I dont think it belongs here anyways, because it's not really related to the problem discussed before. (If you feel, we are apt to provide you with the information you need, you can of course post here, too)

Good luck,
- drowstar

eneville 12-26-2004 06:40 PM

Re: thx
 
Quote:

Originally posted by yakuzay
an apt-get install libmikmod2 worked fine for me :-)

thx

Thanks that works great here. Odly, I've never experienced this problem in all my YEARS of using X11Amp!

Happy holidays and have a good new year.


All times are GMT -5. The time now is 08:23 PM.