Harry RĂ¼ter
2002-Jun-21 07:30 UTC
[Samba] Bug in 2.2.5 ? Configure can't find ldap_start_tls_s ..
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
Gerald Carter
2002-Jun-22 07:34 UTC
[Samba] Bug in 2.2.5 ? Configure can't find ldap_start_tls_s ..
It's my bug. I was checking for the Solaris 8 LDAP libs as opposed to OpenLDAP. I'll put together a patch next week. Sorry. cheers, jerry On Fri, 21 Jun 2002, Harry R?ter wrote:> 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 > >-- --------------------------------------------------------------------- Hewlett-Packard http://www.hp.com SAMBA Team http://www.samba.org -- http://www.plainjoe.org "Sam's Teach Yourself Samba in 24 Hours" 2ed. ISBN 0-672-32269-2 --"I never saved anything for the swim back." Ethan Hawk in Gattaca--