Centos – Installing mdbtools on CentOS

centosglib

I'm attepting to install mdbtools on CentOS and whilst running ./configure I get the following:

checking for GLIB - version >= 2.0.0... no
Could not run GLIB test program, checking why...
The test program failed to compile or link. See the file config.log for the
exact error that occured. This usually means GLIB is incorrectly installed.

glib 2.0 is required by MDB Tools.
It can be downloaded at www.gtk.org.

GLIB is definitely installed though so I'm struggling. Any ideas ?

Best Answer

mdbtools is packaged in EPEL, so you can add that repo and install it with yum, which is the preferred way to install software on CentOS (and any other distribution).

What you are lacking though to install from source code is likely the development package of glib containing the C header files.