pidgin-2.7.3编译安装出错解决 (转载)

转载

pidgin-2.7.3编译安装出错解决

2010-09-02 02:43:52 作者:linuxzgf 来源:宗国锋官方网站 浏览次数:93 网友评论 0

pidgin-2.7.3编译安装出错解决

pidgin-2.7.3编译安装出错解决

原创作品  文章作者:宗国锋    转载请注明原文链接:http://www.zongguofeng.cn/2010/0902/4OMDAwMDAwMDM4OA.html
欢迎大家转载本文到自己的博客,但请勿修改原文内容,谢谢!

最近公司把外网禁用了,连源都用不了了,只有编译安装pidgin,编译中有多处问题
以下是我处理的办法,现公布给有需要的人
[root@linuxzgf pidgin-2.7.3]

checking for msgfmt... (cached) /usr/bin/msgfmt
checking for dcgettext... yes
checking if msgfmt accepts -c... yes
checking for gmsgfmt... (cached) /usr/bin/msgfmt
checking for xgettext... (cached) /usr/bin/xgettext
checking for catalogs to be installed...  af am ar az be@latin bg bn bn_IN bs ca ca@valencia cs da de dz el en_AU en_CA en_GB eo es et eu fa fi fr ga gl gu he hi hu hy id it ja ka km kn ko ku lo lt mk mn mr ms_MY my_MM nb ne nl nn oc or pa pl pt_BR pt ps ro ru si sk sl sq sr sr@latin sv sw ta te th tr uk ur vi xh zh_CN zh_HK zh_TW
checking for GLIB... no
no
configure: error:

You must have GLib 2.12.0 or newer development headers installed to build.

If you have these installed already you may need to install pkg-config so
I can find them.

 

 

[root@linuxzgf pidgin-2.7.3] yum -y install glib*

 

checking for GLIB... yes
checking for X... no
checking for GTK... no
no
configure: error:

You must have GTK+ 2.10.0 or newer development headers installed to compile
Pidgin.  If you want to build only Finch then specify --disable-gtkui when
running configure.

 

[root@linuxzgf pidgin-2.7.3]# yum -y install gtk*

 


checking for XScreenSaverRegister in -lXext... no
checking for XScreenSaverRegister in -lXss... no
configure: error:
XScreenSaver extension development headers not found.
Use --disable-screensaver if you do not need XScreenSaver extension support,
this is required for detecting idle time by mouse and keyboard usage.

 

 [root@linuxzgf pidgin-2.7.3]./configure --disable-screensaver --disable-avahi --disable-dbus

 


checking for STARTUP_NOTIFICATION... no
no
configure: error:
Startup notification development headers not found.
Use --disable-startup-notification if you do not need it.

 

Using $(sysconfdir)/gconf/schemas as install directory for schema files
checking for GSTREAMER... no
no
configure: error:
GStreamer development headers not found.
Use --disable-gstreamer if you do not need GStreamer (sound) support.


[root@linuxzgf pidgin-2.7.3] ./configure --disable-screensaver --disable-avahi --disable-dbus --disable-startup-notification --disable-gstreamer

 

Using config source xml:merged:/etc/gconf/gconf.xml.defaults for schema installation
Using $(sysconfdir)/gconf/schemas as install directory for schema files
checking for FARSIGHT... no
configure: error:
Dependencies for voice/video were not met.
Install the necessary gstreamer and farsight packages first.
Or use --disable-vv if you do not need voice/video support.

 

[root@linuxzgf pidgin-2.7.3] ./configure --disable-screensaver --disable-avahi --disable-dbus --disable-startup-notification --disable-gstreamer --disable-vv

 


Using $(sysconfdir)/gconf/schemas as install directory for schema files
checking for FARSIGHT... no
checking for IDN... no
no
configure: error:
GNU Libidn development headers not found.
Use --disable-idn if you do not need it.


[root@linuxzgf pidgin-2.7.3] ./configure --disable-screensaver --disable-avahi --disable-dbus --disable-startup-notification --disable-gstreamer --disable-vv --disable-idn

 


