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

Re: installation problems (ITS#128)



Sihem Amer-Yahia wrote:
> this is the content of my ldapconfig.h.edit file :
> ifndef _LDAP_CONFIG_H
> define _LDAP_CONFIG_H

Where are the octothorpe (#) characters!  They are needed before the C
preprocessor directives!

As I pointed out early, you really 'should not change' this ldapconfig.h.edit.
Copy ldapconfig.h.edit from the distribution.  Do not edit ldapconfig.h.edit!
Use configure to specify alternative installation directions.  This can be done
individually (see ./configure --help) or by using an alternative prefix.
(example: ./configure --prefix=/n/fs052/didi/OpenLDAP/ldap).

Kurt