|
发表于 2004-3-26 20:29:55
|
显示全部楼层
I just upgraded Gaim and the MSN plugin will not load. Why?
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.
The MSN plugin won't load, but I have Mozilla NSS!
Some 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. |
|