Pidgin的msn一直出現omega.contacts.msn.com憑證錯誤!!!
Tuesday, November 30, 2010 6:31:09 PM
http://sites.google.com/site/zorodesuisuinian/zuo-ye-xi-tong/ubuntu9-10/pidgindemsnyizhichuxianomegacontactsmsncompingzhengcuowujiejuebanfa
http://pidgin.im/download/ubuntu/
1)根據官網的說法,"Pidgin 2.7.6 fixes the MSN certificate issue and enables multiple MSN logins" 所以,先上去更新pidgin 吧~如果直接用ubuntu內建的更新管理員會找不到最新的pidgin,請先安裝這個Pidgin PPA package ,安裝完畢之後(一直按下一步就可以裝好了!),再使用系統內建的系統管理員,這時就可以找到最新版本的pidgin囉!
https://launchpad.net/~pidgin-developers/+archive/ppa/+files/pidgin-ppa_0.0.4_a
This PPA supports Ubuntu Lucid (10.04) and newer.
# sudo apt-get update
# sudo apt-get install pidgin
2)接下來應該就可以正常的使用了,如果還是不行,根據筆者上網google的結果,就要
上 https://omega.contacts.msn.com把這個憑證安裝到家目錄下的
.purple/certificates/x509/tls_peers/omega.contacts.msn.com取代原有的憑證就可以
了!不過這個方法過一陣子還是會一直跳憑證錯誤,很煩。
3) Complile pidgin from source:
$ tar jxvf pidgin-2.7.7.tar.bz2
$ sudo apt-get install build-essential libglib2.0-dev libgtk2.0-dev libxml2-dev libgnutls-dev -y
$ ./configure --disable-screensaver --disable-startup-notification
--disable-gtkspell --disable-gstreamer --disable-vv --disable-idn
--disable-meanwhile --disable-avahi --disable-dbus --disable-perl
$ make
$ sudo make install
http://pidgin.im/download/ubuntu/
1)根據官網的說法,"Pidgin 2.7.6 fixes the MSN certificate issue and enables multiple MSN logins" 所以,先上去更新pidgin 吧~如果直接用ubuntu內建的更新管理員會找不到最新的pidgin,請先安裝這個Pidgin PPA package ,安裝完畢之後(一直按下一步就可以裝好了!),再使用系統內建的系統管理員,這時就可以找到最新版本的pidgin囉!
https://launchpad.net/~pidgin-developers/+archive/ppa/+files/pidgin-ppa_0.0.4_a
This PPA supports Ubuntu Lucid (10.04) and newer.
# sudo apt-get update
# sudo apt-get install pidgin
2)接下來應該就可以正常的使用了,如果還是不行,根據筆者上網google的結果,就要
上 https://omega.contacts.msn.com把這個憑證安裝到家目錄下的
.purple/certificates/x509/tls_peers/omega.contacts.msn.com取代原有的憑證就可以
了!不過這個方法過一陣子還是會一直跳憑證錯誤,很煩。
3) Complile pidgin from source:
$ tar jxvf pidgin-2.7.7.tar.bz2
$ sudo apt-get install build-essential libglib2.0-dev libgtk2.0-dev libxml2-dev libgnutls-dev -y
$ ./configure --disable-screensaver --disable-startup-notification
--disable-gtkspell --disable-gstreamer --disable-vv --disable-idn
--disable-meanwhile --disable-avahi --disable-dbus --disable-perl
$ make
$ sudo make install






