Re: [squid-users] question on recompiling

From: Amos Jeffries <squid3_at_treenet.co.nz>
Date: Sun, 10 Apr 2011 13:28:06 +1200

On 08/04/11 00:35, Leonardo Rodrigues wrote:
>
> Hi,
>
> i have squid 2.7-stable9 compiled and running just fine on a CentOS 5.5
> x86_64 box.
>
> because of some bugs on krb5-libs shipped with CentOS, i need to
> recompile a single helper (negotiate/squid_kerb_auth) linking with an
> updated krb5 lib which was already compiled and stored on /usr/local.

  -L is the library .so location parameter.
  -I is the local library header files location parameter

In 2.7 this should be as simple as:

   LDFLAGS="-L/usr/local/lib64/" \
   CFLAGS="-I/usr/local/include/" \
   ./configure
   cd helpers/negotiate_auth/squid_kerb_auth/
   make

Amos

-- 
Please be using
   Current Stable Squid 2.7.STABLE9 or 3.1.12
   Beta testers wanted for 3.2.0.6
Received on Sun Apr 10 2011 - 01:28:14 MDT

This archive was generated by hypermail 2.2.0 : Mon Apr 11 2011 - 12:00:02 MDT