免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 1028 | 回复: 0
打印 上一主题 下一主题

test旧略览器打不开,特放此处 [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2007-09-19 15:55 |只看该作者 |倒序浏览




1.下载软件包:
a.  gaim-2.0.0beta3.1.tar.gz
http://prdownloads.sourceforge.net/gaim/gaim-2.0.0beta3.1.tar.gz?use_mirror=ufpr
b. dbus-0.93.tar.gz
http://www.freedesktop.org/wiki/Software/dbus#head-a479c9c34e878d07b4d67a73a48f432ad7dc53c8
c. nss-3.9.2.tar.gz
ftp://ftp.mozilla.org/pub/mozilla.org/security/nss/releases/NSS_3_9_2_RTM/src/nss-3.9.2.tar.gz
2. 分别解压缩:
tar -xvzf  gaim-2.0.0beta3.1.tar.gz
tar -xvzf dbus-0.93.tar.gz
tar -xvzf  nss-3.9.2.tar.gz
3. 安装(按顺序安装)
3.1 dbus-0.93
3.2  nss-3.9.2 与gaim-2.0.0beta3.1
#!/bin/bash
#
#
#user is tomsui!
# begin : after the 3 tar.gz downloaded to $HOME
                                                                                                                                               
                                                                                                                                               
cd
mkdir src
mv *.tar.gz src
tar -xvzf  gaim-2.0.0beta3.1.tar.gz
tar -xvzf dbus-0.93.tar.gz
tar -xvzf  nss-3.9.2.tar.gz
cd dbus-0.93
./configure
make
make install
# 安装nss和gaim
cd ../nss-3.9.2/mozilla/security/nss
make nss_build_all
make install
mkdir -p $HOME/lib
mkdir -p $HOME/include/nspr
find ../../dist/*/lib -type l \
                \( -name "*.so" -o -name "*.chk" \) \
                -exec cp -L {} $HOME/lib \;
cp -Lr ../../dist/public/* $HOME/include
cp -Lr ../../dist/*/include/* $HOME/include/nspr
                                                                                                                                               
                                                                                                                                               
cd $HOME/src/gaim-2.0.0beta3.1
./configure --prefix=$HOME \
--with-nss-includes=$HOME/include/nss \
--with-nspr-includes=$HOME/include/nspr \
--with-nss-libs=$HOME/lib \
--with-nspr-libs=$HOME/lib
make
make install
gaim昨天装了半天1.3 ,今天发现不能最小化到systemtray,所以上网搜了一下,发现gaim2.0的beta版可以.,所以改装
http://prdownloads.sourceforge.net/gaim/gaim-2.0.0beta3.1.tar.gz?use_mirror=ufpr
错误1make后:
checking for DBUS... Package dbus-1 was not found in the pkg-config search path.Perhaps you should add the directory containing `dbus-1.pc'to the PKG_CONFIG_PATH environment variableNo package 'dbus-1' foundnochecking location of the D-Bus services directory... configure: error: D-Bus services directory was not found!  Please use --with-dbus-services and specify it's location.
解决方法:
于是下载了dbus-0.93.tar.gz:
http://www.freedesktop.org/wiki/Software/dbus#head-a479c9c34e878d07b4d67a73a48f432ad7dc53c8      
安装后,此时再./configure gaim2.0
可以安装了!make,make install,
错误2 : 运行时出现SSL问题.
msn需要 ssl的支持,请安装本软件支持的ssl库 : 访问:http://gaim.sf.net/faq-ssl.php
于是来到这里: http://gaim.sourceforge.net/faq-ssl.php#q1
上面说:
ftp://ftp.mozilla.org/pub/mozilla.org/security/nss/releases/NSS_3_9_2_RTM/src/nss-3.9.2.tar.gz
并且在下载网址的后面有详细说明继续配置的步骤:
Extract nss-3.9.2.tar.gz
cd ../nss-3.9.2/mozilla/security/nss
make nss_build_all
make install
mkdir -p $HOME/lib
mkdir -p $HOME/include/nspr
find ../../dist/*/lib -type l \
                \( -name "*.so" -o -name "*.chk" \) \
                -exec cp -L {} $HOME/lib \;
cp -Lr ../../dist/public/* $HOME/include
cp -Lr ../../dist/*/include/* $HOME/include/nspr
Extract Gaim
./configure --prefix=$HOME \
--with-nss-includes=$HOME/include/nss \
--with-nspr-includes=$HOME/include/nspr \
--with-nss-libs=$HOME/lib \
--with-nspr-libs=$HOME/lib
make
make install
You should now be able to use Gaim by running $HOME/bin/gaim
注意的是,安装过程无需su,直接用普通账号即可
注意: gaim安装之前,有些要先安装gtkspell,版本很要命,网上说的解决方法,版本不好用, 我装后好用的版本是: gtkspell-2.0.4-fr3.i386.rpm,但 这里不用装
[tomsui@localhost bin]$ gaim
Xlib: connection to ":0.0" refused by server
Xlib: No protocol specified


(gaim:22397): Gdk-CRITICAL **: file gdkdisplay-x11.c: line 323 (gdk_display_get_name): assertion `GDK_IS_DISPLAY (display)' failed

** (gaim:22397): WARNING **: cannot open display: unset


本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u1/48864/showart_385362.html
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP