I installed IMMS, but XMMS does not show it in the list of plugins. Whats wrong?
The most likely cause of this is that some of the libraries IMMS depends on are not in your LD path (eg: sqlite installed in /usr/local, and /usr/local/lib not in LD path). Run XMMS from a console and check for messages about missing libraries, then add their location to ld.so.conf (and run ldconfig) or to LD_LIBRARY_PATH.