[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Help, i screw up my xmms...



-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Rony <rony_ml@yahoo.com> writes:

> Hi,
>
> I just did a mplayer build, after installed it, i cannot start xmms.
> The 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!

Well, first thing you'll want to do when you encounter something like
this is find out what package the missing file is in.  To do this,
you'll need to have apt-file installed.  If you haven't run apt-file
recently or ever before, you might want to also do an apt-file update
before you try this as well.

  baloo@ursine:~$ apt-file search libmikmod.so.2
  libmikmod2: usr/lib/libmikmod.so.2
  libmikmod2: usr/lib/libmikmod.so.2.0.4

So it looks like the missing library, libmikmod.so.2, is expected to
be in the package libmikmod2, so by extension, the next command should
probably be something like...

  baloo@ursine:~$ sudo apt-get install libmikmod2
  Password:
  Reading Package Lists... Done
  Building Dependency Tree... Done
  [...]

Hope this helps.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.5 (GNU/Linux)

iD8DBQFBfAucUzgNqloQMwcRAr3KAKCyxXD85p9ylLBX9o8c/dTpVJ3/NACaAn+b
38c75zex5a5Ong0NnIy4P7M=
=F9d+
-----END PGP SIGNATURE-----



Reply to: