[5317] in testers
Re: "from" authentication failure on 9.2 Suns
daemon@ATHENA.MIT.EDU (Robert A Basch)
Fri Apr 25 10:16:00 2003
Message-Id: <200304251415.KAA12373@abulia.mit.edu>
To: Garry Zacheiss <zacheiss@MIT.EDU>
cc: Greg Hudson <ghudson@MIT.EDU>, Robert A Basch <rbasch@MIT.EDU>,
testers@MIT.EDU
In-Reply-To: Your message of "Fri, 25 Apr 2003 01:08:35 EDT."
<200304250508.BAA13536@riff-raff.mit.edu>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Date: Fri, 25 Apr 2003 10:15:58 -0400
From: Robert A Basch <rbasch@MIT.EDU>
> The last time it came up, the reason not to was that the OpenSSL
> 0.9.6 build system didn't know how to make shared libraries right on
> Solaris without using the vendor compiler and linker. I think that was
> fixed in 0.9.7, although I haven't verified it. If it has, it should be
> as simple as adding "shared" to the ./config invocation in
> third/openssl/Makefile.athena.
An OpenSSL INSTALL note refers to shared libraries as an "experimental"
feature. I was able to build them on Solaris, with the simple change
you noted, and that succeeded at least to the point of working with
imtest/SASL. Going with this would be an easier and cleaner solution
to the current problem, as the alternative will likely involve some
messy hacking with the SASL build system.
Bob