This is the short procedure to install pidgin on Feisty.

  • Install the required packages:
apt-get install libglib2.0-dev<br></br>apt-get install libgtk2.0-dev (will install a lot of dependencies)<br></br>apt-get install libxml2-dev<br></br>#at this point pidgin it will compile<br></br>apt-get install libgnutls-dev (for ssl support for msn and google talk)<br></br>apt-get install libgstreamer0.10-dev (for gstreamer support)<br></br>apt-get install libdbus-1-dev libdbus-glib-1-dev<br></br>(for dbus support)<br></br>apt-get install libgtkspell-dev (for gtkspell support)<br></br>
  • Download pidgin
  • Compile pidgin
tar xvfj pidgin-2.0.0.tar.bz2<br></br>cd pidgin-2.0.0/<br></br>./configure<br></br>make<br></br>su<br></br>make install<br></br>

Run pidgin (will use the gaim settings if this was already installed)

./pidgin

Comments:

Len -

Either your did not do a make install as root or your PATH does not contain /usr/local/bin


mirtzi -

I followed the instructions, but I can only run as root from the source directory. Pls help.


Len -

Probably you forgot the make install or you don’t have /usr/local/bin in the path


system administrator -

The command ./pidgin does not work for me, I must run it from the install directory.


Marilen Corciovei -

$ dpkg -S /usr/bin/msgfmt
gettext: /usr/bin/msgfmt


Peter -

$dpkg -S /usr/bin/msgfmt
/usr/bin/msgfmt file not found


Marilen Corciovei -

I mean you should install gettext because /usr/bin/msgfmt belongs to this pachet.


Jaromir -

try

sudo apt-get install gettext


Billy -

this works great. and thanks for posting it. beats the main site, i could not find how to install this on feisty.


Law -

Thanks for this - searched their site going round in circles to stick this onto Feisty, took me all of 3 minutes with your guide!! They should point to your guide!! :)


zwitter -

thanks


sEaL -

I try to do as that but I have a problem :




checking for bind_textdomain_codeset… yes
checking for msgfmt… no
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.

and what should I do?