View Single Post
qole's Avatar
Moderator | Posts: 7,109 | Thanked: 8,820 times | Joined on Oct 2007 @ Vancouver, BC, Canada
#361
OK, using allnameswereout's advice, I spliced Ubuntu's version of libpurple0 (libpurple0_2.5.5-1ubuntu1_armel.deb) and pidgin-data (pidgin-data_2.5.5-1ubuntu1_all.deb) into Debian using dpkg -i --force-depends-version, and that fixed the problem with Empathy and telepathy-haze. These are versions from March 10th.

I have no idea what would be involved in backporting these into maemo / RTComm Beta.

EDIT: Ok I force-installed those packages into Maemo. ICQ now works, but MSN fails with "Encryption Failed". Probably one of the depends I forced was an encryption module.

EDIT2: Looks like it could be libnss3-1d that I need. (it was the libpurple ssl libraries)

EDIT3: For my future reference, I need to issue this to return to pre-Ubuntu state:
Code:
apt-get install libpurple0=2.4.3-1collabora1 pidgin-data=2.4.3-1collabora1
__________________
qole.org --- twitter --- Easy Debian wiki page
Please don't send me a private message, post to the appropriate thread.
Thank you all for your donations!

Last edited by qole; 2009-03-13 at 04:51. Reason: Update for Maemo attempt.