Re: [Samba] libldap not found

2006-02-14 Thread Franz Strebel
I see that when you configured LDAP, you included --enable-shared=no It should be yes (which I think is the default) Good luck, Franz -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/listinfo/samba

[Samba] libldap not found

2006-02-13 Thread David Shapiro
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...

RE: [Samba] libldap not found

2006-02-13 Thread Dege, Robert C.
Of David Shapiro Sent: Monday, February 13, 2006 1:01 PM To: samba@lists.samba.org Subject: [Samba] 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

Re: [Samba] libldap not found

2006-02-13 Thread Dan
It sounds like it can not find your libldap library in any of the paths you specified. Do you have a locate program such that you could try locate libldap and see if/where it shows up? David Shapiro wrote: Can anybody clue me in on why this build script is failing? checking for ldap.h...

Re: [Samba] libldap not found

2006-02-13 Thread David Shapiro
Why does it need a shared library? Can't it use static? David I see in /usr/local/openldap/lib: drwxr-sr-x 10 root system 512 Feb 7 15:22 .. -rw-r--r-- 1 root system 293847 Feb 8 14:58 liblber-2.3.a lrwxrwxrwx 1 root system 13 Feb 12 23:01

Re: [Samba] libldap not found

2006-02-13 Thread Doug VanLeuven
David Shapiro wrote: Why does it need a shared library? Can't it use static? David I see in /usr/local/openldap/lib: drwxr-sr-x 10 root system 512 Feb 7 15:22 .. -rw-r--r-- 1 root system 293847 Feb 8 14:58 liblber-2.3.a lrwxrwxrwx 1 root system