[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
GNU SASL 1.9.2 on Solaris 10
From: |
Bruno Haible |
Subject: |
GNU SASL 1.9.2 on Solaris 10 |
Date: |
Sat, 26 Dec 2020 19:31:37 +0100 |
User-agent: |
KMail/5.1.3 (Linux/4.4.0-197-generic; KDE/5.18.0; x86_64; ; ) |
On Solaris 10/x86_64, building gsasl 1.9.2 fails during the "gmake" step:
CCLD gsasl
Undefined first referenced
symbol in file
gnutls_session_set_verify_cert gsasl.o
gnutls_session_get_verify_cert_status gsasl.o
ld: fatal: symbol referencing errors. No output written to .libs/gsasl
collect2: error: ld returned 1 exit status
gmake[3]: *** [Makefile:1616: gsasl] Error 1
'configure' detected the system-installed libgnutls:
checking for libgnutls... yes
checking how to link with libgnutls... -lgnutls
checking if STARTTLS support via GnuTLS should be built... yes
checking for gnutls_session_channel_binding... yes
GnuTLS support: yes
LDADD: -lgnutls
This version of libgnutls seems to be a bit old: /usr/include/gnutls/gnutls.h
contains the line
#define LIBGNUTLS_VERSION "0.9.5"
Bruno