Toon posts:

Gaim werkt niet door SSL melding

Pagina: 1
Acties:

Verwijderd

Topicstarter
Ik heb gaim geinstalleerd met de tar bal versie 0.73 maar op een of andere manier krijg ik een melding SSL support moet toegevoegd worden tijdens compilen en dat heb ik dus gedaan.
Ik heb gaim geconfigured met:
./configure --prefix=/home/woppie/gaim --enable-gnutls=yes --enable-nss=no
Daarna "make uninstall" dan "make" en dan "make install"

Maar de melding blijft maar komen ondanks deze setting als ik probeer in te loggen :?

Weet iemand hoe ik dit voor elkaar moet krijgen?

Verwijderd

Staat /home/woppie/gaim/bin in je $PATH ?

Ga 'ns naar /home/woppie/gaim/bin en doe dan ./gaim
Werkt het dan?

  • Bergen
  • Registratie: Maart 2001
  • Laatst online: 18-02 13:22

Bergen

Spellingscontroleur

Ik denk dat je hierom zoekt (uit de Gaim-FAQ):

Q.
I just upgraded Gaim and the MSN plugin will not load. Why?

A.
You did not compile with SSL support, or the SSL plugin failed to load. As of protocol version 9, the MSN protocol requires the use of SSL, which gaim provides by either GnuTLS or the combination of NSS and NSPR from the Mozilla project. Install one or both of these and recompile Gaim, and see the next question.

Q.
The MSN plugin won't load, but I have Mozilla NSS!

A.
Some distributions, including Slackware, install Mozilla NSS to a non-standard directory. The fix is simple. Edit /etc/ld.so.conf and add /usr/lib/mozilla-1.4 (or whatever version you're using, but it's usually 1.4) to the file, and run ldconfig as root. Then re-run configure and recompile Gaim. You may also need to specify where the include file are for NSS and NSPR, see ./configure --help for the options.

Mozilla 1.5 has a broken .pc file and does not install the necessary .h files, and so will not be detected.

See these notes on getting ssl to work with gaim.

  • mOrPhie
  • Registratie: September 2000
  • Laatst online: 20-02 15:15

mOrPhie

❤️❤️❤️❤️🤍

GerbenW: Hij probeert juist te compileren met gnutls :)

Woppie: Wat is het rapport aan het einde van ./configure? Zegt ie dan dat gnutls aan staat? Zo niet: Heb je gnutls wel geinstalleerd? :)

Een experimentele community-site: https://technobabblenerdtalk.nl/. DM voor invite code.


Verwijderd

Install anders de RPM die werkt bij mij perfect!!

  • Wilke
  • Registratie: December 2000
  • Laatst online: 22:40
Over welk OS + versie praten we trouwens?

Verwijderd

Topicstarter
Ik heb ook iets gedaan met mozilla nss of zoiets maar volgens mij is er meer aan de hand. Heeft hij deze packets nodig van mozilla want die heb ik gedeinstalled. En ja alles staat in mijn path en ik kan gewoon met ./gaim starten in de betreffende directory

Verwijderd

Topicstarter
Ik ben er al uit :)

Ik had die GNU TLS nog niet geinstalleerd 8)7
Ik had wel twee extra packages nodig gehad: libgpg lipgcrypt
Gaf ie gelukkig aan bij het configuren. Jammer dat je soms niet weet welke packages nodig zijn voor dat je gaat installeren. Maar ik ben blij :*)

Thanks voor de reacties.

  • DAMAGE
  • Registratie: December 2001
  • Laatst online: 13-01 00:52

DAMAGE

a.k.a. Rice_NL

bij mij werkt het ook niet... Ik draai debian 3.0 (woody) en ik heb kernel 2.6.1 draaiende.. ik probeer 0.75 te compilen.

Eerst vond hij helemaal geen Mozilla nss etc, (ook al heb ik het wel geinstalleerd) maar na wat prutsen begint hij langzaam alles te vinden. Nu vind hij alleen mozilla nss libs nog niet. Ik ga proberen of ik ook dit voor elkaar krijg.

Wanneer ik het werkend heb dan zal ik uiteraard posten hoe ik dat gedaan heb. Mochten jullie nog tips voor mij hebben laat het dan aub even weten :) ik ben nu nml al zo'n 5 uur hier mee aan het prutsen, ik wil het gewoon draaiende hebben... 8)7

code:
1
2
3
4
5
6
7
8
9
10
11
checking for Mozilla nss3 includes in /usr/include/nss... ""
checking nss.h usability... yes
checking nss.h presence... yes
checking for nss.h... yes
checking ssl.h usability... no
checking ssl.h presence... no
checking for ssl.h... no
checking smime.h usability... no
checking smime.h presence... no
checking for smime.h... no
checking for Mozilla nss libraries... no

[ Voor 26% gewijzigd door DAMAGE op 01-02-2004 17:17 ]

