On Tue, 24 Apr 2012 09:08:16 -0400 (EDT)
Wietse Venema articulated:

>Jerry:
>> FreeBSD-8.2 STABLE
>> Postfix (2.10-20120422)
>> OpenSSL 1.0.1a 19 Apr 2012
>> 
>> I just updated to the latest devel version of Postfix and
>> openssl-1.0.1a.
>
>Just to be sure, what is the output from:
>
>$ ldd /usr/libexec/postfix/smtp
>
>I did the Postfix testing between FreeBSD 8.2 with OpenSSL 1.0.1a
>from ports, and FreeBSD 9.0 with OpenSSL 1.0.1a statically-linked,
>and the two installs did speak TLSv1.1 and TLSv1.2 as expected.

This doesn't look good:

ldd /usr/libexec/postfix/smtp
ldd: /usr/libexec/postfix/smtp: No such file or directory

However:

$ ldd /usr/local/libexec/postfix/smtp
/usr/local/libexec/postfix/smtp:
        libpcre.so.1 => /usr/local/lib/libpcre.so.1 (0x80069c000)
        libsasl2.so.2 => /usr/local/lib/libsasl2.so.2 (0x8007f3000)
        libpam.so.5 => /usr/lib/libpam.so.5 (0x80090e000)
        libcrypt.so.5 => /lib/libcrypt.so.5 (0x800a16000)
        libssl.so.8 => /usr/local/lib/libssl.so.8 (0x800b2f000)
        libcrypto.so.8 => /usr/local/lib/libcrypto.so.8 (0x800c93000)
        libdb-4.8.so.0 => /usr/local/lib/libdb-4.8.so.0 (0x800f54000)
        libmysqlclient.so.18 => /usr/local/lib/mysql/libmysqlclient.so.18 
(0x8011c3000)
        libz.so.5 => /lib/libz.so.5 (0x8015fc000)
        libm.so.5 => /lib/libm.so.5 (0x801711000)
        libc.so.7 => /lib/libc.so.7 (0x801831000)
        libthr.so.3 => /lib/libthr.so.3 (0x801a6f000)
        libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0x801b88000)
        libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x801d96000)

-- 
Jerry ✌
postfix-u...@seibercom.net
_____________________________________________________________________
TO REPORT A PROBLEM see http://www.postfix.org/DEBUG_README.html#mail
TO (UN)SUBSCRIBE see http://www.postfix.org/lists.html

Reply via email to