FireFly Media Server › Firefly Media Server Forums › Firefly Media Server › Setup Issues › Can not start Firefly on NSLU2…
- This topic has 17 replies, 6 voices, and was last updated 17 years, 10 months ago by dr3am3r.
-
AuthorPosts
-
25/01/2007 at 3:16 PM #8683fizzeParticipant
yep. deffo.
Unfortunately the nslu2-linux.org’s package search seems down, so I cant check which packages exactly provide v7 or v8 of libflac.edit:
//NSLUZZLE/opt/lib# ipkg list_installed|grep flac
flac - 1.1.2-4 - FLAC is a free lossless audio codec. This package contains the codec libraries and the command-line tools flac and metaflac.
and I do have:
//NSLUZZLE/opt/lib# ls -al libF*
-rw-r--r-- 1 root root 502592 Jun 17 2006 libFLAC++.a
-rwxr-xr-x 1 root root 865 Jun 17 2006 libFLAC++.la
lrwxrwxrwx 1 root root 18 Jan 11 20:50 libFLAC++.so -> libFLAC++.so.5.0.0
lrwxrwxrwx 1 root root 18 Jan 11 20:50 libFLAC++.so.5 -> libFLAC++.so.5.0.0
-rwxr-xr-x 1 root root 93712 Nov 7 01:53 libFLAC++.so.5.0.0
-rw-r--r-- 1 root root 854520 Jun 17 2006 libFLAC.a
-rwxr-xr-x 1 root root 831 Jun 17 2006 libFLAC.la
lrwxrwxrwx 1 root root 16 Jan 11 20:50 libFLAC.so -> libFLAC.so.7.0.0
lrwxrwxrwx 1 root root 16 Jan 11 20:50 libFLAC.so.7 -> libFLAC.so.7.0.0
-rwxr-xr-x 1 root root 200768 Nov 7 01:53 libFLAC.so.7.0.0
these in /opt/lib.
go figure.
26/01/2007 at 3:44 AM #8684aakarGuestJust a word of warning, I attempted installing this on my MSS. The newest flac that it installs only has .8, which crashes mt-daapd. I had to downgrade it to the 1.2.3 if I remember correctly, because I couldn’t get the 1.2.4 package installed…
There’s gotta be a way to avoid this, no?
26/01/2007 at 4:39 AM #8685rpeddeParticipant@aakar wrote:
Just a word of warning, I attempted installing this on my MSS. The newest flac that it installs only has .8, which crashes mt-daapd. I had to downgrade it to the 1.2.3 if I remember correctly, because I couldn’t get the 1.2.4 package installed…
There’s gotta be a way to avoid this, no?
I have to update my build tree to build against .8.
I’ll do that this weekend.
— Ron
26/01/2007 at 5:53 AM #8686AnonymousInactiveI can confirm that putting a symlink of libFLAC.so.7 -> libFLAC.so.8 works. Thanks for all help!
29/01/2007 at 5:16 PM #8687homercGuestin the ikpg library the current libao is 0.8.6-2
29/01/2007 at 9:22 PM #8688dr3am3rParticipantI still can’t get my firefly started, this is the error:
#/opt/etc/init.d/S60mt-daapd
/opt/sbin/mt-daapd: error while loading shared libraries: libFLAC.so.7: cannot open shared obje ct file: No such file or directoryI tried this:
# ln -s libFLAC.so.7 libFLAC.so.8
ln: libFLAC.so.8: File existsbut still ain’t working ๐
anybody an idea?
30/01/2007 at 1:01 AM #8689rpeddeParticipant@dr3am3r wrote:
I still can’t get my firefly started, this is the error:
#/opt/etc/init.d/S60mt-daapd
/opt/sbin/mt-daapd: error while loading shared libraries: libFLAC.so.7: cannot open shared obje ct file: No such file or directoryI tried this:
# ln -s libFLAC.so.7 libFLAC.so.8
ln: libFLAC.so.8: File existsbut still ain’t working ๐
anybody an idea?
ln -s /opt/lib/libFLAC.so.8 /opt/lib/libFLAC.so.7
— Ron
01/02/2007 at 8:23 AM #8690dr3am3rParticipantthanx alot rpedde!
problem solved ๐
-
AuthorPosts
- The forum ‘Setup Issues’ is closed to new topics and replies.