Re: [Exim] building exim 4.14 with openssl 0.9.7a

Top Page
Delete this message
Reply to this message
Author: Stefan Kaltenbrunner
Date:  
To: Marc MERLIN
CC: exim-users
Subject: Re: [Exim] building exim 4.14 with openssl 0.9.7a
Marc MERLIN wrote:

> So, exim 4.14 doesn't quite build with the new openssl (why do they have to
> break the API _every_single_time_ they upgrade like this???)


hmm - are you sure about this?:

mastermind@cronos:~$ uname -sr
FreeBSD 4.8-STABLE

mastermind@cronos:~$ openssl version
OpenSSL 0.9.7a Feb 19 2003

mastermind@cronos:~$ grep OPENSSL_VERSION /usr/include/openssl/opensslv.h
#define OPENSSL_VERSION_NUMBER  0x0090701fL
#define OPENSSL_VERSION_TEXT    "OpenSSL 0.9.7a Feb 19 2003"



mastermind@cronos:/usr/lib$ ldd /opt/exim/bin/exim
/opt/exim/bin/exim:
         libcrypt.so.2 => /usr/lib/libcrypt.so.2 (0x280ee000)
         libpq.so.3 => /usr/local/lib/libpq.so.3 (0x28107000)
         libssl.so.3 => /usr/lib/libssl.so.3 (0x2811b000)
         libcrypto.so.3 => /usr/lib/libcrypto.so.3 (0x2814a000)
         libc.so.4 => /usr/lib/libc.so.4 (0x28241000)
         libintl.so.4 => /usr/local/lib/libintl.so.4 (0x282da000)
         libiconv.so.3 => /usr/local/lib/libiconv.so.3 (0x282e2000)



works really fine here(dunno about RH9 . . .)


Stefan