Lian Li O11 Dynamic EVO | Corsair HX1500i | Intel i9 13900K | ASUS Maximus HERO Z790 | 32GB GSkill Trident Z5 7200 DDR5 | Samsung 980 Pro 2TB | RTX 4080 | Simucube 2 Pro wheel


  • Tomaat
  • Registratie: November 2001
  • Laatst online: 19-02 14:23
probeer het dan eens met gnutls ;)

  • DAMAGE
  • Registratie: December 2001
  • Laatst online: 13-01 00:52

DAMAGE

a.k.a. Rice_NL

heb ik ook geprobeert dan krijg ik tijden make dit:

code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
ssl-gnutls.c: In function `ssl_gnutls_close':
ssl-gnutls.c:108: `gnutls_data' undeclared (first use in this function)
ssl-gnutls.c:108: parse error before `)'
ssl-gnutls.c: In function `ssl_gnutls_read':
ssl-gnutls.c:120: `gnutls_data' undeclared (first use in this function)
ssl-gnutls.c:120: parse error before `)'
ssl-gnutls.c:123: `s' undeclared (first use in this function)
ssl-gnutls.c:123: warning: implicit declaration of function `gnutls_record_recv'
ssl-gnutls.c:129: warning: control reaches end of non-void function
ssl-gnutls.c: In function `ssl_gnutls_write':
ssl-gnutls.c:134: `gnutls_data' undeclared (first use in this function)
ssl-gnutls.c:134: parse error before `)'
ssl-gnutls.c:135: parse error before `s'
ssl-gnutls.c:137: `s' undeclared (first use in this function)
ssl-gnutls.c:137: warning: implicit declaration of function `gnutls_record_send'
ssl-gnutls.c:143: warning: control reaches end of non-void function
make[3]: *** [ssl-gnutls.o] Error 1
make[3]: Leaving directory `/home/rick/gaim-0.70/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/rick/gaim-0.70/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/rick/gaim-0.70'
make: *** [all] Error 2


er staat nog meer van die meuk, maar dat is niet echt nodig te posten denk ik. Ik ben er niet uit waarom dit dan weer is?

[edit]moet ik mischien iets in de dir van gaim gooien ofzo van gnutls?

[ Voor 8% gewijzigd door DAMAGE op 01-02-2004 17:43 ]

Lian Li O11 Dynamic EVO | Corsair HX1500i | Intel i9 13900K | ASUS Maximus HERO Z790 | 32GB GSkill Trident Z5 7200 DDR5 | Samsung 980 Pro 2TB | RTX 4080 | Simucube 2 Pro wheel


  • DAMAGE
  • Registratie: December 2001
  • Laatst online: 13-01 00:52

DAMAGE

a.k.a. Rice_NL

ik heb het werkend!
Erg veel klooien en expirimenteren is het gelukt...

Ik edit mijn post zo met hoe ik het gedaan heb zodat jullie er allemaal wat aan hebben.... nu eerst wat troep cleanen mijn schijf zit onder de gaim zooi nu :)

Lian Li O11 Dynamic EVO | Corsair HX1500i | Intel i9 13900K | ASUS Maximus HERO Z790 | 32GB GSkill Trident Z5 7200 DDR5 | Samsung 980 Pro 2TB | RTX 4080 | Simucube 2 Pro wheel


  • Bergen
  • Registratie: Maart 2001
  • Laatst online: 18-02 13:22

Bergen

Spellingscontroleur

Met welke opties configure je?

  • DAMAGE
  • Registratie: December 2001
  • Laatst online: 13-01 00:52

DAMAGE

a.k.a. Rice_NL

Okay... Wat ik op het laatst maar gedaan is was:

Zelf compilen wil niet, laten we dan maar de CVS proberen. Dit wou ook niet lekker compilen, wat hier wel bij zat, was een mooi scriptje.. Dit scriptje kopieert eerst een aantal bestanden naar de juiste directory zodat GAIM ze kan vinden... Dit was mijn probleem.

Echter werkte dit scriptje nog niet helemaal prima... Dus ik heb het wat ge-edit zodat het bij mij in iedere geval werkt.

Ik draai GAIM 0.75 met Mozilla NSS SSL Support onder Debian 3.0 (woody) en kernel 2.6.1

Het scriptje heb ik even geupload en mogen jullie gebruiken. Zet het in de Gaim-0.75 dir in de root.

Download het scriptje hier!

Laat ook even weten of het bij jou ook werkt en welke distro dat is...

Afbeeldingslocatie: http://www.xs4all.nl/~plugit/desktopje.jpg

[ Voor 10% gewijzigd door DAMAGE op 02-02-2004 11:18 ]

Lian Li O11 Dynamic EVO | Corsair HX1500i | Intel i9 13900K | ASUS Maximus HERO Z790 | 32GB GSkill Trident Z5 7200 DDR5 | Samsung 980 Pro 2TB | RTX 4080 | Simucube 2 Pro wheel

Pagina: 1