|
|

楼主 |
发表于 2006-8-24 18:18:28
|
显示全部楼层
checking for gaim... Package glib-2.0 was not found in the pkg-config search path. Perhaps you should add the directory containing `glib-2.0.pc' to the PKG_CONFIG_PATH environment variable Package 'glib-2.0', required by 'Gaim', not found
configure: error: Library requirements (gaim) not met; consider adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a nonstandard prefix so pkg-config can find them.
原来是我的GTK2没有安装,我就yum install gtk2-devel.i386 再装openq就没有上面的提示了
./configure --prefix=/usr/lib/gaim (fc5的插件在里面可以看到,个人认为应该openq应该放在是这里);make ;make install 没有看到错误 ,可是在gaim里看不到QQ,摸索中 |
|