FireFly Media Server › Firefly Media Server Forums › Firefly Media Server › Nightlies Feedback › svn 1498 in debian, missing libFLAC.so.8
- This topic has 3 replies, 2 voices, and was last updated 16 years, 3 months ago by
fizze.
-
AuthorPosts
-
01/03/2007 at 4:12 PM #1149
bloose
ParticipantHi! 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
01/03/2007 at 4:35 PM #9402fizze
Participanthm, are yo usure that /usr/local/lib/ is in your LIB path? 😉
01/03/2007 at 4:53 PM #9403bloose
Participant😳 😳
I’m sorry 🙁 I’m still learning how things work in linux and thought it would be already set.
Thanks, its working now 🙂
02/03/2007 at 8:35 AM #9404fizze
ParticipantNo problem, that’s what community support is there for, isn’t it? 😉
-
AuthorPosts
- The forum ‘Nightlies Feedback’ is closed to new topics and replies.