发新话题
打印

即时通讯类软件安装教程

Could not run GLIB test program, checking why...
*** The test program failed to compile or link. See the file config.log for the
*** exact error that occured. This usually means GLIB is incorrectly installed.
configure: error:
*** GLib 2.0 is required to build Gaim; please make sure you have the GLib
*** development headers installed. The latest version of GLib is
*** always available at http://www.gtk.org/.
我在装的时候在./confure下出现这个,什么意思阿?
我还不能 用qq上网呢.就是这里不通过.      

TOP

anlu5667的问题是因为对方使用了自定义表情。      

TOP

请问支持http代理吗

请问这个版本的qq支持http代理吗      

TOP

太扳扎了, 在Linux下也可以用QQ了!
感谢版主感谢各位喜欢Linux的朋友。      

TOP

一名话惊醒我梦中人啊!!1!!!!!

靠 我搞了那么久没有可以 上QQ原来是因为 防火墙设的太高了 就为这个我一个星期没有QQ 汗啊 狂谢谢      
如今还过着一般性的生活

TOP

protocol not supported  是什么故障      

TOP

MSN不能用

提示说缺少SSL      

TOP

提示: 作者被禁止或删除 内容自动屏蔽

TOP

转载 gaim0.76+libqq0.25+ssl(MSN)简明安装

gaim0.76+libqq0.25+ssl(MSN)简明安装


http://www.chinaunix.net 作者:chengxin119  发表于:2004-03-27 16:20:27




现在的gaim的很多出现MSN不能登录的现象:协议不支持,需要SSL.并且qq插件的安装也交复杂,我经过了一天时间,查了很多的资料,到最后搞定时,才发现是这样的简单!
download:
http://www.linuxeden.com/download/softdetail.php?softid=1045
ftp://ftp.mozilla.org/pub/mozill ... OBJ/nspr-4.3.tar.gz
ftp://ftp.mozilla.org/pub/mozill ... .OBJ/nss-3.8.tar.gz

tar zxvf nspr-4.3.tar.gz
mkdir /usr/include/nspr
cp -r nspr-4.3/include/* /usr/include/nspr
cp nspr-4.3/lib/* /usr/lib

tar zxvf nss-3.8.tar.gz
mkdir /usr/include/nss
cp -r nss-3.8/include/* /usr/include/nss
cp nss-3.8/lib/* /usr/lib

编译gaim:
tar jxf gaim-0.76cvs-qq-0.2-final-src.tbz
cd gaim-0.76cvs-qq-0.2-final  
./configure --prefix=/usr/local --with-nspr-includes=/usr/include/nspr --with-nspr-libs=/usr/lib --with-nss-includes=/usr/include/nss --with-nss-libs=/usr/lib
make
make install

安装完毕
启动gaim 0.76 /usr/local/bin/gaim      
每一次擦肩都交错着不同的故事; 每一秒的决定都是全新的开始。

TOP

设置防火墙的级别

假如不能设置,那就按照我的方法
系统设置-安全级别
就可以了

我的qq安装成功了不能用,原来是防火墙的级别是高级,改为中就可以了      

TOP

发新话题