Reply To: GDBM error on Fedora 8

#15218
rpedde
Participant

@zak_neutron wrote:

Hi

On ./configure command I’m getting

configure: error: gdbm.h not found... try --with-gdbm-includes=dir

And yet Fedora 8 reports gdbm installed:

Package gdbm - 1.8.0-27.fc7.i386 is already installed.

I’m afraid I’m going show my ignorance – 😳 but I don’t know what gdbm is – I tried locate gdbm and it returned:

/usr/lib/libgdbm.so.2
/usr/lib/libgdbm.so.2.0.0
/usr/lib/python2.5/lib-dynload/gdbmmodule.so
/usr/share/doc/gdbm-1.8.0
/usr/share/doc/gdbm-1.8.0/COPYING
/usr/share/doc/gdbm-1.8.0/NEWS
/usr/share/doc/gdbm-1.8.0/README
/usr/share/mime/application/x-gdbm.xml

BTW This is mt-daapd-0.2.4.1 version.

Any Thoughts?

🙂

To compile, you’ll need gdmb-devel as well. That’s what it’s looking for, the headers and stuff.

— Ron