[gnutls-devel] dtls test failure
    Bruce Dubbs 
    bruce.dubbs at gmail.com
       
    Thu Oct 15 02:38:00 CEST 2015
    
    
  
=============================================
    GnuTLS 3.4.5: tests/dtls/test-suite.log
=============================================
# TOTAL: 1
# PASS:  0
# SKIP:  0
# XFAIL: 0
# FAIL:  1
# XPASS: 0
# ERROR: 0
.. contents:: :depth: 2
FAIL: dtls
==========
./dtls-stress: relocation error: ./dtls-stress: symbol 
gnutls_pkcs11_init, version GNUTLS_3_4 not defined in file 
libgnutls.so.30 with link time reference
-----------------
The reason for this failure is that a previous version of libgnutls was 
installed in /usr/lib:
/usr/lib/libgnutls.so -> libgnutls.so.30.3.0
Removing /usr/lib/libgnutls.so allowed all tests to pass and the install 
recreates /usr/lib/libgnutls.so.
   -- Bruce Dubbs
      linuxfromscratch.org
    
    
More information about the Gnutls-devel
mailing list