On Wed, Nov 01, 2000 at 10:49:00AM -0500, ben h kram wrote:
> Hi - I built an rpm of openssl-0.9.6 and contributed it to redhat's site a few weeks 
>ago;
> 
> I recently received communication from Dave Johnson <[EMAIL PROTECTED]> pointing 
>out some incompatability issuess he's having.

[Long discourse deleted]

I am not sure that I understand the statement correctly.

Between 0.9.5a and 0.9.6 there is no binary compatibility. This is a well
known fact that is also officially stated by the openssl developers team.
Binary compatibility between releases is not to be expected before version
1.0 of the OpenSSL library.

If you are using shared libraries, you either have to recompile your
application or must make sure, that the correct shared library is being
used. This is typically assured by including the version number into
the shared library name: "libssl.so.0.9.6" etc.

So if you run an openssh that was compiled against version 0.9.5a of
OpenSSL, the 0.9.5a version of the shared library is obligatory. You
cannot use the 0.9.6 shared library instead.

Is this what the statement was about?

Best regards,
        Lutz
-- 
Lutz Jaenicke                             [EMAIL PROTECTED]
BTU Cottbus               http://www.aet.TU-Cottbus.DE/personen/jaenicke/
Lehrstuhl Allgemeine Elektrotechnik                  Tel. +49 355 69-4129
Universitaetsplatz 3-4, D-03044 Cottbus              Fax. +49 355 69-4153
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to