Pidgin not working

Pidgin stopped to work.
When I launch the app, it says ACCOUNT disabled
SSL support unavailable.
How to deal with that?
 
Not much to go on, especially since pidgin supports a multitude of different types of accounts (google talk, yahoo, facebook, msn, jabber etc.).
 
Wasn't his a problem with an older version of Pidgin? Are you at pidgin-2.6.2?
 
Version 2.6.2
I'm using Yahoo protocol.
On Slackware it doesn't work either.
On Windows Yahoo messenger works.
 
You'll have to upgrade the backend for Pidgin, called Purple. There was a protocol change within the Yahoo stuffs and it's fixed with the latest release of Purple.
 
With the installation of 8-RC2, pidgin-2.6.3 works. Here are the compilation options:
Code:
# This file is auto-generated by 'make config'.
# No user-servicable parts inside!
# Options for pidgin-2.6.3
_OPTIONS_READ=pidgin-2.6.3
WITH_BONJOUR=true
WITH_DBUS=true
WITHOUT_GNUTLS=true
WITH_NSS=true
WITH_SASL=true
WITH_GSTREAMER=true
WITH_VV=true
WITH_IDN=true
WITHOUT_PERL=true
WITHOUT_TCLTK=true
WITHOUT_SAMETIME=true
WITHOUT_SILC=true
WITH_GG=true
WITH_IRC=true
WITH_JABBER=true
WITH_MSN=true
WITH_MYSPACE=true
WITH_NOVELL=true
WITH_OSCAR=true
WITH_QQ=true
WITH_SIMPLE=true
WITH_YAHOO=true
WITH_ZEPHYR=true
WITH_GTKSPELL=true
WITH_CAP=true
I guess WITH_SASL=true was the option that made the application work.
 
you have delete the privious version and in particular completely delete pidgin data and replaced with 2.6.3, then install libpurple and then pidgin,
 
Back
Top