gaim-1.5@Ubuntu

如果想要從source,自己安裝gaim,在Ubuntu-5.10是很簡單的步驟。
  1. libgtk2.0-dev: 來安裝gtk2的檔頭
  2. libgnutls10-dev: 需要使用ssl
  3. ./configure --enable-gnutls=yes
使用make install將作出來的binary裝入系統之中。 如果沒有安裝適當的SSL函式庫,就會出現
gaim 2.0.0beta3

Build Protocol Plugins........ : yes
Protocols to link statically.. :
Protocols to build dynamically : irc jabber msn novell oscar simple yahoo zephyr

UI Library.................... : GTK+ 2.x
SSL Library/Libraries......... : None (MSN will not work without SSL!)

Build with Plugin support..... : yes
Build with Mono support....... : no
Build with Perl support....... : no
Build with Tcl support........ : yes
Build with Tk support......... : yes
Build with Audio support...... : no
Build with GtkSpell support... : no
Build with DBUS support....... : no
Build with Cyrus SASL support. : no
Has you....................... : yes


Use kerberos 4 with zephyr.... : no
Use external libzephyr........ : no

Use XScreenSaver Extension.... : no
Use X Session Management...... : yes
Use startup notification.......: no

Print debugging messages...... : no

Gaim will be installed in /usr/local/bin.
Warning: You have an old copy of gaim at /usr/local/bin/gaim.
因為libgnutls的函式庫改變了,所以原有的方式無法使用,故要先安裝libgnutls-dev,然後再make;make install。
samuel@pika047:gaim-2.0.0beta3$ sudo apt-get -y install libgnutls-dev
讀取套件清單中... 完成
了解套件依存關係中... 完成
下列的【新】套件都將被安裝:
  libgcrypt11-dev libopencdk8-dev
建議(Suggested)的套件:
  libgcrypt11-doc libgnutls-doc gnutls-bin
下列的套件都將被【刪除】:
  libgcrypt7-dev
下列的【新】套件都將被安裝:
  libgcrypt11-dev libgnutls-dev libopencdk8-dev
更新 0 個套件,新安裝 3 個套件,刪除 1 個套件,另不更新 29 個套件。
6 個套件沒有完全安裝或刪除完畢。
需要下載 798kB 的檔案。
解壓縮後將消耗 1151kB 的空間。
下載:1 http://apt.ubuntu.org.tw dapper/main libgcrypt11-dev 1.2.2-1 [237kB]
下載:2 http://apt.ubuntu.org.tw dapper/main libopencdk8-dev 0.5.7-2 [117kB]                                    
下載:3 http://apt.ubuntu.org.tw dapper/main libgnutls-dev 1.2.9-2ubuntu1 [444kB]                               
讀取 798kB 用了 15s (50.5kB/s)                                                                                 
(正在讀取資料庫 ... 系統目前總共安裝有 114708 個檔案和目錄。)
正在刪除 libgcrypt7-dev ...
選中了曾被取消選擇的套件 libgcrypt11-dev。
(正在讀取資料庫 ... 系統目前總共安裝有 114689 個檔案和目錄。)
正在解壓縮 libgcrypt11-dev (從 .../libgcrypt11-dev_1.2.2-1_i386.deb) ...
選中了曾被取消選擇的套件 libopencdk8-dev。
正在解壓縮 libopencdk8-dev (從 .../libopencdk8-dev_0.5.7-2_i386.deb) ...
選中了曾被取消選擇的套件 libgnutls-dev。
正在解壓縮 libgnutls-dev (從 .../libgnutls-dev_1.2.9-2ubuntu1_i386.deb) ...

This page is powered by Blogger. Isn't yours?