gaim中MSN的问题
我登陆实他让我下载什么SSL来者然后我去了那个主页
发现不同的浏览器用的是不一样的
然后我就想下那个文件
发现不能下
国内有这个东西下吗?
然后最好提供个教程:(
谢谢 我也有相同的问题,请各位大虾,帮忙解决一下 提示没有msn插件
是因为缺mozilla的nss/nspr的头文件
所以大家下载下面两个文件
ftp://ftp.mozilla.org/pub/mozilla.org/nspr/releases/v4.3/Linux2.4_x86_glibc_PTH_OPT.OBJ/nspr-4.3.tar.gz
ftp://ftp.mozilla.org/pub/mozilla.org/security/nss/releases/NSS_3_8_RTM/Linux2.4_x86_glibc_PTH_OPT.OBJ/nss-3.8.tar.gz
这是已经编译好了的
tar zxvf nspr-4.3.tar.gz
mkdir /usr/include/nspr
cp -r nspr-4.3/include/* /usr/include/nspr
cp nspr-4.3/lib/* /usr/lib
tar zxvf nss-3.8.tar.gz
mkdir /usr/include/nss
cp -r nss-3.8/include/* /usr/include/nss
cp nss-3.8/lib/* /usr/lib 没那么麻烦,用rpm包的,方便管理。
mozilla-nspr
mozilla-nss
这两个包安上就好了。 怎么还是不行阿,用gaim登录还是提示需要SSL支持,请安装软件支持的SSL库 为了详细起见,我把官方faq的相关内容copy来了,楼主看吧:
http://gaim.sourceforge.net/images/q.pngI just upgraded Gaim and the MSN plugin will not load. Why?
http://gaim.sourceforge.net/images/a.png
You did not compile with SSL support, or the SSL plugin failed to load. As of protocol version 9, the MSN protocol requires the use of SSL, which gaim provides by either GnuTLS or the combination of NSS and NSPR from the Mozilla project. Install one or both of these and recompile Gaim, and see the next question.
http://gaim.sourceforge.net/images/q.pngThe MSN plugin won't load, but I have Mozilla NSS!
http://gaim.sourceforge.net/images/a.pngSome distributions, including Slackware, install Mozilla NSS to a non-standard directory. The fix is simple. Edit /etc/ld.so.conf and add /usr/lib/mozilla-1.4 (or whatever version you're using, but it's usually 1.4) to the file, and run ldconfig as root. Then re-run configure and recompile Gaim. You may also need to specify where the include file are for NSS and NSPR, see ./configure --help for the options.
Mozilla 1.5 has a broken .pc file and does not install the necessary .h files, and so will not be detected.
See these notes on getting SSL to work with gaim.
页:
[1]