我正在尝试在CentOS上安装mdbtools,同时运行./configure我得到以下内容:
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是绝对安装,所以我很挣扎。 有任何想法吗 ?
mdbtools被封装在EPEL中 ,所以你可以添加这个repo并且用yum来安装它,这是在CentOS(和任何其他发行版)上安装软件的首选方式。
你从源代码安装的东西可能是包含C头文件的glib开发包。