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

(ITS#5967) build failure with openssl : error: structure has no member named `ldo_tls_crlcheck'



Full_Name: Adrien Futschik
Version: 2.4.14
OS: RHEL 4
URL: ftp://ftp.openldap.org/incoming/
Submission from: (NULL) (78.225.168.82)


I am trying to build OpenLDAP 2.4.14 with BDB 4.7.25 (+ 3 Oracle patches)
and OpenSSL 0.9.8j.

Here are my build options :
./configure --prefix=/logiciels/openldap/old_2.4.14
--bindir=/logiciels/openldap/old_2.4.14/bin
--sbindir=/logiciels/openldap/old_2.4.14/bin
--libexecdir=/logiciels/openldap/old_2.4.14/bin
--datadir=/appli/projects/default/openldap_2.4.14
--sysconfdir=/logiciels/openldap/old_2.4.14/conf
--localstatedir=/var/projects/default/openldap_2.4.14
--includedir=/logiciels/openldap/old_2.4.14/include --with-tls=openssl
--enable-debug --enable-local --enable-slapd --enable-modules --enable-bdb
--enable-monitor --enable-shared --enable-ppolicy=mod --enable-static
--disable-syslog --disable-ipv6 --disable-cleartext

Here is the error message I am getting :
gcc -O3 -march=i686 -m32 -I../../include -I../../include
-I/logiciels/openldap/old_2.4.14/lib/db-4.7.25/include
-I/logiciels/openldap/old_2.4.14/lib/openssl-0.9.8i/include/openssl
-DLDAP_LIBRARY -c tls2.c-fPIC -DPIC -o .libs/tls2.o
tls2.c: In function `ldap_pvt_tls_get_option':
tls2.c:642: error: structure has no member named `ldo_tls_crlcheck'
tls2.c: In function `ldap_pvt_tls_set_option':
tls2.c:773: error: structure has no member named `ldo_tls_crlcheck'
make[2]: *** [tls2.lo] Erreur 1
make[2]: Leaving directory
`/SOUCHES/AFK/openldap-2.4.11/trunk/BUILD/openldap-2.4.14/libraries/libldap'
make[1]: *** [all-common] Erreur 1
make[1]: Leaving directory
`/SOUCHES/AFK/openldap-2.4.11/trunk/BUILD/openldap-2.4.14/libraries'
make: *** [all-common] Erreur 1

I tried OpenSSL 0.9.8i, but it doesn't change anything. I have also used
--with-ssl=on option, but it didn't change anything.

Thanks for the support.

Adrien