*Hi to all!
This is the first time I use these libraries (and the first time I try to
create an XMPP client), and so... I'm trying to start with the execution of
some examples from the directory /src/examples.
I took adhoc_example and roster_example, but I had the same behaviour
After I modified these lines:**
*
>
> *JID jid( "myuserid@xxxxxxxxxxxxxxx/gloox" );*
> ***j = new Client( jid, "mypassword" );*
>
> **
>
> *
**I get these error lines:**
*
>
> *log: level: 0, area: 8, This is gloox 0.9.9.3, connecting...*
> *log: level: 0, area: 32, connecting to jabber.linux.it (
> 213.254.12.146:5222)*
> *log: level: 0, area: 16384, <?xml version='1.0' ?><stream:stream to='
> jabber.linux.it' xmlns='jabber:client' xmlns:stream='
> http://etherx.jabber.org/streams' xml:lang='en' version='1.0'>*
> *log: level: 0, area: 8192, <stream:stream xmlns='jabber:client'
> xmlns:stream='http://etherx.jabber.org/streams' id='1483799233' from='
> jabber.linux.it' version='1.0' xml:lang='en'/>*
> *log: level: 0, area: 8192, <stream:features><starttls
> xmlns='urn:ietf:params:xml:ns:xmpp-tls'/><mechanisms
> xmlns='urn:ietf:params:xml:ns:xmpp-sasl'><mechanism>DIGEST-MD5</mechanism><mechanism>PLAIN</mechanism></mechanisms><register
> xmlns='http://jabber.org/features/iq-register'/></stream:features>*
> *log: level: 0, area: 16384, <starttls
> xmlns='urn:ietf:params:xml:ns:xmpp-tls'/>*
> *log: level: 0, area: 8192, <proceed
> xmlns='urn:ietf:params:xml:ns:xmpp-tls'/>*
> *log: level: 0, area: 4, starting TLS handshake...*
> *DBG: more than algorithm in md_read(0)*
> *Segmentation fault*
>
> **
*
What the hell happens?
Here is my system/library configuration:
*
>
> *Pentium Core 2 Duo*
> Red Hat Enterprise Linux 4 (RHEL 4)
> gcc v3.4.4
> libgcrypt v1.2.2
> GnuTLS v1.2.11
> gloox v0.9.9.3
Google-ing around (in the Code section), I found this message in
libgcrypt-1.2.2/cipher/md.c<http://www.google.com/codesearch?hl=it&q=+%22more+than+algorithm+in+md_read%280%29%22+show:rt1W-aWLgLI:APbjX05T5hI:1D3L2iSs11E&sa=N&cd=3&ct=rc&cs_p=ftp://ftp.gnupg.org/gcrypt/libgcrypt/libgcrypt-1.2.2.tar.bz2&cs_f=libgcrypt-1.2.2/cipher/md.c#first>
Can anyone help me?!? :-(
Thanks in advance!
Ivano