This is a discussion on [Samba] Issues compiling related to LDAP libraries within the Samba forums, part of the Networking and Network Related category; I am trying to compile Samba version 3.0.20 for use on a SunFire 880 server running SunOS 5....
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
I am trying to compile Samba version 3.0.20 for use on a SunFire 880
server running SunOS 5.9 / Solaris 9. The compile fails because the include files in the LDAP library do not have certain macros required by Samba. The specific error is included below. My questions are: Has anyone else had issues compiling for SunOS? and Does anyone know what version of the LDAP libs I should get? Thanks, Alan Dotts Using FLAGS = -O -D_SAMBA_BUILD_ -Iinclude -I/home/awdotts/samba-3.0.20/source/include -I/home/awdotts/samba-3.0.20/source/ubiqx -I. -D_LARGEFILE_SOURCE -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I/home/awdotts/samba-3.0.20/source LIBS = -lsendfile -lsec -lgen -lresolv -lsocket -lnsl -ldl -liconv LDSHFLAGS = -G -lthread LDFLAGS = -lthread PIE_CFLAGS = PIE_LDFLAGS = Compiling passdb/pdb_nds.c passdb/pdb_nds.c: In function `pdb_nds_update_login_attempts': passdb/pdb_nds.c:849: error: `LDAP_OPT_X_TLS_HARD' undeclared (first use in this function) passdb/pdb_nds.c:849: error: (Each undeclared identifier is reported only once passdb/pdb_nds.c:849: error: for each function it appears in.) passdb/pdb_nds.c:850: error: `LDAP_OPT_X_TLS' undeclared (first use in this function) make: *** [passdb/pdb_nds.o] Error 1 -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/listinfo/samba |