我在Linux下安装epdfview时,通过用 ./configure 报以下错误:
Package gthread-2.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `gthread-2.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'gthread-2.0' found
configure: error: Package requirements (gthread-2.0 >= 2.8.0) were not met:
Perhaps you should add the directory containing `gthread-2.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'gthread-2.0' found
configure: error: Package requirements (gthread-2.0 >= 2.8.0) were not met:
Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.
Alternatively, you may set the environment variables GLIB_CFLAGS
and GLIB_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.
这里主要问题是:
No package 'gthread-2.0' found
configure: error: Package requirements (gthread-2.0 >= 2.8.0) were not met:
我在网上找了很多资源,都没有解决此问题,哪位朋友遇到此类问题,望赐教.
assion 于 2010-03-25 17:58:44发表:
[i=s] 本帖最后由 assion 于 2010-3-25 17:59 编辑 [/i]
你说的是不是 'gthread-2.0' 这个包,哪里有这个包的下载,麻烦给个下载链接
我装的是rh9.0 版,是完全安装,所有的开发工具和内核模块我都安装了,为什么还会提示缺省包的问题,难道这些包不在rh9.0光盘里面,还得一个一个在网上去Down,如此说来,Linux下的软件岂不是太不人性化了
bobo504 于 2010-03-25 08:27:41发表:
提示缺少依赖包,一个一个装完,再./configure