Alavarre1, The error message that you're receiving occurs when libssp.so isn't found in the LD_LIBRARY_PATH environment variable... if you look at the complete error message I'm sure that you'll see this is the case for you. Here's the command you're running as root:
/usr/libexec/squeezeboxserver env LD_LIBRARY_PATH=/usr/lib/llvm-gcc/lib/:$LD_LIBRARY_PATH /usr/libexec/squeezeboxserver & This should actually be: env LD_LIBRARY_PATH=/usr/lib/llvm-gcc/lib/:$LD_LIBRARY_PATH /usr/libexec/squeezeboxserver & In the first case your LD_LIBRARY_PATH override isn't taking effect since you're invoking squeezeboxserver before the env command. -- Slomojo ------------------------------------------------------------------------ Slomojo's Profile: http://forums.slimdevices.com/member.php?userid=39359 View this thread: http://forums.slimdevices.com/showthread.php?t=80458 _______________________________________________ unix mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/unix
