Re: Error to do with loading module when starting XMMS
Lee W <[email protected]>
| Newsgroups | gmane.comp.multimedia.xmms.devel |
|---|---|
| Message-ID | <[email protected]> |
Richard Massa wrote:
> try 'ldd `which xmms`'. If all of the libraries that xmms is looking to load
> are happy, its probably a plugin that xmms is using that's causing the problem.
> Actually, if you see it three times, its probably three different missing
> things.
>
> If you 'cd `xmms-config --plugin-dir`' and try ldd-ing the various .so files in
> the directories, you should find your answer.
>
Cheers Richard,
It turns out that it was the following so's causing the problem:-
Input/libcdaudio.{so|la}
Input/libvorbis.{so|la}
Output/libesdout.{so|la}
Deleted those out of the plugin directories and error have gone. I may
at a later date try and fix the dependancies but as I mainly use XMMS
for MP3s I'm not to botherd at the moment.
Thanks again.
Regards
Lee