[squid-users] squid-3.5.3 eDirectory build error
Eray Aslan
eraya at a21an.org
Tue Mar 31 09:14:17 UTC 2015
>From squid-3.5.3 Changelog:
- Bug 4204: ./configure does not abort when required helpers cannot be
built
And while trying to build eDirectory::
[...]
configure: error: Digest auth helper eDirectory ... found but cannot be
built
The following patch seems to work for me:
--- a/helpers/digest_auth/eDirectory/required.m4
+++ b/helpers/digest_auth/eDirectory/required.m4
@@ -5,4 +5,4 @@
## Please see the COPYING and CONTRIBUTORS files for details.
##
-AC_CHECK_HEADERS([ldap.h winldap.h],[BUILD_HELPER="LDAP"])
+AC_CHECK_HEADERS([ldap.h winldap.h],[BUILD_HELPER="eDirectory"])
--- a/helpers/digest_auth/eDirectory/Makefile.am
+++ b/helpers/digest_auth/eDirectory/Makefile.am
@@ -23,6 +23,7 @@ digest_edirectory_auth_LDADD = \
$(COMPAT_LIB) \
$(LDAPLIB) \
$(LBERLIB) \
+ $(NETTLELIB) \
$(CRYPTLIB) \
$(SSLLIB) \
$(XTRA_LIBS)
--
Eray
More information about the squid-users
mailing list