[蛋疼]configure iptux 问题
发表于 : 2009-02-06 21:12
我知道 iptux 有deb包,可是我还是希望能自己make一下。希望通过自己make学到更多知识。
用下载的 iptux-0.4.4.tar.gz 解压缩,然后进去,用 ./configure 配置,结果出现下列错误
但是我用 sudo apt-get install gconf-2.0
却提示
同时,我又发现,有一个叫“gconf2”的包已经装在系统里面了。
请问,这个问题到底是怎么回事?gconf-2.0 和 gconf2 是同一个东西吗?
如果不是, gconf-2.0 要到哪里去弄呢?谢谢了。
用下载的 iptux-0.4.4.tar.gz 解压缩,然后进去,用 ./configure 配置,结果出现下列错误
代码: 全选
checking for GCONF... configure: error: Package requirements (gconf-2.0 >= 2.0.0) were not met:
No package 'gconf-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 GCONF_CFLAGS
and GCONF_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.
却提示
代码: 全选
E: 无法找到软件包 gconf-2.0
请问,这个问题到底是怎么回事?gconf-2.0 和 gconf2 是同一个东西吗?
如果不是, gconf-2.0 要到哪里去弄呢?谢谢了。