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

Re: (ITS#7918) error building back-ldap



dieter@dkluenter.de wrote:
> Full_Name: Dieter Klünter
> Version: openldap-OPENLDAP_REL_ENG_2_4-b046124
> OS: openSuse-13.1
> URL: ftp://ftp.openldap.org/incoming/
> Submission from: (NULL) (93.220.56.191)
>
>
> cd back-ldap; make -w all
> make[3]: Entering directory
> `/home/dieter/build/openldap-OPENLDAP_REL_ENG_2_4-b046124/servers/slapd/back-ldap'
> rm -f version.c
> ../../../build/mkversion -v "2.4.X" back_ldap > version.c
> /bin/sh ../../../libtool --tag=disable-shared --mode=compile cc -DLDAP_DEVEL -g3
> -m64 -I../../../include        -I../../../include -I.. -I./..     -c init.c

Don't define LDAP_DEVEL unless you know what you're doing. Closing this ITS.

>   cc -DLDAP_DEVEL -g3 -m64 -I../../../include -I../../../include -I.. -I./.. -c
> init.c -o init.o
> /bin/sh ../../../libtool --tag=disable-shared --mode=compile cc -DLDAP_DEVEL -g3
> -m64 -I../../../include        -I../../../include -I.. -I./..     -c config.c
>   cc -DLDAP_DEVEL -g3 -m64 -I../../../include -I../../../include -I.. -I./.. -c
> config.c -o config.o
> /bin/sh ../../../libtool --tag=disable-shared --mode=compile cc -DLDAP_DEVEL -g3
> -m64 -I../../../include        -I../../../include -I.. -I./..     -c search.c
>   cc -DLDAP_DEVEL -g3 -m64 -I../../../include -I../../../include -I.. -I./.. -c
> search.c -o search.o
> /bin/sh %2/../../libtool --tag=disable-shared --mode=compile cc -DLDAP_DEVEL -g3
> -m64 -I../../../include        -I../../../include -I.. -I./..     -c bind.c
>   cc -DLDAP_DEVEL -g3 -m64 -I../../../include -I../../../include -I.. -I./.. -c
> bind.c -o bind.o
> bind.c: In function 'ldapack_k_proxy_authz_bind':
> bind.c:2325:32: error: 'LDAP_BACK_AUTH_DN_AUTHZID' undeclared (first use in this
> function)
>     if ( li->li_idassert_flags & LDAP_BACK_AUTH_DN_AUTHZID ) {
>                                  ^
> bind.c:2325:32: note: each undeclared identifier is reportednlnly once for each
> function it appears in
> bind.c:2328:21: error: 'LDAP_CONTROL_AUTHZID_REQUEST' undeclared (first use in
> this function)
>      ctrl.ldctl_oid = LDAP_CONTROL_AUTHZID_REQUEST;
>                       ^
> bind.c:2371:32: error: 'LDAP_CONTROL_AUTHZID_RESPONSE' undeclared (first use in
> this function)
>        ctrl = ldap_control_find( LDAP_CONTROL_AUTHZID_RESPONSE,
>                                  ^
> bind.c:2389:40: error: 'LDAP_BACK_AUTH_DN_WHOAMI' undeclared (first use in this
> function)
>      } else if ( li->li_idassert_flags & LDAP_BACK_AUTH_DN_WHOAMI ) {
>                                          ^
> bind.c:2407:35: error: 'LDAP_BACK_AUTH_DN_MASK' undeclared (first use in this
> function)
>      if ( ( li->li_idassert_flags & LDAP_BACK_AUTH_DN_MASK ) &&
>                                     ^
> make[3]: *** [bind.lo] Fehler 1
> make[3]: Leaving directory
> `/home/dieter/build/openldap-OPENLDAP_REL_ENG_2_4-b046124/servers/slapd/back-ldap'
> make[2]: *** [.backend] Fehler 1
> make[2]: Leaving directory
> `/home/dieter/build/openldap-OPENLDAP_REL_ENG_2_4-b046124/servers/slapd'
> make[1]: *** [all-common] Fehler 1
> make[1]: Leaving directory
> `/home/dieter/build/openldap-OPENLDAP_REL_ENG_2_4-b046124/servers'
> make: *** [all-common] Fehler 1
>
>
>


-- 
   -- Howard Chu
   CTO, Symas Corp.           http://www.symas.com
   Director, Highland Sun     http://highlandsun.com/hyc/
   Chief Architect, OpenLDAP  http://www.openldap.org/project/