Apparently, the aqpkg stuff doesn't automatically link the libmad0 plugin properly.
So, you have to:
ipkg-link libmad0
to fix it.
>> ipkg-link libmad0
that command won't work. We have to provide aan extra command. Either add, mount or a few more choices.
Could you expand on that post? I keep having problems with libmad0 and it would be nice to get rid of all those error messages....
Thanks!
-Daniele
Posted by: Daniele at October 7, 2003 11:29 AMI have the following in my /opt/QtPalmtop/lib directory:
libmad.so -> libmad.so.0
libmad.so.0 -> libmad.so.0.1.0
libmad.so.0.1.0
You may not have those symlinks. I think that was what was wrong with mine originally, but I can't be
sure now.
To troubleshoot such problems in the future, you can use "strace", and try running the app manually from an ssh session. (There is probably a better way to do it, but that's what I do. :)