[EMAIL PROTECTED] writes: > Yes, > I'm using 1.7.5 version because if I run gnutls-cli --version the output is: > gnutls-cli (GnuTLS) 1.7.5. > But if I run gnutls-cli --port 5556 test.gnutls.org it return the following > error: > > global_init_extra: The GnuTLS library version does not match the GnuTLS-extra > library version. > Resolving 'test.gnutls.org'... > Connecting to '217.13.230.178:5556'... > *** Fatal error: The initialization of GnuTLS-extra has failed. > *** Handshake has failed > GNUTLS ERROR: The initialization of GnuTLS-extra has failed. > > The problem is GnuTLS-extra?
Yes, it seems your installation is broken. Did you type 'make install' in the top-level GnuTLS build directory? Do you have libgnutls.so* and libgnutls-extra.so* in $prefix/lib? What does 'ldd $prefix/bin/gnutls-cli' output? /Simon _______________________________________________ Help-gnutls mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-gnutls