Using $(sysconfdir)/gconf/schemas as install directory for schema files
checking for FARSIGHT... no
checking for MEANWHILE... no
configure: error:
Meanwhile development headers not found.
Use --disable-meanwhile if you do not need meanwhile (Sametime) support.

[root@linuxzgf pidgin-2.7.3] ./configure --disable-screensaver --disable-avahi --disable-dbus --disable-startup-notification --disable-gstreamer --disable-vv --disable-idn --disable-meanwhile

 

checking for tclConfig.sh... no
configure: error:
Tcl development headers not found.
Use --disable-tcl if you do not need Tcl scripting support.


[root@linuxzgf pidgin-2.7.3] ./configure --disable-screensaver --disable-avahi --disable-dbus --disable-startup-notification --disable-gstreamer --disable-vv --disable-idn --disable-meanwhile --disable-tcl

 

 


Build with plugin support..... : yes
Build with Mono support....... : no
Build with Perl support....... : yes
Build with Tcl support........ : no
Build with Tk support......... : no

Print debugging messages...... : no

Pidgin will be installed in /usr/local/bin.

configure complete, now type 'make'


至此终于出现了make命令。

安装完成。

 

  • 1
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
好的,我可以为您提供编译安装 Wine、Pidgin、gFTP 和 Zhcon 中文虚拟控制台的基本步骤。请注意,这些是相对复杂的过程,需要一定的技术知识。在进行此操作之前,请务必备份您的数据,以防止意外数据丢失。 安装 Wine: 1. 下载 Wine 的源码包。 您可以从 Wine 官方网站或其他可靠的站点下载您需要的 Wine 源码包。 2. 解压并进入源码包目录。 使用 tar 命令解压下载的源码包,并进入解压后的目录。 3. 配置编译选项。 使用 ./configure 命令来配置编译选项。您可以根据需要使用不同的选项来定制您的 Wine 安装。 4. 编译安装。 使用 make 命令开始编译 Wine。这可能需要一些时间,具体取决于您的系统配置和编译选项。完成编译后,使用 make install 命令来安装 Wine。 安装 Pidgin: 1. 下载 Pidgin 的源码包。 您可以从 Pidgin 官方网站或其他可靠的站点下载您需要的 Pidgin 源码包。 2. 解压并进入源码包目录。 使用 tar 命令解压下载的源码包,并进入解压后的目录。 3. 配置编译选项。 使用 ./configure 命令来配置编译选项。您可以根据需要使用不同的选项来定制您的 Pidgin 安装。 4. 编译安装。 使用 make 命令开始编译 Pidgin。这可能需要一些时间,具体取决于您的系统配置和编译选项。完成编译后,使用 make install 命令来安装 Pidgin。 安装 gFTP: 1. 下载 gFTP 的源码包。 您可以从 gFTP 官方网站或其他可靠的站点下载您需要的 gFTP 源码包。 2. 解压并进入源码包目录。 使用 tar 命令解压下载的源码包,并进入解压后的目录。 3. 配置编译选项。 使用 ./configure 命令来配置编译选项。您可以根据需要使用不同的选项来定制您的 gFTP 安装。 4. 编译安装。 使用 make 命令开始编译 gFTP。这可能需要一些时间,具体取决于您的系统配置和编译选项。完成编译后,使用 make install 命令来安装 gFTP。 安装 Zhcon 中文虚拟控制台: 1. 下载 Zhcon 的源码包。 您可以从 Zhcon 官方网站或其他可靠的站点下载您需要的 Zhcon 源码包。 2. 解压并进入源码包目录。 使用 tar 命令解压下载的源码包,并进入解压后的目录。 3. 配置编译选项。 使用 ./configure 命令来配置编译选项。您可以根据需要使用不同的选项来定制您的 Zhcon 安装。 4. 编译安装。 使用 make 命令开始编译 Zhcon。这可能需要一些时间,具体取决于您的系统配置和编译选项。完成编译后,使用 make install 命令来安装 Zhcon。 希望这些步骤可以帮助您成功编译安装 Wine、Pidgin、gFTP 和 Zhcon 中文虚拟控制台。如果您有任何疑问或问题,请随时向我提出。

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值