Gaim Internet Messenger2.0.0beta4安装方法
Nov 06, 2006先去包子铺下载gaim-2.0.0beta4解压缩后 进入此文件夹
./configure
提示C compiler cannot create executables
于是
sudo apt-get install gcc libc6-dev
又提示You must have the GLib 2.0 development headers installed to build Gaim.
于是
sudo apt-get install libglib2.0-dev
仍然提示GTK+ 2.0 is required to build Gaim
于是
sudo apt-get install libgtk2.0-dev
提示You must have libxml2 >= 2.6.0 development headers installed to build Gaim
于是
sudo apt-get install libxml++2.6-dev
然后
./configure
提示configure complete. please type make
make
sudo make install
由于ubuntu自带gaim
所以安装时指定安装位置
./configure –opt/gaim
运行时输入此gaim的路径
若在此文件夹
./gaim
运行后发现 MSN上不了
原因
SSL support is needed for MSN. Please install a supported SSL library. See http://gaim.sf.net/faq-ssl.php for more information
网上一篇文章有详细解决方案
http://www.ambience.sk/gaim-compile-ssl-linux-msn-google-talk
去http://download.chinaunix.net/download/0008000/7487.shtml下载了nspr4.6.1.tar.gz
http://download.chinaunix.net/download/0008000/7488.shtml下载了nss3.11.1.rat.gz
这个网站相当不错 赞下 http://download.chinaunix.net