安装gaim-2.0.0-beta2遇到问题,结果挖出了这座坟墓,呵呵,既然自己找出了解法,就也给别人一点经验吧。
查了gaim主页的faq,发现这一段
[code:1]
Mozilla 1.5 will not provide all the pieces for NSPR & NSS due to breakage in Mozilla that misses out some .h files (or something...). You might be able to install mozilla-{nss,nspr}{,-devel} from 1.4, or install nss from source, in parallel and link against those for Gaim. Or just use GnuTLS.
OpenSSL is not an option for SSL support in Gaim because the OpenSSL license (BSD-style with advertising clause) is not compatible with the Gaim license (GPL).
[/code:1]
就是说安装openssl是没有用的,gaim不支持(gaim的GPL与 OpenSLL的 BSD-style license不兼容 :))
然后就是安装
mozilla-nss
mozilla-nss-dev
mozilla-nspr
mozilla-nspr-dev
以上均要大于1.4版本以上