我正在尝试从http://ftp.midnight-commander.org/mc-4.8.14.tar.bz2./configure
下载午夜指挥官
,我得到以下信息:
checking for GLIB... no
configure: error: glib-2.0 not found or version too old (must be >= 2.14)
Run Code Online (Sandbox Code Playgroud)
所以我得到了一个glib版本ftp://rpmfind.net/linux/sourceforge/r/ra/ramonelinux/Rel_0.99/releases/i686/packages/glib-2.41.2-1.ram0.99.i686.rpm
但是当我安装它时,它与当前版本冲突:
...
file /usr/share/locale/zh_CN/LC_MESSAGES/glib20.mo from install of glib-2.41.2-1.ram0.99.i686
conflicts with file from package glib2-2.40.0-4.el7.x86_64
file /usr/share/locale/zh_HK/LC_MESSAGES/glib20.mo from install of glib-2.41.2-1.ram0.99.i686
conflicts with file from package glib2-2.40.0-4.el7.x86_64
file /usr/share/locale/zh_TW/LC_MESSAGES/glib20.mo from install of glib-2.41.2-1.ram0.99.i686
conflicts with file from package glib2-2.40.0-4.el7.x86_64
Run Code Online (Sandbox Code Playgroud)
事实上,我安装了一个有效的 glib:
sudo yum list installed | grep glib
ModemManager-glib.x86_64 1.1.0-6.git20130913.el7 @anaconda
NetworkManager-glib.x86_64 1:1.0.0-14.git20150121.b4ea599c.el7 @base
dbus-glib.x86_64 0.100-7.el7 @anaconda …
Run Code Online (Sandbox Code Playgroud)