我正在尝试在我的ubuntu9.10上安装mdbtools。 当为mdbtools运行./configure时,脚本会遇到问题并以下面的消息终止:
checking for GLIB - version >= 2.0.0... *** 'pkg-config --modversion glib-2.0' returned 2.22.0, but GLIB (2.22.3) *** was found! If pkg-config was correct, then it is best *** to remove the old version of GLib. You may also be able to fix the error *** by modifying your LD_LIBRARY_PATH enviroment variable, or by editing *** /etc/ld.so.conf. Make sure you have run ldconfig if that is *** required on your system. *** If pkg-config was wrong, set the environment variable PKG_CONFIG_PATH *** to point to the correct configuration files no
如何解决这个问题,并获得mdbtools的./configure正常运行? 我如何知道pkg-config是否正确? 什么步骤来确定LD_LIBRARY_PATH的正确值? 什么步骤来确定PKG_CONFIG_PATH的正确值?
谢谢
我想到了。 我只需要做一个
sudo apt-get install mdbtools
安装mdbtools