Re: "libutil.so.8" not found, required by "sendmail"

From: Rob Farmer <rfarmer_at_predatorlabs.net>
Date: Thu, 4 Feb 2010 22:18:59 -0800
On Thu, Feb 4, 2010 at 5:41 PM, Michael Proto <mike_at_jellydonut.org> wrote:
> On Thu, Feb 4, 2010 at 8:03 PM, Rob Farmer <rfarmer_at_predatorlabs.net> 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_at_freebsd.org mailing list
>> http://lists.freebsd.org/mailman/listinfo/freebsd-current
>> To unsubscribe, send any mail to "freebsd-current-unsubscribe_at_freebsd.org"
>>
>
> Would appear to be a problem with your base system, as both
> mailwrapper and /usr/libexec/sendmail/sendmail both use libutil.so.8:
>
> minibsd8-dev:root/ # ldd /usr/sbin/mailwrapper
> /usr/sbin/mailwrapper:
>        libutil.so.8 => /lib/libutil.so.8 (0x28083000)
>        libc.so.7 => /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 :(

-- 
Rob Farmer

>
>
> -Proto
>
Received on Fri Feb 05 2010 - 05:19:00 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:40:00 UTC