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

Re: link error NT code



At 03:00 PM 2/11/00 -0500, Fappiano, Michael wrote:
>With code from CVS, Jan 5, 00, if I change portable.nt to 
>
>/* define this to use SLAPD LDAP backend */
>/* #undef SLAPD_LDAP */
>#define SLAPD_LDAP 1  <------- added this line 
>
>I get a linker error.

As expected.  If you want to enable back-ldap, you'll have
to do much more than #define SLAPD_LDAP as back-ldap building
is not supported by the current NT build environment.

	Kurt