Re: [squid-users] Re: Squid Compile Errors

From: Amos Jeffries <squid3_at_treenet.co.nz>
Date: Wed, 21 Mar 2012 11:34:20 +1300

On 21.03.2012 05:03, Jose-Marcio Martins da Cruz wrote:
> Hello,
>
> I compile squid 3.1.xx under Solaris with the following options.
> Configure/compile works out of the box without installing anything
> other than basic Solaris 10.
>
> I use ldap to authenticate users.
>
> Hope this help.
>
> JM
>
>
> HELPERS="basic,digest,ntlm"
> BASIC_HELPERS="DB,LDAP,PAM,getpwnam,SASL"
> DIGEST_HELPERS="ldap,password"
>
>
> ./configure\
> --prefix=/var/squid \
> --disable-icmp \
> --enable-snmp \
> --enable-delay-pools \
> --enable-useragent-log \
> --enable-referer-log \
> --enable-cache-digests \
> --enable-kill-parent-hack \
> --enable-ssl \
> --with-openssl=/usr/local/ssl \
> --enable-auth=$HELPERS \
> --enable-basic-auth-helpers=$BASIC_HELPERS \
> --enable-digest-auth-helpers=$DIGEST_HELPERS \
> --disable-ident-lookups \
> --enable-async-io \
> --enable-carp \
> --enable-xmalloc-statistics \
> --with-large-files \
> --with-build-environment=POSIX_V6_ILP32_OFFBIG \
> LDFLAGS=-lsasl
>

Irrelevant question: what happens if you omit that "-lsasl" flag?
Squid 3.1+ should be detecting the library automatically. If not that
is another compile error I'm interested in getting fixed.

Amos
Received on Tue Mar 20 2012 - 22:34:23 MDT

This archive was generated by hypermail 2.2.0 : Wed Mar 21 2012 - 12:00:03 MDT