Date: Sat, 11 May 2013 19:20:58 +0200 From: Matthias Apitz <guru@unixarea.de> To: freebsd-current@freebsd.org Subject: sendmail && /usr/local/lib/libssl.so.8 Message-ID: <20130511172058.GA4081@tinyCurrent>
next in thread | raw e-mail | index | archive | help
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 guru@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: guru@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20130511172058.GA4081>