From owner-freebsd-current@FreeBSD.ORG Fri Feb 5 06:50:25 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 332A0106566B for ; Fri, 5 Feb 2010 06:50:25 +0000 (UTC) (envelope-from delphij@gmail.com) Received: from mail-pz0-f184.google.com (mail-pz0-f184.google.com [209.85.222.184]) by mx1.freebsd.org (Postfix) with ESMTP id 097DE8FC25 for ; Fri, 5 Feb 2010 06:50:24 +0000 (UTC) Received: by pzk14 with SMTP id 14so172270pzk.3 for ; Thu, 04 Feb 2010 22:50:24 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=wGMT/2qlk1CCLlTlVGUV2wGzrosPOyDmOL4qnahRkLg=; b=IyLRAC5fTeR3wklRggi8xySo1HDU1B00XhJbbJZxoiGng4vkd0S3vikQacRpbWUqXF b5uY0QI43emwbj5J6uVHsugOqNof+p0mT42xLlEpkdJ/J6RQibOT7eTsYJtVyv9EQwH0 hhXj1otuHMKKHtak/MgWo7v/0NVzE+Ud0ckU4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=KoZ7Nk+DGCsAlV6iwIeARR6qYkE89tJUEeXKw30pvh5wYT8hu3hIW4fMyTEkEIB2HR +tjMAlT5ki49RAKBmodHOmpuKI6zG+Rre4vW9gKdedozcBIq9tMnvJ0ogX8LoIoj7Qzn 0ExWcg/oIpivj0LZnWOBMvWA2SZIfbfDldrZs= MIME-Version: 1.0 Received: by 10.114.188.23 with SMTP id l23mr1484571waf.40.1265351253560; Thu, 04 Feb 2010 22:27:33 -0800 (PST) In-Reply-To: References: <1de79841002041741q6b57b6e5s4f78542f8a1b892@mail.gmail.com> Date: Thu, 4 Feb 2010 22:27:33 -0800 Message-ID: From: Xin LI To: Rob Farmer Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Cc: Michael Proto , 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 06:50:25 -0000 Hi, On Thu, Feb 4, 2010 at 10:18 PM, Rob Farmer wrot= e: >>> # ldd /usr/sbin/sendmail >>> /usr/sbin/sendmail: >>> =C2=A0 =C2=A0 =C2=A0 =C2=A0libutil.so.8 =3D> not found (0x0) >>> =C2=A0 =C2=A0 =C2=A0 =C2=A0libc.so.7 =3D> /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? [...] >> minibsd8-dev:root/ # ldd /usr/sbin/mailwrapper >> /usr/sbin/mailwrapper: >> =C2=A0 =C2=A0 =C2=A0 =C2=A0libutil.so.8 =3D> /lib/libutil.so.8 (0x280830= 00) >> =C2=A0 =C2=A0 =C2=A0 =C2=A0libc.so.7 =3D> /lib/libc.so.7 (0x28090000) >> >> Try reinstalling libutil from /usr/src/lib/libutil perhaps? > > The strange thing is that I have libutil.9 and I've tried rebuilding > ssmtp and world and nothing is working... I was just wondering if > other people were seeing similar problems or if there's something > messed up on my system. Would seem to be my system - I'll have to look > around a bit more :( Try: rm /etc/make.conf cd /usr/src/usr.bin/mailwrapper make cleandir make cleandir obj depend all sudo make install --=20 Xin LI http://www.delphij.net