DETAILS? OpenLDAP version? Platform? configure settings (environment and command line)? Better details enable better answers... My best guess is that you used a relative path for a directory in your CPPFLAGS. Make sure those -Idirectory (and -Ldirectory) options use absolute paths (ie: start with a '/'). Kurt