[5314] in testers
Re: "from" authentication failure on 9.2 Suns
daemon@ATHENA.MIT.EDU (Robert A Basch)
Thu Apr 24 18:14:34 2003
Message-Id: <200304242214.SAA04232@abulia.mit.edu>
To: Greg Hudson <ghudson@MIT.EDU>
cc: Robert A Basch <rbasch@MIT.EDU>, testers@MIT.EDU
In-Reply-To: Your message of "24 Apr 2003 11:02:59 EDT."
<1051196578.1552.155.camel@error-messages.mit.edu>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Date: Thu, 24 Apr 2003 18:14:32 -0400
From: Robert A Basch <rbasch@MIT.EDU>
The problem seems to be that SASL is trying to use the openssl crypto
library, but we only have the static library (libcrypto.a) installed
on Sun. This breaks the dynamic loading of the kerberos plugin. A
quick test of building and installing shared openssl libraries resolved
the problem, though such a solution could have undesirable side-effects
elsewhere; the alternative would be to work around this, one way or
another, in the SASL build system, which I will investigate next.
Bob