#1838: OpenSSL-0.9.8a
---------------------------------------------+------------------------------
Reporter: [EMAIL PROTECTED] | Owner: [EMAIL PROTECTED]
Type: defect | Status: assigned
Priority: high | Milestone: 6.2
Component: BOOK | Version: a-SVN
Severity: major | Resolution:
Keywords: |
---------------------------------------------+------------------------------
Comment (by [EMAIL PROTECTED]):
Both are compile time problems. However, I haven't tested whether they
run with the fixes I'm attaching (particularly LDAP).
1. Missing headers for openssl in some of the plugins: ntlm, srp and
passdss. Patch is attached.
2. configure only allows openldap <= 2.2. Inline diff below is from CVS.
diff -pur cyrus-sasl-2.1.21.orig/configure cyrus-sasl-2.1.21/configure
--- cyrus-sasl-2.1.21.orig/configure 2006-03-30 14:24:55.000000000
+0000
+++ cyrus-sasl-2.1.21/configure 2006-03-30 21:00:35.388580365 +0000
@@ -12253,6 +12253,8 @@ cat >>conftest.$ac_ext <<_ACEOF
char *__openldap_compat = "2.1.27 or better okay";
#elif LDAP_VENDOR_VERSION_MAJOR == 2 && LDAP_VENDOR_VERSION_MINOR == 2
&& LDAP_VENDOR_VERSION_PATCH > 5
char *__openldap_compat = "2.2.6 or better okay";
+#elif LDAP_VENDOR_VERSION_MAJOR == 2 && LDAP_VENDOR_VERSION_MINOR > 2
+char *__openldap_compat = "2.3 or better okay"
#endif
_ACEOF
--
Ticket URL: <http://wiki.linuxfromscratch.org/blfs/ticket/1838>
BLFS Trac <http://wiki.linuxfromscratch.org/blfs>
Beyond Linux From Scratch
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page