debian安装pidgin

来源:互联网 发布:免费室内设计软件 编辑:程序博客网 时间:2024/06/06 16:53
 心血来潮,想装个pidgin体验一下,于是,下载pidgin-2.3.0,解压后,进入目录,执行./configure,提示没有perl   module   XML::parser,于是,网上找到这个包,用perl安装新包的方法,
[marco.chan@Fedora7   XML-Parser-2.34]$   perl   Makefile.PL   (编译过程)npWLinux联盟
[marco.chan@Fedora7   XML-Parser-2.34]$   makenpWLinux联盟
[marco.chan@Fedora7   XML-Parser-2.34]$   make   test   (这一步非必须的)npWLinux联盟
[marco.chan@Fedora7   XML-Parser-2.34]$make   install
完成有,重新开始执行./configure,又有错误提示
The   msgfmt   command   is   required   to   build   libpurple.     If   it   is   installed
on   your   system,   ensure   that   it   is   in   your   path.     If   it   is   not,   install
GNU   gettext   to   continue.

If   you   have   msgfmt   installed,   but   for   some   reason   this   error   message
is   still   displayed,   you   have   encountered   what   appears   to   be   a   bug   in
third-party   configure   macros.     Try   setting   the   MSGFMT   environment
variable   to   the   absolute   path   to   your   msgfmt   binary   and   trying
configure   again,   like   this:

MSGFMT=/path/to/msgfmt   ./configure   ...

网上查了,原来用下面的命令安装一个软件后可以解决,
在终端下输入sudo   apt-get   install   gettext安装
现在应该可以了吧,再次执行./configure
还是不行,又缺少libxml2在下面这个网站上搜索
http://www.debian.org/distrib/packages(这是个文件包很全的网站,呵呵)
下载了一个libxml2-dev_2.6.27.dfsg-1_i386.deb,安装
终于配置成功了,开始make,这是屏幕上开始出现乱七八糟的文字呵呵,现在没心情仔细看是什么。
终于结束,make   install(安装)
make   clean(清理编译产生的中间文件)

输入pidgin,出来了
原创粉丝点击