[Samba] Bug in 2.2.5 ? Configure can't find ldap_start_tls_s ..

Harry Rüter harry_rueter at gmx.de
Fri Jun 21 07:30:03 GMT 2002


Hi everybody,

i just tried to install v 2.2.5 but i get the following 
mesage from configure :

-----snipp----
checking for ldap_start_tls_s... no
-----snipp----

grep in /usr/include tells me :

-----snipp----
486dx66:/usr/include # grep --line-number ldap_start_tls_s
ldap*
ldap.h:1075:ldap_start_tls_s LDAP_P((
486dx66:/usr/include #
-----snipp----

Looking into /usr/include/ldap.h from line 1074 says :

-----snipp----
LDAP_F( int )
ldap_start_tls_s LDAP_P((
        LDAP *ld,
        LDAPControl **serverctrls,
        LDAPControl **clientctrls ));
-----snipp----


What shall i do, is it a bug ?
It worked for me in 2.2.4 with the
SAME configure-options
(i use a little script for samba since 2.2.3,
which i show here too :)

-----snipp----
#!/bin/sh

make clean

./configure  \
--enable-cups \
--with-utmp \
--with-readline \
--with-acl-support \
--prefix=/usr/local/samba \
--with-smbwrapper \
--with-smbmount \
--with-pam \
--with-pam_smbpass \
--with-ldapsam \
--with-tdbsam \
--with-ssl \
--with-krb5=/usr/local/kerberos \
--with-vfs \
--with-syslog \
--with-libsmbclient \
--with-winbind 2>&1 | tee configure.out && make
-----snipp----

Anybody any idea ?

greets Harry




More information about the samba mailing list