[squid-users] i hope to use external ACL + ldap at squid 3.5.2, but i don't find ext_ldap_group_acl and basic_ldap_auth from /squid/libexec/

Amos Jeffries squid3 at treenet.co.nz
Sat Mar 14 10:40:33 UTC 2015


On 14/03/2015 8:12 p.m., johnzeng wrote:
> 
> Hi Amos:
> 
>               How i will  build LDAP libraries for squid ?
> 
>               We built openldap-2.4.39 environment .
> 
>                We operated  command " source /etc/ld.so.conf " ,
> include  /accerater/env/ldap/lib  /accerater/env/ldap/include
> 
> /accerater/env/ldap/lib
> 
> liblber-2.4.so.2       liblber.a   liblber.so libldap-2.4.so.2.10.2 
> libldap.la libldap_r-2.4.so.2.10.2  libldap_r.la  libldap.so
> liblber-2.4.so.2.10.2  liblber.la  libldap-2.4.so.2
> libldap.a              libldap_r-2.4.so.2 libldap_r.a             
> libldap_r.so
> 
> /accerater/env/ldap/include
> 
> lber.h  lber_types.h  ldap_cdefs.h  ldap_features.h  ldap.h
> ldap_schema.h  ldap_utf8.h  ldif.h  slapi-plugin.h
> 
> 
> This is new configure in according to your advisement
> 
> 
> ./configure --prefix=/accerater/webcache3

Add these:

 CXXFLAGS="-I/accerater/env/ldap/include"
 LDFLAGS="-L/accerater/env/ldap/lib"


Amos


More information about the squid-users mailing list