svn 1498 in debian, missing libFLAC.so.8

FireFly Media Server Firefly Media Server Forums Firefly Media Server Nightlies Feedback svn 1498 in debian, missing libFLAC.so.8

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1149
    bloose
    Participant

    Hi! I’m trying to compile and run r1498 on debian testing with flac support.

    I compiled and installed flac 1.1.4 from source, as debian is still on 1.1.2, and everything went ok. Then I compiled mt-daapd with

    ./configure --enable-sqlite3 --enable-flac

    and it went ok as well.

    Now when I run mt-daapd, it doesn’t find libFLAC.so.8

    mt-daapd: error while loading shared libraries: libFLAC.so.8: cannot open shared object file: No such file or directory

    although the library is there


    $ ls /usr/local/lib/ | grep FLAC
    -rw-r--r-- 1 root staff 914880 2007-03-01 15:54 libFLAC.a
    -rw-r--r-- 1 root staff 359156 2007-03-01 15:54 libFLAC++.a
    -rwxr-xr-x 1 root staff 815 2007-03-01 15:54 libFLAC.la
    -rwxr-xr-x 1 root staff 851 2007-03-01 15:54 libFLAC++.la
    lrwxrwxrwx 1 root staff 16 2007-03-01 15:54 libFLAC.so -> libFLAC.so.8.0.1
    lrwxrwxrwx 1 root staff 18 2007-03-01 15:54 libFLAC++.so -> libFLAC++.so.6.0.1
    lrwxrwxrwx 1 root staff 18 2007-03-01 15:54 libFLAC++.so.6 -> libFLAC++.so.6.0.1
    -rwxr-xr-x 1 root staff 305769 2007-03-01 15:54 libFLAC++.so.6.0.1
    lrwxrwxrwx 1 root staff 16 2007-03-01 15:54 libFLAC.so.8 -> libFLAC.so.8.0.1
    -rwxr-xr-x 1 root staff 720277 2007-03-01 15:54 libFLAC.so.8.0.1

    I’ve seen this problem here, on NSLU2, but it seems that the sollution was to install a newer flac, which I already did.

    I understand that this may not be a firefly problem, but maybe someone has some ideas.

    Thanks

    #9402
    fizze
    Participant

    hm, are yo usure that /usr/local/lib/ is in your LIB path? πŸ˜‰

    #9403
    bloose
    Participant

    😳 😳

    I’m sorry πŸ™ I’m still learning how things work in linux and thought it would be already set.

    Thanks, its working now πŸ™‚

    #9404
    fizze
    Participant

    No problem, that’s what community support is there for, isn’t it? πŸ˜‰

Viewing 4 posts - 1 through 4 (of 4 total)
  • The forum ‘Nightlies Feedback’ is closed to new topics and replies.