Which LDAP libraries are you using? Solaris has some built in ones that have been 
known to cause problems. The Samba dox say that OpenLDAP libraries are preferred, so 
I've installed them to /opt/openldap, and my LD_LIBRARY_PATH has that.

The other thing to check is the config.log file. It's in the same directory as the 
configure script you ran, and may shed some light on the errors.

Not sure if this'll help, but my configure command is run like this:

  LD_LIBRARY_PATH=/opt/openldap/lib:/opt/kerberos/lib         \
  CPPFLAGS="-I/opt/openldap/include -I/opt/kerberos/include" \
  LDFLAGS="-L/opt/openldap/lib -L/opt/kerberos/lib"         \
  ./configure --prefix=/opt/samba                   \
               --with-configdir=/var/samba/conf     \
               --with-lockdir=/var/samba/lock       \
               --with-privatedir=/var/samba/private \
               --with-swatdir=/var/samba/swat       \
               --with-logfilebase=/var/samba/log    \
               --localstatedir=/var/run             \
               --sharedstatedir=/var/run            \
               --with-syslog                        \
               --with-utmp                          \
               --with-acl-support                   \
               --with-krb5=/opt/kerberos            \
               --with-winbind                       \
               --with-ldap                          \
               --with-ads

Does that help?
Erwin Fritz

Talwar, Puneet (NIH/NIAID) wrote:

Well I did do that as well and ran the crle command.  HMMM!!!! What else can
I be missing here?




-----Original Message-----
From: Erwin Fritz [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 04, 2004 4:50 PM
To: Talwar, Puneet (NIH/NIAID)
Cc: [EMAIL PROTECTED]
Subject: Re: [Samba] Samba 3.0.3 installing issue


You need to set your LD_LIBRARY_PATH to include the directory where your
LDAP libraries are.

Try that.

I'm also, as I type this, wrestling with Solaris 9, Samba 3.0.3, and getting
winbindd to properly store SID-uid mappings in AD. When you get to that
point (if you're heading there), let me know if you run into problems.

Erwin Fritz


Talwar, Puneet (NIH/NIAID) wrote:


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
..........................
............................
...............................
..................................
........................................
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 checking for

ldap_initialize...

no
configure: WARNING: libldap is needed for LDAP support checking for Active
Directory and krb5 support... yes
configure: error: Active Directory Support requires LDAP support





-- To unsubscribe from this list go to the following URL and read the instructions: http://lists.samba.org/mailman/listinfo/samba

Reply via email to