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

Krb5 libraries (ITS#369)



Full_Name: Booker C. Bense
Version: Development
OS: solaris.2.7
URL: ftp://ftp.openldap.org/incoming/
Submission from: (NULL) (216.15.85.186)


- Mit Kerberos V requires -lcrypto and -lcom_err to compile. 

- The following patch fixes configure.in. 

Index: configure.in
===================================================================
RCS file: /repo/OpenLDAP/pkg/ldap/configure.in,v
retrieving revision 1.276
diff -r1.276 configure.in
835c835
<                       KRB_LIBS="-lkrb4 -lkrb5 -ldes425"
---
>                       KRB_LIBS="-lkrb4 -lkrb5 -ldes425 -lcrypto -lcom_err"