[Date Prev][Date Next] [Chronological] [Thread] [Top]

Openldap in Solaris 8.



 
Hi all,
 
I'm trying to install Openldap 2.0.23 in Solaris 8 SPARC box ..
The configure is ok .. the make depend too, but the make command fail ...
Anyone can help me?? I followed this instructions ... http://www.openldap.org/doc/admin/install.html
 
Thanks for your help ..
 
  Entering subdirectory libldap
gmake[2]: Entering directory `/opt/fuentes/LDAP/openldap-2.0.23/libraries/libldap'
/bin/sh /opt/fuentes/LDAP/openldap-2.0.23/libtool   --mode=compile gcc -g -O2 -I../../include        -I../../include      -c cyrus.c
rm -f .libs/cyrus.lo
gcc -g -O2 -I../../include -I../../include -c cyrus.c  -fPIC -DPIC -o .libs/cyrus.lo
cyrus.c: In function `sb_sasl_read':
cyrus.c:244: warning: passing arg 4 of `sasl_decode' from incompatible pointer type
cyrus.c: In function `sb_sasl_write':
cyrus.c:286: warning: passing arg 4 of `sasl_encode' from incompatible pointer type
cyrus.c: In function `ldap_int_sasl_open':
cyrus.c:420: `SASL_SECURITY_LAYER' undeclared (first use in this function)
cyrus.c:420: (Each undeclared identifier is reported only once
cyrus.c:420: for each function it appears in.)
cyrus.c:420: warning: passing arg 3 of `sasl_client_new' from incompatible pointer type
cyrus.c:420: warning: passing arg 5 of `sasl_client_new' from incompatible pointer type
cyrus.c:420: too few arguments to function `sasl_client_new'
cyrus.c:434: `sasl_external_properties_t' undeclared (first use in this function)
cyrus.c:434: parse error before "extprops"
cyrus.c:435: `extprops' undeclared (first use in this function)
cyrus.c: In function `ldap_int_sasl_bind':
cyrus.c:529: warning: passing arg 4 of `sasl_client_start' from incompatible pointer type
cyrus.c:529: warning: passing arg 5 of `sasl_client_start' from incompatible pointer type
cyrus.c:529: warning: passing arg 6 of `sasl_client_start' from incompatible pointer type
cyrus.c:529: too many arguments to function `sasl_client_start'
cyrus.c:601: warning: passing arg 5 of `sasl_client_step' from incompatible pointer type
cyrus.c:634: warning: passing arg 3 of `sasl_getprop' from incompatible pointer type
cyrus.c:639: `SASL_REALM' undeclared (first use in this function)
cyrus.c:639: warning: passing arg 3 of `sasl_getprop' from incompatible pointer type
cyrus.c:645: warning: passing arg 3 of `sasl_getprop' from incompatible pointer type
cyrus.c: In function `ldap_int_sasl_external':
cyrus.c:672: `sasl_external_properties_t' undeclared (first use in this function)
cyrus.c:672: parse error before "extprops"
cyrus.c:680: `extprops' undeclared (first use in this function)
cyrus.c: In function `ldap_int_sasl_get_option':
cyrus.c:855: warning: passing arg 3 of `sasl_getprop' from incompatible pointer type
cyrus.c: In function `ldap_int_sasl_set_option':
cyrus.c:901: `sasl_external_properties_t' undeclared (first use in this function)
cyrus.c:901: parse error before "extprops"
cyrus.c:914: `extprops' undeclared (first use in this function)
gmake[2]: *** [cyrus.lo] Error 1
gmake[2]: Leaving directory `/opt/fuentes/LDAP/openldap-2.0.23/libraries/libldap'
gmake[1]: *** [all-common] Error 1
gmake[1]: Leaving directory `/opt/fuentes/LDAP/openldap-2.0.23/libraries'
make: *** [all-common] Error 1