10
« on: December 04, 2004, 02:57:17 am »
I got xmms work on OZ3.5.2
About the libglib error.
Basically, you have to remove the broken sym link in /usr/lib
rm -rf /usr/lib/libgl*
then do a sym link where you install xmms (sd or cf) in my case (sd)
ln -s /mnt/card/usr/lib/libgl* /usr/lib
then try to start xmms from terminal to see if there are any error left.
I got some error about missing plugin..
do the same thing as above but plugins are usually located in
/opt/QtPalmtop/lib/xmms/Input
I hope this is usuful for you guy to get xmms to work.
Other broken appz in repository can generally use this method