Reply To: Installation of FireFly on MSS

#11306
Iris
Participant
#!/bin/sh

# make sure our shared libraries are in the path.
# if we get /etc/ld.so.conf working, this export
# can be removed
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/opt/lib

if [ -n "`pidof mt-daapd`" ] ; then
killall mt-daapd 2>/dev/null
fi

sleep 2 /opt/lib/ld.so.1 /opt/sbin/mt-daapd -c
/opt/etc/mt-daapd/mt-daapd.conf

Doesn’t look to me like you edited the file properly going by the output you posted. Double check your work.