From owner-freebsd-current@FreeBSD.ORG Fri Feb 5 02:02:35 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 CBB8D106566B for ; Fri, 5 Feb 2010 02:02:35 +0000 (UTC) (envelope-from chmeeedalf@gmail.com) Received: from mail-bw0-f211.google.com (mail-bw0-f211.google.com [209.85.218.211]) by mx1.freebsd.org (Postfix) with ESMTP id 4F7468FC14 for ; Fri, 5 Feb 2010 02:02:35 +0000 (UTC) Received: by bwz3 with SMTP id 3so2647226bwz.13 for ; Thu, 04 Feb 2010 18:02:34 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:received:in-reply-to :references:date:x-google-sender-auth:message-id:subject:from:to:cc :content-type; bh=1gNnC9UgCFTT2YYz5s5pSFGJwJD8nSFyr7JxvQSr/Yc=; b=TD+K2ZS9I3BNHAqtBTCrG/WQ3U2q4MXcmaBUhdopsWwN40PskDC2IcgOICTZlORMNL P/Lj/3woGRm25/yhiQy17jstPnhkKuVxJAdoIPjpsUdYK39yNjR/4r/d/a1NO6eg8Gkk PF1jTCF9HQwmIyNYSEe/3LwgI5rhBhpvYQvkY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; b=WOLDrarM3jnOuiM9g3S1Uk8D/4OVH1KHNQDqwcSG0RiqjUGqOb8uCcndYzS8Zxqu5T j92G4EIP8XtJlgRFP4gyvegyeX80a4j4s5p/+/o8xspSlrjJ4MnbjlpovBYV2zNceu1n 55/4/YtyQpOQbB7mMUi2TyB9VnYPt0FMdkdTI= MIME-Version: 1.0 Sender: chmeeedalf@gmail.com Received: by 10.204.151.216 with SMTP id d24mr1307599bkw.1.1265335354272; Thu, 04 Feb 2010 18:02:34 -0800 (PST) In-Reply-To: References: Date: Thu, 4 Feb 2010 21:02:34 -0500 X-Google-Sender-Auth: 5444cadf3af0a59a Message-ID: From: Justin Hibbits To: Rob Farmer Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: current@freebsd.org Subject: Re: "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 02:02:36 -0000 On Thu, Feb 4, 2010 at 8:03 PM, Rob Farmer wrote: > 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 > _______________________________________________ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org" > libutil's version was bumped to 9 with the removal of utmp, so if you did a make delete-old after your most recent upgrade you'll have lost libutil.so.8. Recompiling mail/ssmtp will make it link against the newer library.