On Thu, 17 Feb 2005 09:39:33 -0500, David Feldman <[EMAIL PROTECTED]> wrote: > I'm trying to get AAC support working in slimserver on SUSE Linux, > following the instructions in the FAQ. I've gotten faad2 working now. > (For anyone having trouble with this, I had to symlink a bunch of stuff > in /usr/local/lib to /usr/lib.)
I'm not a SuSE person myself - but you shouldn't need to symlink anything. edit /etc/ld.so.conf and add /usr/local/lib to it. Then run /sbin/ldconfig Then your shared libraries in /usr/local/lib will be picked up without needing to make a bunch of symlinks. > The AAC box is checked in the File > Types tab of slimserver configuration. But when I attempt to play an > AAC file, the player just stops and won't play, as it does for any file > it can't understand. What am I missing? Try doing the above (adding /usr/local/lib to ld.so.conf) and see if that helps - I'm guessing that's not it (or you'd get a shared library error) but maybe. -- http://mpeters.us/ _______________________________________________ Discuss mailing list [email protected] http://lists.slimdevices.com/lists/listinfo/discuss
