Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 Feb 2010 22:27:33 -0800
From:      Xin LI <delphij@gmail.com>
To:        Rob Farmer <rfarmer@predatorlabs.net>
Cc:        Michael Proto <mike@jellydonut.org>, current@freebsd.org
Subject:   Re: "libutil.so.8" not found, required by "sendmail"
Message-ID:  <a78074951002042227u3646ab0brdefb6e86604e6c79@mail.gmail.com>
In-Reply-To: <b025ceb71002042218q38444aedgd8c95d0bd358fc0b@mail.gmail.com>
References:  <b025ceb71002041703h4d6553a2maa3389f7685b399@mail.gmail.com> <1de79841002041741q6b57b6e5s4f78542f8a1b892@mail.gmail.com> <b025ceb71002042218q38444aedgd8c95d0bd358fc0b@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Hi,

On Thu, Feb 4, 2010 at 10:18 PM, Rob Farmer <rfarmer@predatorlabs.net> 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 <delphij@delphij.net> http://www.delphij.net



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?a78074951002042227u3646ab0brdefb6e86604e6c79>