On 28/07/20 1:26 am, Ferdinand Michael wrote: > Hello, > > > > I have a problem with the compilation everything works except the > ACL_helpers. >
I doubt that statement is correct. This line: checking for ldap.h... (cached) no Says that a previous test for LDAP library dev files (eg by Basic auth helper build) indicated LDAP is not available at all. That means your Basic auth helper cannot be built either. > > I don't understand why this does not want to build : > > ./configure --prefix=/usr/local/squid --with-default-user=proxy > --with-openssl --enable-icmp --enable-basic-auth-helpers=LDAP > > > > configure: external acl helper AD_group ... found but cannot be built > > checking for ldap.h... (cached) no > > checking for winldap.h... (cached) no > > configure: external acl helper LDAP_group ... found but cannot be built > > checking for w32api/windows.h... (cached) no > > checking for windows.h... (cached) no > > > > do you know the reason ? > Required ldap.h (for non-Windows) or winldap.h (for Windows) header file not existing on your build machine is the reason LDAP_group not building. You omitted the checks leading up to the declaration that AD_group could not be built. So no idea about that. Amos _______________________________________________ squid-dev mailing list squid-dev@lists.squid-cache.org http://lists.squid-cache.org/listinfo/squid-dev