Баг пофиксен начиная с версии 1.3.13: Fix a failure of configure to detect ldap_set_rebind_proc() --- apr/apr-util/branches/1.3.x/build/apu-conf.m4 2010/10/01 18:04:03 1003602 +++ apr/apr-util/branches/1.3.x/build/apu-conf.m4 2011/08/08 09:18:41 1154885 @@ -391,9 +391,7 @@ #include <ldap.h> #endif ], [ - int tmp = ldap_set_rebind_proc((LDAP *)0, (LDAP_REBIND_PROC *)0, (void *)0); - /* use tmp to suppress the warning */ - tmp=0; + ldap_set_rebind_proc((LDAP *)0, (LDAP_REBIND_PROC *)0, (void *)0); ], ac_cv_ldap_set_rebind_proc_style=three, ac_cv_ldap_set_rebind_proc_style=two)) if test "$ac_cv_ldap_set_rebind_proc_style" = "three"; then Ну или просто пора обновить версию :)
aprutil1-1.3.12-alt1 -> sisyphus: * Thu Nov 15 2012 Aleksey Avdeev <solo@altlinux> 1.3.12-alt1 - New version (1.3.12) (ALT#27746)