Can not start Firefly on NSLU2…

FireFly Media Server Firefly Media Server Forums Firefly Media Server Setup Issues Can not start Firefly on NSLU2…

Viewing 8 posts - 11 through 18 (of 18 total)
  • Author
    Posts
  • #8683
    fizze
    Participant

    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.

    #8684
    aakar
    Guest

    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?

    #8685
    rpedde
    Participant

    @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

    #8686
    Anonymous
    Inactive

    I can confirm that putting a symlink of libFLAC.so.7 -> libFLAC.so.8 works. Thanks for all help!

    #8687
    homerc
    Guest

    in the ikpg library the current libao is 0.8.6-2

    #8688
    dr3am3r
    Participant

    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 directory

    I tried this:

    # ln -s libFLAC.so.7 libFLAC.so.8
    ln: libFLAC.so.8: File exists

    but still ain’t working ๐Ÿ™

    anybody an idea?

    #8689
    rpedde
    Participant

    @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 directory

    I tried this:

    # ln -s libFLAC.so.7 libFLAC.so.8
    ln: libFLAC.so.8: File exists

    but still ain’t working ๐Ÿ™

    anybody an idea?


    ln -s /opt/lib/libFLAC.so.8 /opt/lib/libFLAC.so.7

    — Ron

    #8690
    dr3am3r
    Participant

    thanx alot rpedde!

    problem solved ๐Ÿ˜€

Viewing 8 posts - 11 through 18 (of 18 total)
  • The forum ‘Setup Issues’ is closed to new topics and replies.