Scooter Wrote: > Even with this set correctly, though, mplayer steadfastly ignores some > dll's. At one point last night I had it claiming that > /usr/lib/codecs/cook.so was not present - when it plainly was. mplayer > checks a number of likely places though, and I found making a symlink > from /usr/lib/codecs to /usr/lib/real/ (as this was also somewhere > where it was looking according the output) caused the libs to be found.
This is a shared library security and expediency measure. You need to edit /etc/ld.so.conf and add the path to the shared libraries that your app requires. Then run ldconfig, which will update the shared library cache and trusted libraries list. -- MrC _______________________________________________ plugins mailing list [email protected] http://lists.slimdevices.com/lists/listinfo/plugins
