gesousa
(usa Ubuntu)
Enviado em 03/12/2007 - 19:14h
Como eu falei antes aqui eu instalei pelo source mesmo...
Pega o Arquivo aqui:
http://www.pidgin.im/download/source/
tar -xvvjf pidgin-2.3.0.tar.bz2
cd pidgin-2.3.0
./configure
Aqui se vc possuir todas as bibliotecas que vai precisar, deve aparecer algo assim:
pidgin 2.3.0
Build GTK+ 2.x UI............. : yes
Build console UI.............. : no
Build for X11................. : yes
Enable Gestures............... : yes
Protocols to build dynamically : bonjour gg irc jabber msnp9 myspace novell oscar qq simple yahoo zephyr
Protocols to link statically.. :
Build with GStreamer support.. : yes
Build with D-Bus support...... : yes
D-Bus services directory...... : /usr/share/dbus-1/services
Build with NetworkManager..... : no
SSL Library/Libraries......... : GnuTLS
Build with Cyrus SASL support. : no
Use kerberos 4 with zephyr.... : no
Use external libzephyr........ : no
Has you....................... : yes
Use XScreenSaver Extension.... : no
Use X Session Management...... : yes
Use startup notification...... : yes
Build with GtkSpell support... : yes
Build with plugin support..... : yes
Build with Mono support....... : no
Build with Perl support....... : no
Build with Tcl support........ : yes
Build with Tk support......... : yes
Print debugging messages...... : no
se aparecer algum erro como missing tlsd...
e que voce não possui alguma lib requerida para copilação, vc deve instalar ela antes e da o comando ./configure de novo, até que saia algo como o que mostrei em cima.
Qualquer duvida poste o erro que está dando para eu te falar qual a lib uqe vc deve instalar.
depois é so dar:
make
sudo make install