On Sun, Mar 30, 2008 at 3:22 PM, Comhte <[EMAIL PROTECTED]> wrote:
> Thanks but that doesn't help me, could you explain please ?
>
>  Alexander Schrijver a icrit :
>
>
> > openldap includes are installed in /usr/local/include/ and libraries
>  > in /usr/local/lib/.
>  >
>

I dont know how autoconf works which squid uses, except for basic compiling.

but this should probably work:
export LDFLAGS="-L -L/usr/local/lib/"
export CFLAGS="-I/usr/local/include"
./configure
.... etc

Or if you want to make a package you should patch I believe it is
configure.in,
to include these options with the default LDFLAGS/CFLAGS. But you should
probably read the autoconf docs before doing that.

Reply via email to