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