[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: `LDAP_PROXY_AUTHZ_FAILURE' undeclared here



Kurt D. Zeilenga wrote:
At 06:33 AM 3/15/2003, Michael Ströder wrote:

I'm trying to build a local installation of the OpenLDAP 2.1.16 libs without SASL support.

export CFLAGS="-O2 -I$HOME/local/include"
export CPPFLAGS=$CFLAGS
export LDFLAGS="-L$HOME/local/lib"
export LD_LIBRARY_PATH="$HOME/local/lib"

Any clue?

Put -I flags in CPPFLAGS where they belong.

Aargh! My fault. An older version of the OpenLDAP libs was hanging around in $HOME/local/include.


Sorry.

Ciao, Michael.