[Date Prev][Date Next] [Chronological] [Thread] [Top]

(ITS#5955) build failure with gnutls: error: struct ldapoptions has no member named ldo_tls_crlcheck



Full_Name: Steve Langasek
Version: 2.4.14
OS: n/a
URL: 
Submission from: (NULL) (2001:1938:316:0:219:d2ff:fe76:2acb)


Building OpenLDAP 2.4.14 with GnuTLS fails because an OpenSSL-specific option
isn't properly #ifdefed in tls2.c:

/home/devel/openldap/build-area/openldap-2.4.14/libraries/libldap/tls2.c: In
function ?ldap_pvt_tls_get_option?:
/home/devel/openldap/build-area/openldap-2.4.14/libraries/libldap/tls2.c:642:
error: ?struct ldapoptions? has no member named ?ldo_tls_crlcheck?
/home/devel/openldap/build-area/openldap-2.4.14/libraries/libldap/tls2.c: In
function ?ldap_pvt_tls_set_option?:
/home/devel/openldap/build-area/openldap-2.4.14/libraries/libldap/tls2.c:773:
error: ?struct ldapoptions? has no member named ?ldo_tls_crlcheck?
make[3]: *** [tls2.lo] Error 1

(Trivial) patch to follow.