From owner-freebsd-questions Mon Jan 21 16:44:20 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail8.mgfairfax.rr.com (fe8.southeast.rr.com [24.93.67.55]) by hub.freebsd.org (Postfix) with ESMTP id 0B1D337B400 for ; Mon, 21 Jan 2002 16:44:14 -0800 (PST) Received: from there ([24.163.115.240]) by mail8.mgfairfax.rr.com with Microsoft SMTPSVC(5.5.1877.687.68); Mon, 21 Jan 2002 17:40:54 -0500 Content-Type: text/plain; charset="iso-8859-1" From: Ray Kohler To: Scott Aitken , freebsd-questions@FreeBSD.ORG Subject: Re: /usr/libexec/ld-elf.so.1: Shared object "libXaw.so.6" not found Date: Mon, 21 Jan 2002 17:44:05 -0500 X-Mailer: KMail [version 1.3.2] References: <20020121130442.17613.qmail@cpdvg100.netaddress.usa.net> In-Reply-To: <20020121130442.17613.qmail@cpdvg100.netaddress.usa.net> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-ID: <026265440221512FE8@mail8.mgfairfax.rr.com> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tuesday 22 January 2002 12:04 am, Scott Aitken wrote: > Hi all, > this just started happening, in that cron has successfully run > the following command once a month without a problem: > > /usr/local/bin/cvsup -g -L 2 -P m /root/ports-supfile > > However, the last time cron attempted it, the following error > appeared in the logs. It also appears when I run the above > command at the su# prompt. > > /usr/libexec/ld-elf.so.1: Shared object "libXaw.so.6" not found > > According to pkg_version, CVSup is up to date. > > I'm not running X. Well, that's an X library you're missing there, so if you mean that you don't have X installed, that's your problem. You'll want to rebuild cvsup with the WITHOUT_X11 variable set. or download a staticly-linked, no-X package. I believe John Polstra has them for download but I forget where (maybe somebody else will tell you). -- Ray Kohler Sattinger's Law: It works better if you plug it in. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message