Hi,

I run the following system:

# uname -a
FreeBSD tiny.Sisis.de 10.0-CURRENT FreeBSD 10.0-CURRENT #0 r235646: Sat May 19 
15:52:36 CEST 2012 g...@aurora.sisis.de:/usr/obj/usr/src/sys/GENERIC  i386

and sendmail is compiled to use SASL as described in our handbock; it
uses the following shared libs:

$ ldd /usr/libexec/sendmail/sendmail 
/usr/libexec/sendmail/sendmail:
        libutil.so.9 => /lib/libutil.so.9 (0x28120000)
        libwrap.so.6 => /usr/lib/libwrap.so.6 (0x28132000)
        libssl.so.8 => /usr/local/lib/libssl.so.8 (0x28139000)
        libcrypto.so.8 => /usr/local/lib/libcrypto.so.8 (0x28193000)
        libsasl2.so.3 => /usr/local/lib/libsasl2.so.3 (0x28310000)
        libc.so.7 => /lib/libc.so.7 (0x28329000)
        libthr.so.3 => /lib/libthr.so.3 (0x28466000)

as well I see in the proc:

# ps ax | fgrep mail
 893  -  Ss     0:00,28 sendmail: accepting connections (sendmail)
 896  -  Is     0:00,02 sendmail: Queue runner@00:30:00 for /var/spool/clientmq

with lsof(1) that both PID have open the /usr/local/lib/libssl.so.8;

but on system boot it says that sendmail can't find libssl.so.8;

Why is this? Thanks

        matthias
-- 
Matthias Apitz               |  /"\ ASCII Ribbon Campaign: www.asciiribbon.org
E-mail: g...@unixarea.de     |  \ / - No HTML/RTF in E-mail
WWW: http://www.unixarea.de/ |   X  - No proprietary attachments
phone: +49-170-4527211       |  / \ - Respect for open standards
_______________________________________________
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"

Reply via email to