Centos
安裝導致錯誤
我已經從 http://www.ipmsg.org/archive/g2ipmsg-0.9.6.tar.gz下載了 g2ipmsg
在安裝此軟體包時,它會導致一些錯誤。
checking for G2IPMSG... configure: error: Package requirements (libgnomeui-2.0 >= 2.14 gtk+-2.0 >= 2.4 glib-2.0 >= 2.8) were not met: No package 'libgnomeui-2.0' found Consider adjusting the PKG_CONFIG_PATH environment variable if you installed software in a non-standard prefix. Alternatively, you may set the environment variables G2IPMSG_CFLAGS and G2IPMSG_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details.
如何解決此錯誤,請告訴我。
確保您已
libgnomeui-2.0
正確安裝錯誤消息中提到的軟體包。根據您的發行版,使用apt-get
或yum
安裝它。您可能還需要安裝gtk+-2.0
和glib-2.0
(安裝第一個軟體包並檢查更新的錯誤消息(如果有))。