LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
123
返回列表 发新帖
楼主: 北南南北

Gaim 1.21和 OpenQ 0.3.1的安装方法

[复制链接]
发表于 2005-10-4 22:39:20 | 显示全部楼层
(1).... QQ 已经找到了。你上面有一个地方没有写清楚

[root@S31 OpenQ]# export PKG_CONFIG_PATH=/opt/gaim121/lib/pkgconfig
[root@S31 OpenQ]#./configure;make;make install

应该是这样:

[root@S31 OpenQ]# export PKG_CONFIG_PATH=/opt/gaim121/lib/pkgconfig/
[root@S31 OpenQ]#./configure --prefix=/opt/gaim121/

否则OPENQ中的.SO插件无法安装到GAIM目录当中。这样就会出现在开启GAIM以后,却找不到QQ插件的情况。



(2)......
你上面这个地方" export PKG_CONFIG_PATH=/opt/gaim121/lib/pkgconfig"  差一个“ / ”

否则就会在 装openq 的时候,当执行完

export PKG_CONFIG_PATH=/opt/gaim121/lib/pkgconfig
./congfig; make; make install;

以后提示:

“   checking for pkg-config... /usr/bin/pkg-config
checking for gaim... Package gaim was not found in the pkg-config search path.
Perhaps you should add the directory containing `gaim.pc'
to the PKG_CONFIG_PATH environment variable
No package 'gaim' found

configure: error: Library requirements (gaim) not met; consider adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a nonstandard prefix so pkg-config can find them.
make: *** No targets specified and no makefile found. Stop.
make: *** No rule to make target `install'. Stop.  ”
回复 支持 反对

使用道具 举报

发表于 2005-10-5 09:07:24 | 显示全部楼层

有没有可以在内网使用的呢?

Post by 北南南北
Gaim是跨平台,支持多协议的即时通信工具,其实说白了就是聊天工具。目前最新版本是 1.21。

Gaim支持的协议有:MSN 、Yahoo通、AIM/ICQ、IRC、AIM、Gadu、Groupwise、Jabber、Napster、Zephir;

OpenQ是一个Gaim的插件,可以这么说吧,OpenQ也是一个QQ的客户端,是Linux或者BSD的QQ的解决方案,可能也能在其它平台上使用,但测试过。我想初学Linux的朋友,对LumaQQ不太寞生吧。其实他和LumaQQ达到的最终目标是一样的,就是让非Windows的用户也能用QQ。如果您想要QQ的更多功能,还是用LumaQQ吧;如果您对LumaQQ以及OpenQ功能不太满意,或者说反感,建议还是回到Windows中用Tencent的win版的QQ。

写本文目的:

有些朋友用MSN,可能需要Gaim的安装,其实Gaim的文章有好多,前面也总结过,但有些弟兄还在问,今天下载一个新版本1.21的,安装一下试试,并再解决一下,其实也没有什么好说的,还是那点老内容,只是我象发疯一样一次又一次的说个不停。同时也顺便测试一下OpenQ是不是还能在新版本的Gaim中容得下去。同时也是为了整理即时通讯讨论区的帖子。想弄个索引什么的。哈哈,看到没有弟兄敢参与啊,我还是来参与一下吧。



正文:


一、下载Gaim  1.2.1 和 OpenQ  0.3.1

地址: http://gaim.sf.net

地址:http://openq.linuxsir.cn

二、安装Gaim

1、解压
[root@S31 soft]# tar jxvf gaim-1.2.1.tar.bz2

2.编译和安装
[root@S31 gaim-1.2.1]# cd ..
[root@S31 soft]# cd gaim-1.2.1
[root@S31 gaim-1.2.1]# ./configure --prefix=/opt/gaim121  注:这是把Gaim安装到 /opt/gaim121目录中

通过上面的命令,应该有下面的提示:

gaim 1.2.1

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

UI Library.................... : GTK 2.x
SSL Library/Libraries......... : Mozilla NSS

Build with Plugin support..... : yes
Build with Perl support....... : yes
Build with Tcl support........ : yes
Build with Tk support......... : yes
Build with Audio support...... : yes

如果其中下面这行没有,或者显示的是No,则MSN不能用。

SSL Library/Libraries......... : Mozilla NSS

解决办法:安装Mozilla NSS 或者 GnuTLS
方法在: http://gaim.sourceforge.net/faq-ssl.php#q24

都正常了,接着就make ;make install
[root@S31 gaim-1.2.1]#  make ;make install

安装好后,gaim应该在/opt/gaim121这个目录,如果想通行gaim,应该是在桌面做个链接,或者用命令运行也行。。

[beinan@S31 beinan]$ /opt/gaim121/bin/gaim

3.设置:没有什么好说的:
把gaim运行起来后,在帐号中设置一下就能用了。比如我用MSN,应该如下设置:

添加帐号:
协议:MSN
用户名:你用MSN帐号,就是信箱格式的 ,类似于 XXXXX@msn.com 之类的
密码:您的MSN密码
别名:这就是是昵称了,可以自己设置,什么都行。

三、安装OpenQ

1、下载  OpenQ-0.3.1.tar.bz2

2. 编译和安装
[root@S31 soft]#tar jxvf OpenQ-0.3.1.tar.bz2
[root@S31 soft]# cd OpenQ
[root@S31 OpenQ]# export PKG_CONFIG_PATH=/opt/gaim121/lib/pkgconfig  
[root@S31 OpenQ]#./configure;make;make install
注:要设置gaim.pc所在的目录在哪里,安装其它东西,如果提示说 PKG_CONFIG_PATH 什么的,也要设置路径,原理是一样的。


运行gaim就有QQ的插件了。

点[账户]:
协议:QQ
用户名:1234566 就是您的QQ号了。
密码:您的QQ密码,其它的不用改动。

OK

北南  重写此文

有没有可以在内网使用的即时通信软件呢? :ask
回复 支持 反对

使用道具 举报

发表于 2005-10-18 08:53:26 | 显示全部楼层
楼主:我安装gaim1.5,./configure出现如下提示:
checking for GTK+ - version >= 2.0.0... no
*** Could not run GTK+ test program, checking why...
*** The test program failed to compile or link. See the file config.log for the
*** exact error that occurred. This usually means GTK+ is incorrectly installed.configure: error:
*** GTK+ 2.0 is required to build Gaim; please make sure you have the GTK+
*** development headers installed. The latest version of GTK+ is
*** always available at http://www.gtk.org/.

另外安装openq0.3.2,./configure出错如下:
checking for gaim... Package gaim was not found in the pkg-config search path. Perhaps you should add the directory containing `gaim.pc' to the PKG_CONFIG_PATH environment variable No package 'gaim' found
configure: error: Library requirements (gaim) not met; consider adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a nonstandard prefix so pkg-config can find them.

这个gtk+2.0和openq这么解决阿?我现在用的gaim1.2.1,openq0.3.1
谢谢!
回复 支持 反对

使用道具 举报

发表于 2005-10-18 18:33:57 | 显示全部楼层
我的Gaim呼不出fcitx,没法输入中文,请问如何设置一下能行?
回复 支持 反对

使用道具 举报

发表于 2005-10-20 00:10:20 | 显示全部楼层
我的问题是使用debian, apt-get install gaim,然后找不到/opt/gaim/lib/pgkconfig, 用命令updatedb, locate gaim,找不到gaim.pc,所以configure通不过。实际发现gaim安装到/usr下。
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表