Displaying 20 results from an estimated 2000 matches similar to: "libldap not found"
2006 Mar 24
4
SAMBA install on IRIX 6.5
I am having problems with Samba on IRIX 6.5 authenticating via Active
Directory. Installing the tardist of 3.0.21c did not give me
kerberos/ldap/adc capabilities even though Kerberos and LDAP were
prereq's. With OpenLDAP and Kerberos5 installed, my configure fails. I
am trying this:
./configure --libdir=/usr/lib --includedir=/usr/include
--prefix=/usr/samba --with-ldap --with-ads
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
2006 Feb 25
4
Building 3.0.21x on AIX 5.2
I've followed the instructions in the README at
http://us4.samba.org/samba/ftp/Binary_Packages/AIX/ for building 3.0.21x on AIX
5.2 ('oslevel -r' reports '5200-07').
The last version I was able to build on the system was 3.0.14a.
3.0.21c's configure completes with no errors, but the make immediately bombs
with:
# make
Using FLAGS = -O -D_SAMBA_BUILD_ -I./popt
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
2006 Jan 30
4
Samba on Solaris with LDAP support
I'm trying to build samba with ldap/ads support on a solaris10 sparc
system. After some googling, I followed some 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
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
2007 Jan 18
4
samba 3.0.23d with ldap compile problem
Hi,
I'm trying to compile samba 3.0.23d for use with ldap as backend.
The system is Debian Sarge fresh installed, all updates installed, and
openldap-2.3.27 installed from sources.
I searched a lot but couldn't google out anythink that helped.
I sent this same mail jesterday with configure options for ldap, ld.so.conf
and samba error.log but it was too long. So another time with less
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
2007 May 11
2
Problem compiling Samba 3.0.24 with OpenLDAP 2.3.35
I'm trying to install Samba with LDAP support but there are some errors
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
2007 Jul 23
3
trouble joining AD domain.
Hi all,
I'm running samba-3.0.25b w/Linux 2.6.16.27 (SUSE 10.1), newly compiled.
I've joined the AD domain (which is a subdomain) whose PDC is Win2K3
server and which is running in native mode but allowing NT4 members.
From the HOWTO, I followed the instructions - manually created the
computer account, then did the "net rpc join ...." and successfully
joined the AD
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
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
#
2005 Sep 02
1
Samba compile on AIX with LDAP
All;
I'm getting tangled up in this one.
I have an AIX 5.2 server, with LDAP installed, and running (as a client).
I need to compile ADS into Samba, thus, I need LDAP compiled in.
First efforts, it didn't find ldap.h.
So I linked /usr/ldap/include/ldap.h to /usr/include
Now, it complains that libldap doesn't esist (it's in /usr/lib).
What am I missing here?
Any help will be
2013 Jan 07
3
AIX and ADS support?
So, if I read this right, Samba4 should be able to participate as a domain controller, if I specify the option --with-ads, right?
I'm using the following options:
--with-winbind
--with-swat
--with-ads
--with-ldap
--with-acl-support
--with-dnsupdate
--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
2005 Aug 11
2
Make process stops with errors
Hi,
I'm trying to compile Samba 3.0.14a with Active Directory support on
AIX 5.3 with AIX C 7.0.
The make process stops with the following error:
Using FLAGS = -I/opt/compiled/include -I/opt/compiled/include
-I/opt/freeware/include -D_LINUX_SOURCE_COMPAT -qmaxmem=32000 -I./popt
-Iinclude -I/home/johsod/freyasamba/samba/samba-3.0.14a/source/include
2011 Apr 13
1
Samba 3.5.8 on AIX 5.3 with IBM LDAP libraries
Hello,
We're currently using Samba 3.5.8 with the IBM AIX supplied LDAP libraries
on AIX 5.3 (using gcc). We were not able to compile this originally
without making the following modifications:
1. create a symlink libldap.a to libibmldapn.a in /usr/ldap/lib
2. change ber_init() to ber_init2() in the following 3 c files
passdb/pdb_nds.c line 234
2015 Feb 19
1
AIX and ADS support?
On 19/02/15 05:42, Craig Green wrote:
> Benjamin Huntsman <BHuntsman <at> mail2.cu-portland.edu> writes:
>
>> So, if I read this right, Samba4 should be able to participate as a domain
> controller, if I specify the option
>> --with-ads, right?
>>
>> I'm using the following options:
>>
>> --with-winbind
>> --with-swat
>>
2005 Jun 10
2
samba configure not working
Hello,
I'm having an issue compiling samba with-ads enabled. I've
successfully compiled kerberosV5 and Openldap. I can the following line
when compiling Samba ./configure --with-pam --with-ads
--with-ldap=/usr/local/openldap --with-winbind --with-krb5
The configure fails due to not having ldap support. Any ideas?
Rick Mattier
Systems Analyst II
Windriver Systems
120 Royall St
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
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