CC=gcc
CPPFLAGS='-D__EXTENSIONS__'
CFLAGS='-m64' LDFLAGS="-L/usr/ccs/lib -L/opt/csw/lib -R/usr/local/lib"
LD_LIBRARY_PATH=/usr/local/lib:/usr/ccs/lib:/opt/csw/lib


export CC CPPFLAGS CFLAGS LDFLAGS LD_LIBRARY_PATH

./configure --prefix=/opt/samba --with-ldap=yes --with-ads=yes

It fails saying that ldap support is required.


I usually run the following options on Solaris 9, note that I put openldap in a specific location, not in the /usr slushboxes:
export FLAGS=-I/opt/openldap/include
export CPPFLAGS=-I/opt/openldap/include
export LDFLAGS=-L/opt/openldap/lib
export CFLAGS="-I/opt/openldap/include"


Also, check the output of crle to verify that your ldap libraries are in the linker path.


-- -- Paul Gienger Office: 701-281-1884 Applied Engineering Inc. Systems Architect Fax: 701-281-1322 URL: www.ae-solutions.com mailto: [EMAIL PROTECTED]



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

Reply via email to