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.