Displaying 20 results from an estimated 900 matches similar to: "configure: error: Active Directory support requires ldap_initialize"
2012 Aug 30
1
Samba complie problem
hi all
Samba build problem when compiling with --with-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
2008 Oct 01
2
samba-3.2.4 Solaris 9: configure gets error: Active Directory support requires ldap_initialize
Unable to compile samba-3.2.4 on Solaris 9 for sparc.
#building openldap
CC=gcc
#echo $CC
#exit
CPPFLAGS="-I/usr/local/include -I/usr/local/ssl/include
-I/usr/local/BerkeleyDB.4.2/include -I/usr/local/include/sasl"
LDFLAGS="-L/usr/local/lib -L/usr/local/ssl/lib
-L/usr/local/BerkeleyDB.4.2/lib"
export CC CPPFLAGS LDFLAGS
#
CFLAGS='-D_AVL_H'
export CFLAGS
#
2008 Sep 25
0
Problem building 3.2.4 on Solaris 10
Hi,
I'm trying to build Samba 3.2.4 on Solaris 10 using the Sun Studio 12
compiler, but configure keeps dying at:
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_tag_t... yes
checking for ber_scanf in
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
2006 Feb 15
1
configure can't find ldap_initialize on HP-UX 11i
I'm basically using the instructions found in the HP-UX readme with the
exception that I am trying to use the version of openldap that is in
iexpress instead of the one from hpux.cs.utah.edu.
The recommendations listed in the doc are:
HP-UX 11.00 and 11.11:
OpenLdap 2.1.3 (http://hpux.cs.utah.edu)
OpenSSL 0.9.7d (http://hpux.cs.utah.edu)
HP-UX 11.23 only:
ixOpenLdap
2008 Sep 16
1
Solaris 8 & samba 3.2.3: present but cannot be compiled
When we run configure using:
./configure --prefix=/nau/samba --without-LD --with-ldap --with-static-
libs=libtalloc,libtdb --with-krb5=/nau/local --with-ads
We get the following:
configure: WARNING: ldap.h: present but cannot be compiled
configure: WARNING: ldap.h: check for missing prerequisite headers?
configure: WARNING: ldap.h: see the Autoconf documentation
configure: WARNING: ldap.h:
2009 Oct 09
2
Samba 3.4.2 on Solaris 9 build problem
Hi,
I'm trying to build samba 3.4.2 on Solaris 10 using SunStudio 12 but
I've hit a snag.
The configure line used was:
CFLAGS="-xcode=pic32 -KPIC -m64
-I/ec/sw/samba/openldap/current/include
-Iec/sw/samba/krb/current/include" \
CPPFLAGS="-xcode=pic32 -KPIC -m64
-I/ec/sw/samba/openldap/current/include
-I/ec/sw/samba/krb/current/include" \
2006 Dec 08
1
A mass O trouble with solaris 10 and Samba+ADS
I have been having a great deal of trouble compiling Samba on Solaris 10
with ADS support.
Kerberos compiles fine.
Samba does not configure with the standard Solaris LDAP libraries and
fails in the following way.:
checking for ldap_initialize... no
configure: error: Active Directory support requires ldap_initialize
And is caused by:
configure:35160: checking for ldap_initialize
2004 Mar 03
2
Samba with Sun's ldap
Hi,
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
2004 May 04
2
Samba 3.0.3 installing issue
I am trying to install Samba 3.0.3 on Solaris 9 and when I execute the
configure command I get the following error msg. I did install the latest
version of openldap and set the env variable for the ldap lib.
If anyone has encountered similar problem please let me know.
#./configure --with-ads --with-krb5=/usr --with-pam --with-pam_smbpasss
--with-syslog --with-libsmbclient --with-winbind
2006 Nov 10
0
libsmb/cliconnect.o build/build/krb5/lib/libcom_err.so.3
Running into a error while compiling Samba 3.0.23c for AD using krb5 1.5.1.
Doesn't matter if I use Sun's cc or gcc.
Linking bin/smbd
Undefined first referenced
symbol in file
error_message libsmb/cliconnect.o (symbol belongs to
implicit dependency /export/admin/build/build/krb5/lib/libcom_err.so.3)
ld: fatal:
2008 Jul 08
0
Report this to samba-technical@samba.org, ldap_initialize error
Could this be why I am getting a problem with the initial configure?
checking for Active Directory and krb5 support... yes
checking for ldap_initialize... (cached) no
configure: error: Active Directory support requires ldap_initialize
-------------- next part --------------
SAMBA VERSION: 3.2.0
LIBREPLACE_LOCATION_CHECKS: START
checking build system type... sparc-sun-solaris2.9
checking
2009 Apr 14
1
set up for Active Directory
Running Sun OS 5.10 sparc.
OK, I am trying to establish an Active Directory connection from my Sun
Solaris box and am trying to utilize Samba to accomplish this task. I've
installed OpenLDAP & Samba, but when I run a few checks, it appears that
Samba is not seeing KRB or ADS, but is seeing LDAP & WINBIND.
(This is Samba 3.3.3)
# cd /usr/local/samba/sbin
# smbd -b|grep LDAP
2005 Mar 16
1
Samba configure script not finding ldap libs
Hey All,
I'm trying to compile Samba 3.0.12rc1 on a Redhat Linux Fedora Core 3
machine. I have the following LDAP RPMS installed:
rpm -qa | grep ldap gives:
openldap-2.2.13-2
python-ldap-2.0.1-2
openldap-clients-2.2.13-2
openldap-devel-2.2.13-2
openldap-servers-2.2.13-2
nss_ldap-220-3
I run configure in the following fashion:
CFLAGS="-O2 -march=prescott
2004 Nov 17
0
fix for libldap configure error when using openldap on FreeBSD
i have seen several reports of the following problem:
./configure --with-ldap --with-krb5=/usr/heimdal --with-ads
--config-cache --with-pam
[snip]
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
2004 Jan 28
0
Samba compile with ldap support
Hello,
I am compiling samba_3.0.0 with OpenLdap and Kerberos5
support on a Solaris9 machine. The compiler can't
find the "libldap".
# export LDFLAGS="-L/usr/local/lib -R/usr/local/lib"
# export CPPFLAGS="-I/usr/local/include"
# export CFLAGS="-I/usr/local/include"
# ./configure --with-krb5=/usr/local \
--with-ldap=/usr/local --with-ads
2004 Oct 01
0
samba compilation error message
I try to compile samba 3.0.7 with parameters "--with-ldap" and "--with-ldapsam"
and got a messages:
***************
checking for LDAP support... yes
checking ldap.h usability... no
checking ldap.h presence... yes
configure: WARNING: ldap.h: present but cannot be compiled
configure: WARNING: ldap.h: check for missing prerequisite headers?
configure: WARNING: ldap.h: proceeding
2009 May 08
0
error while building samba with cifs upcall
:/usr/src/samba/samba/source3 # grep -i ldap config.log
$ ./configure --with-cifsupcall --with-ads --with-ldap --with-krb5
configure:59539: checking for LDAP support
configure:59585: checking ldap.h usability
configure:59627: checking ldap.h presence
configure:59696: checking for ldap.h
| #define HAVE_LDAP_H 1
| #define HAVE_LDAP_H 1
| #define HAVE_LDAP_H 1
configure:60066: checking for
2003 Jul 30
0
Samba 3. ldapsam.so not generated on Solaris 9 with Sun One Directory Server
Hi.
I have working fine Samba 2.2.8a acting as PDC using Sun One Directory Server as backend.
Now I want to migrate to Samba 3.
The problem is that I'm not able to generate "ldapsam.so"
Some body has built Samba 3 on Solaris 9 using Sun One Directory Server as backend?
Somo body can help me and need more information about my environment?
I don't know if it's need some
2010 Sep 02
1
ldap_initialize: Bad parameter to an ldap routine
I searched and found this from Volker in 2007 same error message but the fix
didn't fix in my case:
http://lists.samba.org/archive/samba/2007-March/130093.html
my system: ubuntu 10.04 LTS server samba 3.4.7
error:
[2010/09/01 23:57:17, 5] winbindd/idmap.c:169(smb_register_idmap)
Successfully added idmap backend 'ldap'
[2010/09/01 23:57:17, 0]