> ld is looking for libldap.[a or so], the main LDAP function library > where all the LDAP client code is found.. and once it fins this it will > also look for liblber.[a or so], the ASN1 encoding (and more) function > library of OpenLDAP.
:-) That's It !!! I just changed "XTRA_LIBS=-L /usr/local/lib/" on Makefile and It found the libs !!! Thanks Matie !!! > The error is seen when the helper does exit before Squid has closed the > connection to the helper (stdin for the helper). How is your helper > reading authentication requests from Squid? As squid_ldap_auth is now working, let m play with that one first ! > If you want to include debug output from your helper in the squid > cache.log then write such debug output to stderr. > > Regards > Henrik Kind Regards, Estevam Viragh Junior
