Page 1 of 1

How to compile Gaim new version?

Posted: Thu 20 Jul 2006, 14:21
by phantrongnghia
Hi

I want try Gaim 2 beta 2 ,

I tried in Windows, it is very good, I want to install it to my Hacao .

./configure : normaly
make : normally
make install

Code: Select all

make[3]: *** [ssl-nss.la] Error 1
make[3]: Leaving directory `/mnt/hda9/gaim-2.0.0beta2/plugins/ssl'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/mnt/hda9/gaim-2.0.0beta2/plugins'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/mnt/hda9/gaim-2.0.0beta2'
Below is my config.log file
How to install ?

Thanks

Posted: Thu 20 Jul 2006, 14:43
by MU
maybe you can

./configure --prefix=/usr --without-ssl

Try ./configure --help
for options.
Mark

Posted: Thu 20 Jul 2006, 14:50
by MU
or
./configure --prefix=/usr --disable-ssl


Maybe the tar.gz from Klhr has the libraries you need:
http://www.murga.org/~puppy/viewtopic.p ... m&start=16

Mark

Posted: Thu 20 Jul 2006, 23:42
by phantrongnghia
The link you sent i compiled but it is Gaim 1.5, i want try Gaim 2 beta
I did all you said, nothing changed.

Thanks

Tux