Postfix and openssl

Sascha Holzleiter sascha at daemonground.de
Sat Mar 20 14:46:57 PST 2004


Hello,

I'm just trying to get postfix to use the openssl port but it always
seems to use the base system:

/usr/local/libexec/postfix/master:
        libsasl2.so.2 => /usr/local/lib/libsasl2.so.2 (0x28078000)
        libpam.so.1 => /usr/lib/libpam.so.1 (0x2808c000)
        libcrypt.so.2 => /usr/lib/libcrypt.so.2 (0x28096000)
        libdb4.so.0 => /usr/local/lib/libdb4.so.0 (0x280af000)
        libssl.so.3 => /usr/lib/libssl.so.3 (0x28135000)
        libcrypto.so.3 => /usr/lib/libcrypto.so.3 (0x28164000)
        libpcre.so.0 => /usr/local/lib/libpcre.so.0 (0x2825b000)
        libc.so.4 => /usr/lib/libc.so.4 (0x28266000)

Shouldn't this be linked against /usr/local/lib/libcrypto and ssl like
for example courier?

/usr/local/bin/couriertls:
        libssl.so.3 => /usr/local/lib/libssl.so.3 (0x28076000)
        libcrypto.so.3 => /usr/local/lib/libcrypto.so.3 (0x280a4000)
        libc.so.4 => /usr/lib/libc.so.4 (0x28191000)

I already defined WITH_OPENSSL_PORT=YES in /etc/make.conf and did a
portupgrade -fR postfix to be sure where is no other dependency to the
base openssl.

This is on a 4.9-RELEASE-p3 system with openssl-0.9.7d port installed.


Sascha



More information about the freebsd-ports mailing list