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

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, Feb 4, 2010 at 8:03 PM, Rob Farmer <rfarmer@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:
> =A0 =A0 =A0 =A0libutil.so.8 =3D> not found (0x0)
> =A0 =A0 =A0 =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?
>
> 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=
"
>

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 =3D> /lib/libutil.so.8 (0x28083000)
	libc.so.7 =3D> /lib/libc.so.7 (0x28090000)

Try reinstalling libutil from /usr/src/lib/libutil perhaps?


-Proto



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