Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 Aug 2000 19:39:19 -0500
From:      "Gordon Zeigler" <gzeigler@texasonline.net>
To:        freebsd-questions@FreeBSD.ORG
Subject:   Can't find libutil.so.3
Message-ID:  <200008231939190098.046EE97F@texasonline.net>

next in thread | raw e-mail | index | archive | help
I get the following error....
/usr/libexec/ld-elf.so.1: Shared object "libutil.so.3" not found

When I invoke:

/usr/local/sbin/named

Or when I run the following shell script

#!/bin/sh
ps -axgw |grep named |egrep -v grep
echo ""
echo "==="
echo ""
#sh -c 'set `cat /var/run/named.pid`; kill $1;/usr/local/sbin/named'
killall -kill named-xfer named
/usr/local/sbin/named
sleep 2
ps -axgw |grep named |egrep -v grep
tail /var/log/messages 

Anyone tell me why, or whether I should be concerned ?????



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




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