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

RE: where is lutil_sasl.h?



Kurt, 
	My original analysis of my problem, was wrong.  the error wasn't about a
missing lutil_sasl.h.

I tried your suggestion to do a make veryclean. and then ./configure;... That
didn't change anything.

here is the error.

/usr/src/ldap/servers/slurpd/ldap_op.c:702: undefined reference to
`util_sasl_defaults'
/usr/src/ldap/servers/slurpd/ldap_op.c:702: undefined reference to
`util_sasl_interact'

Since ldap_op.c includes
#include "lutil_ldap.h"

and this defines util_sasl_defaults and interact I don't know what is the
problem. 
My solution comment out the case stmt.

Let me know if I should try anything else.

-john