[5318] in testers
Re: "from" authentication failure on 9.2 Suns
daemon@ATHENA.MIT.EDU (Greg Hudson)
Fri Apr 25 12:22:56 2003
From: Greg Hudson <ghudson@MIT.EDU>
To: Robert A Basch <rbasch@mit.edu>
Cc: testers@mit.edu
In-Reply-To: <200304251415.KAA12373@abulia.mit.edu>
Content-Type: text/plain
Content-Transfer-Encoding: 7bit
Message-Id: <1051287771.1552.172.camel@error-messages.mit.edu>
Mime-Version: 1.0
Date: 25 Apr 2003 12:22:52 -0400
On Fri, 2003-04-25 at 10:15, Robert A Basch wrote:
> 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.
Worse, it would mean linking openssl into every program which uses the
SASL libraries.
Garry and I didn't have as much luck building shared libraries on
Solaris simply by adding "shared" to the ./config invocation; however,
Garry did say that if we use the native Solaris compiler, it works fine.
Anyway, we clearly want shared openssl libraries for Solaris. So,
Garry, please prepare a patch which does that in the manner you think is
best.
Also, contrary to what I said on zephyr yesterday, I think I want to try
building the Linux release without building openssl, and rely instead on
the native libraries. But that only needs to affect what I do.