• Ubuntu configure 的系列问题~~

    2008-04-29

    分类:Ubuntuer Pole

    今天,安装Pidgin2410.tar.gz

    使用到了很多的这个 ./configure 命令,接二连三地打击我,一直configure不过去!
    费了老鼻子力气才找出第一个错误的解决办法,后面的同理,全部解决!!!

    依次error如下(下面为解决命令): 

    error No1: 

    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.

    sudo apt-get install gettext

     

    error No2:

    You must have the GLib 2.0 development headers installed to build.

    sudo apt-get install libglib2.0-dev

     

    error No3:

    You must have the GTK+ 2.0 development headers installed to compile Pidgin.

    sudo apt-get install libgtk2.0-dev

    error No4:

    You must have libxml2 >= 2.6.0 development headers installed to build.

    sudo apt-get install libxml2-dev

     

     

    综上:如果有人来装Pidgin,一个命令就解决所有依赖!!

    sudo apt-get install libgtk2.0-dev libxml2-dev gettext libglib2.0-dev

     终于装完这些依赖之后,

    ./configure  通过!!

    sudo make  通过!!

    最后 

    sudo makeinstall 通过!!

    至此,Pidgin 安装成功  :)

     

     

    我这一天都是在找那第一个了~~~

    sigh ~~

        ubuntu,想说爱你不容易


    历史上的今天: