FireFly Media Server › Firefly Media Server Forums › Firefly Media Server › Setup Issues › Problems getting Firefly to run on Maxtor Shared Storage I
- This topic has 10 replies, 4 voices, and was last updated 17 years, 1 month ago by smeyn.
-
AuthorPosts
-
11/05/2007 at 12:39 PM #1379scorinthaParticipant
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 directoryNow, 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.
11/05/2007 at 6:00 PM #10644rpeddeParticipant@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 directoryNow, 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
13/05/2007 at 9:31 AM #10645MjelGuestJust make sure that you’ve downloaded the right packages. For the the mt-daapd there are (from the http://ipkg.fireflymediaserver.org/mipsel/ site, mentioned in the wiki) 2 mips versions, one for the maxtor and one for a asus wl500g. When using ipkg with the default parameters it downloads (for build 1539 and up) the asus version.
Try to download the maxtor version manually by fetching it with a browser and save it onto your maxtor via the following link:
http://ipkg.fireflymediaserver.org/mipsel/mt-daapd_svn-1571-1_mipsel.ipkThen install it with ‘ipkg install /path-to-you-file/mt-daapd_svn-1571-1_mipsel.ipk’
(First remove wrong package with ‘ipkg remove mt-daapd’)Mjel.
13/05/2007 at 8:33 PM #10646rpeddeParticipant@Mjel wrote:
Just make sure that you’ve downloaded the right packages. For the the mt-daapd there are (from the http://ipkg.fireflymediaserver.org/mipsel/ site, mentioned in the wiki) 2 mips versions, one for the maxtor and one for a asus wl500g. When using ipkg with the default parameters it downloads (for build 1539 and up) the asus version.
Try to download the maxtor version manually by fetching it with a browser and save it onto your maxtor via the following link:
http://ipkg.fireflymediaserver.org/mipsel/mt-daapd_svn-1571-1_mipsel.ipkThen install it with ‘ipkg install /path-to-you-file/mt-daapd_svn-1571-1_mipsel.ipk’
(First remove wrong package with ‘ipkg remove mt-daapd’)Mjel.
Oops… you mean I’ve got the two repos switched? Gack.
17/05/2007 at 1:50 PM #10647scorinthaParticipantrpedde’s instructions to change the package worked. I also had to change the
/opt/etc/init.d/S60-mt-daapd script; I prepended a library to the mt-daapd call, so the line reads as follows:/opt/lib/ld.so.1 /opt/sbin/mt-daapd -d9 -c /opt/etc/mt-daapd/mt-daapd.conf
Thanks to everyone for their help. Next step, playlists.
17/05/2007 at 6:12 PM #10648rpeddeParticipant@scorintha wrote:
rpedde’s instructions to change the package worked. I also had to change the
/opt/etc/init.d/S60-mt-daapd script; I prepended a library to the mt-daapd call, so the line reads as follows:/opt/lib/ld.so.1 /opt/sbin/mt-daapd -d9 -c /opt/etc/mt-daapd/mt-daapd.conf
Thanks to everyone for their help. Next step, playlists.
The repositories have been fixed as well, so hopefully nobody else will have that problem.
–Ron
03/09/2007 at 12:38 PM #10649smeynParticipantwhen I run ‘/opt/lib/ld.so.1 /opt/sbin/mt-daapd -d9 -c /opt/etc/mt-daapd/mt-daapd.conf’
I get the error message:‘/opt/sbin/mt-daapd: error while loading shared libraries: libpthread.so.0: cannot open shared object file: No such file or directory’
Any ideas?
I am not too experienced in Linux so I am reduced to following instructions to the letterCheers
Stephan03/09/2007 at 5:04 PM #10650rpeddeParticipant@smeyn wrote:
when I run ‘/opt/lib/ld.so.1 /opt/sbin/mt-daapd -d9 -c /opt/etc/mt-daapd/mt-daapd.conf’
I get the error message:‘/opt/sbin/mt-daapd: error while loading shared libraries: libpthread.so.0: cannot open shared object file: No such file or directory’
Any ideas?
I am not too experienced in Linux so I am reduced to following instructions to the letterCheers
StephanTry installing “mss-libhelper” with “ipkg install mss-libhelper”. That has some libraries that some people don’t seem to have installed. Not sure why.
Then try and run it again.
— Ron
03/09/2007 at 9:13 PM #10651smeynParticipant@rpedde wrote:
Try installing “mss-libhelper” with “ipkg install mss-libhelper”. That has some libraries that some people don’t seem to have installed. Not sure why.
Then try and run it again.
— Ron
That’s installed and ipkg reports it as uptodate. I did a -force-reinstall but no joy
Stephan04/09/2007 at 2:58 AM #10652rpeddeParticipant@smeyn wrote:
@rpedde wrote:
Try installing “mss-libhelper” with “ipkg install mss-libhelper”. That has some libraries that some people don’t seem to have installed. Not sure why.
Then try and run it again.
— Ron
That’s installed and ipkg reports it as uptodate. I did a -force-reinstall but no joy
StephanI’ll look to see where mine came from and post back.
— Ron -
AuthorPosts
- The forum ‘Setup Issues’ is closed to new topics and replies.