Re: [squid-users] squid-7.0.2 can't configure with LDAP-helpers

2025-07-15 Thread Andrey K
Hello, Amos, Thank you for the help. > This build option should work for your older OpenLDAP install: > > ./configure --with-ldap=/usr Unfortunately, the trick with the option --with-ldap=/usr doesn't seem to be working. I tried: ./configure --enable-auth-basic=LDAP,SMB,SMB_LM --enable-auth-ne

Re: [squid-users] squid-7.0.2 can't configure with LDAP-helpers

2025-07-15 Thread Amos Jeffries
On 15/07/25 21:41, Andrey K wrote: Hello, Francesco, The output of the command: pkg-config --libs ldap Package ldap was not found in the pkg-config search path. Perhaps you should add the directory containing `ldap.pc' to the PKG_CONFIG_PATH environment variable Package 'ldap', required by 'virt

Re: [squid-users] squid-7.0.2 can't configure with LDAP-helpers

2025-07-15 Thread Andrey K
Hello, Francesco, I created two files manually: *cat /usr/lib64/pkgconfig/ldap.pc* prefix=/usr exec_prefix=/usr includedir=/usr/include libdir=/usr/lib64 Name: ldap (OpenLDAP) Description: OpenLDAP Lightweight Directory Access Protocol library URL: https://www.openldap.org Version: 2.4.46 Require

Re: [squid-users] squid-7.0.2 can't configure with LDAP-helpers

2025-07-15 Thread Andrey K
Hello, Francesco, I found that ldap.pc has been added to the openldap package since version 2.5. Should I manually add the file from version 2.6 to my host? Kind regards, Ankor. вт, 15 июл. 2025 г. в 12:41, Andrey K : > Hello, Francesco, > > The output of the command: > pkg-config --libs ld

Re: [squid-users] squid-7.0.2 can't configure with LDAP-helpers

2025-07-15 Thread Andrey K
Hello, Francesco, The output of the command: pkg-config --libs ldap Package ldap was not found in the pkg-config search path. Perhaps you should add the directory containing `ldap.pc' to the PKG_CONFIG_PATH environment variable Package 'ldap', required by 'virtual:world', not found However, the l

Re: [squid-users] squid-7.0.2 can't configure with LDAP-helpers

2025-07-14 Thread Andrey K
Hello, Francesco, I have also run a configure script with the same arguments on the Squid 6.13 sources. It finished without errors. The link to the 6.13 logs: https://drive.google.com/file/d/16DY4uCM5cAbsNC8NcaoM8YB6GT8oUW3-/view?usp=sharing The excerpt on the LDAP filter: grep -i ldap /tmp/conf

Re: [squid-users] squid-7.0.2 can't configure with LDAP-helpers

2025-07-14 Thread Andrey K
Hello, Francesco, Thank you for the help. Full logs of the configure command are available at the link: https://drive.google.com/file/d/1wxAmtK2PDTuS41vvM0kuAS-1TtlzZKFl/view?usp=sharing Here is a short excerpt on the LDAP filter: cat /tmp/configure.log | grep -i ldap checking for LIBLDAP... no

Re: [squid-users] squid-7.0.2 can't configure with LDAP-helpers

2025-07-14 Thread Francesco Chemolli
Hi Ankor, it's really hard to help you with this little context. The main reason why both these helpers may fail to build is because the LDAP libraries were not found on the system. Would you mind running on your system: $ ./configure --enable-auth-basic=LDAP,SMB,SMB_LM --enable-auth-negotiate=k

[squid-users] squid-7.0.2 can't configure with LDAP-helpers

2025-07-14 Thread Andrey K
Hello, I tried to build squid-7.0.2, but ./configure failed if I use: --enable-auth-basic=*LDAP*,SMB,SMB_LM --enable-auth-negotiate=kerberos,wrapper --enable-auth-ntlm=SMB_LM --enable-external-acl-helpers=*kerberos_ldap_group*,wbinfo_group configure: Authentication support enabled: yes configure: