On Fri, Aug 03, 2007 at 02:36:35PM +1000, Brian May wrote: > My guess is that the original problem isn't so much due to a bug in > any application or library, but the fact that the two versions of the > TLS libraries end up getting pulled into one application.
No. The ABIs of GNUTLS and OpenSSL are entirely disjoint; there is no reason that linking both libraries from a single application should cause problems. Linking two different versions of libldap into a single binary *is* known to cause problems; linking to just the old libldap2 would also leave you subject to any bugs present in that lib. But just linking to GNUTLS and OpenSSL is not a problem. -- Steve Langasek Give me a lever long enough and a Free OS Debian Developer to set it on, and I can move the world. [EMAIL PROTECTED] http://www.debian.org/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

