[squid-dev] TR: SQUID-4.12 build ACL_HELPER

Amos Jeffries squid3 at treenet.co.nz
Tue Jul 28 12:53:09 UTC 2020


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


More information about the squid-dev mailing list