Install pidgin di debian (termasuk ubuntu)

October 31st, 2007 by admin

  1. Download source pidgin-2.2.0.tar.bz2 terlebih dahulu
  2. aktivis-linux:/opt# wget http://easynews.dl.sourceforge.net/sourceforge/pidgin/pidgin-2.0.2.tar.bz2
    aktivis-linux:/opt# tar jxvf pidgin-2.2.0.tar.bz2
    aktivis-linux:/opt# cd pidgin-2.2.0

  3. Install dependencies untuk Debian
  4. aktivis-linux:/opt/pidgin-2.2.0# apt-get install libgtk2.0-dev libxml2-dev gettext libnss-dev libnspr-dev

  5. Lakukan Configure dan Installasi
  6. aktivis-linux:/opt/pidgin-2.2.0# ./configure
    Bila terdapat error seperti ini :

    configure: error:

    You must have the GTK+ 2.0 development headers installed to compile Pidgin.
    If you only want to build Finch then specify --disable-gtkui when running configure.
    Maka install dependencies'a :

    aktivis-linux:/opt/pidgin-2.2.0# apt-get install libgtk2.0-dev
    Bila terdapat error seperti ini :

    configure: error:

    You must have libxml2 >= 2.6.0 development headers installed to build.
    Maka install dependencies'a :

    aktivis-linux:/opt/pidgin-2.2.0# apt-get install libxml2-dev
    Bila terdapat error seperti ini :

    configure: error:

    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.
    Maka install dependencies'a :

    aktivis-linux:/opt/pidgin-2.2.0# apt-get install gettext
    Bila terdapat error seperti ini :

    SSL Library/Libraries......... : None (MSN and Google Talk will not work
    without SSL!)
    Maka install dependencies'a :

    aktivis-linux:/opt/pidgin-2.2.0# apt-get install libnss-dev libnspr-dev
    Wah...banyak juga dependencies'a :D tapi biar lebih mak-nyos mending install ini juga :

    aktivis-linux:/opt/pidgin-2.2.0# apt-get install libgtkspell-dev

  7. Lanjutkan dengan perintah berikut :
  8. aktivis-linux:/opt/pidgin-2.2.0# make
    aktivis-linux:/opt/pidgin-2.2.0# make install

Beres dah...klo mo gampang coba download paket *.deb'a di http://www.getdeb.net/search.php?keywords=pidgin

Posted in Uncategorized |

Leave a Comment

Please note: Comment moderation is enabled and may delay your comment. There is no need to resubmit your comment.