I am having problems with samba 3.0.1 on a Solaris 2.6 box. This box has no previous samba versions installed.
When I try to configure samba I get an error.
# cd samba-3.0.1/source
# ./configure –with-ads 2>&1 |tree config.new.log
fails with the following error:-
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
I have copied ldap.h from a solaris 9 box into /usr/include and samba-3.0.1/source/include and tried again but still get this error.
When I now run “make” I get
# make: Fatal error: No arguments to build
Has anyone seen this before or advise what the problem maybe.
When I try to configure samba I get an error.
# cd samba-3.0.1/source
# ./configure –with-ads 2>&1 |tree config.new.log
fails with the following error:-
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
I have copied ldap.h from a solaris 9 box into /usr/include and samba-3.0.1/source/include and tried again but still get this error.
When I now run “make” I get
# make: Fatal error: No arguments to build
Has anyone seen this before or advise what the problem maybe.