search for: lber

Displaying 20 results from an estimated 61 matches for "lber".

Did you mean: aber
2003 Oct 08
3
Ldap.h missing in samba-3.0.0
...use smbwrapper... no checking whether to use AFS clear-text auth... no checking whether to use AFS fake-kaserver... no checking whether to use DFS clear-text auth... no checking for LDAP support... yes checking ldap.h usability... no checking ldap.h presence... no checking for ldap.h... no checking lber.h usability... no checking lber.h presence... no checking for lber.h... no configure: error: ldap.h is needed for LDAP support After taking out the --with-ldap and attmepting to re-run configure, I get: checking for LDAP support... auto checking ldap.h usability... no checking ldap.h presence......
2003 Nov 07
1
Samba 3.0.0 & OpenBSD 3.3: ldap.h not found
...ap.h presence... no checking for ldap.h... no I get the same result with ./configure --libdir=/usr/local/lib --includedir=/usr/local/include. I have also tried making symlink from /usr/local/include/ldap.h to /usr/include/ldap.h but this makes no difference. It seems I have the same problem with lber.h which is also located in /usr/local/include: checking lber.h usability... no checking lber.h presence... no checking for lber.h... no configure: WARNING: ldap.h is needed for LDAP support Any ideas how to make this work? Thanks in advance! - Jyri
2004 May 04
2
Samba 3.0.3 installing issue
............................. ............................ ............................... .................................. ........................................ checking for LDAP support... auto checking ldap.h usability... yes checking ldap.h presence... yes checking for ldap.h... yes checking lber.h usability... yes checking lber.h presence... yes checking for lber.h... yes checking for ber_scanf in -llber... yes checking for ldap_init in -lldap... yes checking for ldap_domain2hostlist... no checking for ldap_set_rebind_proc... yes checking whether ldap_set_rebind_proc takes 3 arguments... 3...
2006 Oct 17
2
autoconf check for ldap not linking with -lber
Maybe not a big deal, but generally you (used to?) link against both: configure:31276: checking for ldap_init in -lldap configure:31311: gcc -o conftest -std=gnu99 -I/usr/local/include -Wall -W -Wmiss ing-prototypes -Wmissing-declarations -Wpointer-arith -Wchar-subscripts -Wformat =2 -Wbad-function-cast -I/usr/sfw/include -L/usr/local/lib conftest.c -lldap -lsocket -lnsl -lrt -lsendfile
2006 Feb 13
3
libldap not found
Can anybody clue me in on why this build script is failing? checking for ldap.h... yes checking lber.h usability... yes checking lber.h presence... yes checking for lber.h... yes checking for ber_scanf in -llber... no checking for ldap_init in -lldap... no checking for ldap_set_rebind_proc... no checking whether ldap_set_rebind_proc takes 3 arguments... 3 configure: error: libldap is needed for LD...
2006 Mar 24
4
SAMBA install on IRIX 6.5
...ng this: ./configure --libdir=/usr/lib --includedir=/usr/include --prefix=/usr/samba --with-ldap --with-ads --with-krb5=/usr/local --with-quotas --with-acl-support checking for LDAP support... yes checking ldap.h usability... yes checking ldap.h presence... yes checking for ldap.h... yes checking lber.h usability... yes checking lber.h presence... yes checking for lber.h... yes checking for ber_scanf in -llber... no checking for ldap_init in -lldap... no checking for ldap_set_rebind_proc... no checking whether ldap_set_rebind_proc takes 3 arguments... 3 configure: error: libldap is needed for LD...
2010 Aug 13
2
samba-3.5.4 + OpenLDAP
...AP Version: slapd_2.4.11-1 I tried this before and after the OpenLDAP installation and always have the same error: ./configure --with-ldap --with-ldapsam . . . . . checking for LDAP support... yes checking ldap.h usability... no checking ldap.h presence... no checking for ldap.h... no checking lber.h usability... no checking lber.h presence... no checking for lber.h... no configure: error: ldap.h is needed for LDAP support Someone can help me? Really sorry my English (Isn't my native lenguage) Thank's a lot!! Best regards -- Sebasti?n Moreno Mobile: +598-95-356960 BB PIN -...
2004 Mar 03
2
Samba with Sun's ldap
...I am trying to compile Samba-3.0.2a with ldap,ads and kerberos support. I am trying to use sun's ldap instead of openldap. Here is my config.log excerpt ..... checking for LDAP support... yes checking ldap.h usability... yes checking ldap.h presence... yes checking for ldap.h... yes checking lber.h usability... yes checking lber.h presence... yes checking for lber.h... yes checking for ber_scanf in -llber... no checking for ldap_init in -lldap... yes checking for ldap_domain2hostlist... no checking for ldap_set_rebind_proc... yes checking whether ldap_set_rebind_proc takes 3 arguments... 3...
2004 May 03
2
Minor Bug Report ?
Hi everyone ! I just wanna say that I can't configure Samba 3.0.3 to compile with LDAP Support ( --with-ldap ) Here's the log : checking for LDAP support... yes checking ldap.h usability... no checking ldap.h presence... no checking for ldap.h... no checking lber.h usability... no checking lber.h presence... no checking for lber.h... no configure: error: ldap.h is needed for LDAP support Thanks for reading ! _________________________________________________________________ Dialoguez en direct et gratuitement avec vos amis sur http://g.msn.fr/FR1001/866 M...
2010 Jun 03
0
Error: can't find ldap.h and lber.h
Hi, When i run the command "ruby extconf.rb --with-openldap1" i am getting the error as "can''t find ldap.h and lber.h use the option ''--with-ldap-dir''!". How can i solve this problem please?. Thank you Periyasamy.R -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to thi...
2015 Feb 19
1
AIX and ADS support?
...--with-aio-support >> --prefix=/opt/samba-4.0.0 >> --sysconfdir=/etc/samba-4.0.0 >> --localstatedir=/var/samba-4.0.0 >> >> The configure script pukes at the end: >> >> Checking for header ldap.h > : no >> Checking for header lber.h > : no >> Checking for header ldap_pvt.h > : no >> Checking for ber_tag_t > : not found >> Checking for library lber > : not found >> Checking for ber_scanf >...
2007 May 11
2
Problem compiling Samba 3.0.24 with OpenLDAP 2.3.35
...s during the compilation. I've used the same script a few weaks ago. The only differences are the versions of Samba and OpenLDAP. That's my error message: checking for LDAP support... yes checking ldap.h usability... yes checking ldap.h presence... yes checking for ldap.h... yes checking lber.h usability... yes checking lber.h presence... yes checking for lber.h... yes checking for ber_scanf in -llber... yes checking for ldap_init in -lldap... no checking for ldap_set_rebind_proc... no checking whether ldap_set_rebind_proc takes 3 arguments... 3 checking for ldap_dn2ad_canonical... no c...
2005 Sep 01
1
LDAP compile problem (not the usual)
...onfigure script fails because it can't find ldap.h: <snip> checking whether to use AFS fake-kaserver... no checking whether to use DFS clear-text auth... no checking for LDAP support... auto checking ldap.h usability... no checking ldap.h presence... no checking for ldap.h... no checking lber.h usability... no checking lber.h presence... no checking for lber.h... no configure: WARNING: ldap.h is needed for LDAP support checking for Active Directory and krb5 support... yes configure: error: Active Directory Support requires LDAP support <end> The openLDAP include and lib files are...
2007 Jan 18
4
samba 3.0.23d with ldap compile problem
...unt' \ '--with-quotas' \ '--with-ldap' \ '--with-acl-support' ********************************* Configure aborts with this error: .... checking for LDAP support... yes checking ldap.h usability... yes checking ldap.h presence... yes checking for ldap.h... yes checking lber.h usability... yes checking lber.h presence... yes checking for lber.h... yes checking for ber_scanf in -llber... no checking for ldap_init in -lldap... no checking for ldap_set_rebind_proc... no checking whether ldap_set_rebind_proc takes 3 arguments... 3 checking for ldap_dn2ad_canonical... no co...
2008 Oct 01
2
samba-3.2.4 Solaris 9: configure gets error: Active Directory support requires ldap_initialize
...-pam --with-winbind --with-krb5=/usr/local #####make #####make install #end build samba The samba script, configure, seems to be failing with the following: checking for LDAP support... yes checking ldap.h usability... yes checking ldap.h presence... yes checking for ldap.h... yes checking lber.h usability... yes checking lber.h presence... yes checking for lber.h... yes checking for ber_tag_t... yes checking for ber_scanf in -llber... yes checking for ber_sockbuf_add_io... yes checking for LDAP_OPT_SOCKBUF... yes checking for LBER_OPT_LOG_PRINT_FN... yes checking for ldap_init in -lldap....
2004 May 05
0
Samba Configure problem
...th... no checking for LDAP support... auto checking ldap.h usability... yes checking ldap.h presence... no configure: WARNING: ldap.h: accepted by the compiler, rejected by the preprocessor! configure: WARNING: ldap.h: proceeding with the preprocessor's result checking for ldap.h... no checking lber.h usability... yes checking lber.h presence... no configure: WARNING: lber.h: accepted by the compiler, rejected by the preprocessor! configure: WARNING: lber.h: proceeding with the preprocessor's result checking for lber.h... no configure: WARNING: ldap.h is needed for LDAP support checking fo...
2005 Mar 16
1
Samba configure script not finding ldap libs
...uotas \ --with-utmp \ --with-ldap=/usr \ --with-ads \ --with-smbmount \ --with-automount \ --with-winbind I get the following message from configure: checking for LDAP support... auto checking ldap.h usability... yes checking ldap.h presence... yes checking for ldap.h... yes checking lber.h usability... yes checking lber.h presence... yes checking for lber.h... yes checking for ber_scanf in -llber... yes checking for ldap_init in -lldap... no checking for ldap_domain2hostlist... no checking for ldap_set_rebind_proc... no checking whether ldap_set_rebind_proc takes 3 arguments...
2004 Nov 16
1
solaris samba ldap
I'm trying to build 3.0.8 on solaris 9. I tried linking against both sun and openldap libraries, both unsucessufully. I get ------------------------------ checking for LDAP support... auto checking ldap.h usability... yes checking ldap.h presence... yes checking for ldap.h... yes checking lber.h usability... yes checking lber.h presence... yes checking for lber.h... yes checking for ber_scanf in -llber... yes checking for ldap_init in -lldap... no checking for ldap_domain2hostlist... no checking for ldap_set_rebind_proc... no checking whether ldap_set_rebind_proc takes 3 arguments... 3 c...
2006 Jan 30
4
Samba on Solaris with LDAP support
...ome the advise of others, and built krb5, openssl, and openldap and installed into /usr/local. When running configure, I get errors about ldap not being found: ... checking for LDAP support... yes checking ldap.h usability... yes checking ldap.h presence... yes checking for ldap.h... yes checking lber.h usability... yes checking lber.h presence... yes checking for lber.h... yes checking for ber_scanf in -llber... yes checking for ldap_init in -lldap... no checking for ldap_set_rebind_proc... no checking whether ldap_set_rebind_proc takes 3 arguments... 3 configure: error: libldap is needed for L...
2012 Aug 30
1
Samba complie problem
...-ads I have complid, kerberos and openldap in /opt/local/samba and I am using gcc with gnu binutils. Its a solaris 10 sparc. Configure gives me following error: - checking for LDAP support... yes checking ldap.h usability... yes checking ldap.h presence... yes checking for ldap.h... yes checking lber.h usability... yes checking lber.h presence... yes checking for lber.h... yes checking for ber_tag_t... yes checking for ber_scanf in -llber... yes checking for ber_sockbuf_add_io... yes checking for LDAP_OPT_SOCKBUF... yes checking for LBER_OPT_LOG_PRINT_FN... yes checking for ldap_init in -lldap....