Reply To: GDBM error on Fedora 8

#15221
Anonymous
Inactive

After some more snooping around, and trying to install the missing libraries, I think I’ve found the issuea. I don’t have a clue how to solve it though. WhenI list the shared libraries of my FireFly installation like this:

ldd -r  /usr/local/sbin/mt-daapd

The following is returned:

-r:
-r: No such file or directory
/usr/local/sbin/mt-daapd:
libpthread.so.0 => /lib/libpthread.so.0 (0x4000d00
libgdbm.so.3 => not found
libid3tag.so.0 => not found
libc.so.0 => /lib/libc.so.0 (0x40028000)
ld-uClibc.so.0 => /lib/ld-uClibc.so.0 (0x40000000)

Which seem to indicate that I’m missing both libgdbm and libid3tag, although I have installed these. (I think)

I thought the FireFly configure command checked these dependecies before it allowed me to perform make and make install

Any ideas?