[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: openldap patches
Lynn Winebarger wrote:
> Probably. Redhat stores kerberos libraries in /usr/kerberos, which
> isn't in the compiler's default search path. That patch also undefines a
> macro (KERBEROS_V or something like that), so you may want to look at
> that.
That was my problem, yes. I had to specify the path to kerberos includes and
libs:
CPPFLAGS="-I/usr/kerberos/include" LDFLAGS="-L/usr/kerberos/lib" ./configure
--with-kerberos=k5
Thanks for your help,
Peter