Reply To: Newbie question about using firefly on Maxtor mss+

#7437
deanm
Guest

I (hope to) have exactly the same setup, streaming via a Linksys WRT54GS AP and have followed the details on the wiki (at least one of the three attempts must have been correct ‘:)’).

Everything goes swimmingly until I try to execute /opt/etc/init.d/S60Mt-daapd at which point I get /opt/lib/ld.so.1: not found.

Following some of the other thread I tried the following:

# /opt/lib/ld.so.1 /opt/sbin/mt-daapd -d9 -c /opt/etc/mt-daapd/mt-daapd.conf -f
with a result
/opt/lib/ld.so.1: not found

I had a hunt around and found ld.so.1 to the /lib directory so tried

# /lib/ld.so.1 /opt/sbin/mt-daapd -d9 -c /opt/etc/mt-daapd/mt-daapd.conf -f
and this time got
Found 1 tokens in /share/hdd/data/public/mp3
Token 1: /share/hdd/data/public/mp3
Expanding precomments to 2048
Expanding precomments to 4096
Found 2 tokens in rsp.so,ssc-script.so
Token 1: rsp.so
Token 2: ssc-script.so
Checking existence of /opt/share/mt-daapd/admin-root
Checking existence of /opt/share/mt-daapd/admin-root
Checking existence of /opt/var/mt-daapd
Checking existence of /opt/var/mt-daapd
Checking existence of /opt/share/mt-daapd/plugins
Checking existence of /opt/share/mt-daapd/plugins
Loading new config file.
Firefly Version svn-1433: Starting with debuglevel 9
Attempting to load plugin /shares/mss-hdd/__opt/share/mt-daapd/plugins/out-daap.so
SIGSEGV

I’m not sure whether this is something missing, a version mismatch or just me being dumb!

Any suggestions?

Thanks
Dean