Reply To: Problems getting Firefly to run on Maxtor Shared Storage I

FireFly Media Server Firefly Media Server Forums Firefly Media Server Setup Issues Problems getting Firefly to run on Maxtor Shared Storage I Reply To: Problems getting Firefly to run on Maxtor Shared Storage I

#10644
rpedde
Participant

@scorintha wrote:

Hi all,

I’ve been trying to get mt-daapd to run on my Maxtor Shared Storage drive. I followed the instructions on the wiki here:

http://wiki.fireflymediaserver.org/MSS_Installation

When I get to the point where I execute the command to start the server, I get the following error message:

# /opt/etc/init.d/S60mt-daapd
pidof: not found
/opt/sbin/mt-daapd: error while loading shared libraries: libdl.so.0: cannot open shared object file: No such file or directory

Now, if I set export LD_TRACE_LOADED_OBJECTS=1 and try to execute S60mt-daapd, I get the following:

/opt/etc/init.d/S60mt-daapd
libc.so.6 => /lib/libc.so.6 (0x2aac0000)
/lib/ld.so.1 => /lib/ld.so.1 (0x00020000)
libc.so.6 => /lib/libc.so.6 (0x2aac0000)
/lib/ld.so.1 => /lib/ld.so.1 (0x00020000)
libc.so.6 => /lib/libc.so.6 (0x2aac0000)
/lib/ld.so.1 => /lib/ld.so.1 (0x00020000)
libid3tag.so.0 => /opt/lib/libid3tag.so.0 (0x2aac0000)
libsqlite.so.0 => /opt/lib/libsqlite.so.0 (0x2ab40000)
libsqlite3.so.0 => /opt/lib/libsqlite3.so.0 (0x2ac00000)
libdl.so.0 => not found
libm.so.0 => not found
libpthread.so.0 => /lib/libpthread.so.0 (0x2ad40000)
libz.so => /opt/lib/libz.so (0x2adc0000)
libogg.so.0 => /opt/lib/libogg.so.0 (0x2ae40000)
libvorbis.so.0 => /opt/lib/libvorbis.so.0 (0x2aec0000)
libvorbisfile.so.3 => /opt/lib/libvorbisfile.so.3 (0x2af40000)
libc.so.0 => not found
libc.so.6 => /opt/lib/libc.so.6 (0x2afc0000)
libm.so.6 => /opt/lib/libm.so.6 (0x2b1c0000)
/lib/ld-uClibc.so.0 => /opt/lib/ld.so.1 (0x55580000)

Finally, an ls -alF in my /opt/lib library shows the following:

-rwxrwxrwx 1 root root 55524 Mar 29 2004 libdl-2.2.5.so*
lrwxrwxrwx 1 root root 10 May 10 23:30 libdl.so -> libdl.so.2*
lrwxrwxrwx 1 root root 14 May 10 23:30 libdl.so.2 -> libdl-2.2.5.so*

-rwxrwxrwx 1 root root 1617323 Mar 29 2004 libm-2.2.5.so*
lrwxrwxrwx 1 root root 9 May 10 23:30 libm.so -> libm.so.6*
lrwxrwxrwx 1 root root 13 May 10 23:30 libm.so.6 -> libm-2.2.5.so*

I tried copying these files to /lib, but I got a “permission denied” error. If anyone has any suggestions, I’d be glad to hear them. Thanks.

I’ve reproed this, but haven’t solved it yet.

— Ron