From owner-freebsd-current@FreeBSD.ORG Fri Feb 5 01:33:10 2010 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8E39E1065679 for ; Fri, 5 Feb 2010 01:33:10 +0000 (UTC) (envelope-from rfarmer@predatorlabs.net) Received: from qw-out-2122.google.com (qw-out-2122.google.com [74.125.92.27]) by mx1.freebsd.org (Postfix) with ESMTP id 59E7E8FC1C for ; Fri, 5 Feb 2010 01:33:10 +0000 (UTC) Received: by qw-out-2122.google.com with SMTP id 5so352250qwd.7 for ; Thu, 04 Feb 2010 17:33:09 -0800 (PST) MIME-Version: 1.0 Received: by 10.224.63.170 with SMTP id b42mr642297qai.39.1265331806728; Thu, 04 Feb 2010 17:03:26 -0800 (PST) X-Originating-IP: [128.95.133.55] Date: Thu, 4 Feb 2010 17:03:26 -0800 Message-ID: From: Rob Farmer To: current@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Cc: Subject: "libutil.so.8" not found, required by "sendmail" X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Feb 2010 01:33:10 -0000 Hi, I'm running current (r203336) with mail/ssmtp from ports installed instead of sendmail. Whenever I try to send email, I get an error that libutil.so.8 is not available. # periodic daily /libexec/ld-elf.so.1: Shared object "libutil.so.8" not found, required by "sendmail" # ldd /usr/sbin/sendmail /usr/sbin/sendmail: libutil.so.8 => not found (0x0) libc.so.7 => /lib/libc.so.7 (0x800646000) I'm not sure if this is a problem with mailwrapper in the base system or the ssmtp port - any pointers? Thanks, -- Rob Farmer