If you're compiling from source you'll probably see this in your ./configure output :
----Problem : SSL support is not installed, a previous version of Pidgin/Gaim is still installed or some other error has occured.
checking for Mozilla nspr4 libraries... no
checking for Mozilla nss3 includes... no
checking for Mozilla nss libraries... no
---
SSL Library/Libraries......... : None. MSN, Novell Groupwise and Google Talk will not work without GnuTLS or NSS. OpenSSL is NOT usable!
---
What worked for me (on Debian Etch) :
- #>apt-get install libnss3-dev
[This also installed libnspr4-dev and libnss3-dev] - #>./configure --enable-nss
Here is my new ./configure output :
---3. make && make install
checking for NSS... yes
---
SSL Library/Libraries......... : Mozilla NSS
---
4. Success ! When I first loaded Pidgin MSN gave me yet another SSL error message but by simply disabling / re-enabling it everything worked fine ! I am now able to connect to both MSN and Google Talk.
3 comments:
hey, thanks. . . your hours of googling has reduced mine to just a few minutes! :)
keep up the good work!
hmm I have old RedHat at work and have the same problem......
Post a Comment