红联Linux门户
Linux帮助

pidgin-2.7.7安装过程问题和解决办法

发布时间:2010-11-25 15:29:35来源:红联作者:wjq518
822 cd pidgin-2.7.7
823 ./configure
出现 Your intltool is too old. You need intltool 0.35.0 or later的问题
824 cd /mnt/cdrom/Server
825 ls -f intltool-0.35.0-2.i386.rpm 8
826 rpm -ivh intltool-0.35.0-2.i386.rpm
827 cd /root/Desktop/pidgin-2.7.7
828 ./configure //
829 ./configure ?
830 ./configure

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.
831 cd /mnt/cdrom/Server
832 ls -f pkg-config*
833 ls -f pkg-config
834 ls -f *pkg-config
835 ls -f *pkg
836 ls -f *pkg*
837 rpm -ivh pkgconfig-0.21-1.fc6.i386.rpm
838 cd /root/Desktop/pidgin-2.7.7
839 ./configure
文章评论

共有 5 条评论

  1. mg271603433 于 2011-01-05 18:32:58发表:

    顶一个。

  2. mg271603433 于 2011-01-05 18:32:57发表:

    顶一个。

  3. ntenance 于 2010-11-25 20:38:32发表:

    good

  4. shenhao0129 于 2010-11-25 18:24:28发表:

    还是联网用YUM安装简单

  5. wjq518 于 2010-11-25 15:30:24发表:

    我承认我后面没有 make 希望正确……