Date: Sat, 15 Sep 2001 15:10:48 -0400 (EDT) From: Jim Durham <durham@w2xo.pgh.pa.us> To: Bad Mamma Jamma <mike@fbuc.org> Cc: questions@FreeBSD.ORG Subject: Re: cvsup question Message-ID: <Pine.BSF.4.21.0109151501190.92752-100000@w2xo.pgh.pa.us> In-Reply-To: <000a01c13da5$66624920$1200a8c0@TBird>
next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, 14 Sep 2001, Bad Mamma Jamma wrote: > Hey everyone, I've posted this before this week, but it seems now it was very badly timed, so perhaps not may people saw it. If anyone can offer any assistance, I would greatly appreciate it! I'm running 4.1-RELEASE and trying to cvsup. When I do, I get this message: > > /usr/libexec/ld-elf.so.1: Shared object "libXaw.so.6" not found > > > > Can anyone clue me in as to what to do next? > Well, since no one else replied, I'll take a shot... Sounds like either libXaw.so.6 is missing or that you need to run ldconfig to include it in the system libraries search path. libXaw.so.6 should be in /usr/X11R6/lib for the elf version. There is an a.out version in /usr/X11R6/lib/aout and a linux version in /usr/compat/linux/usr/X11R6/lib . So, my suggestion is try "ldconfig -R /usr/X11R6/lib" . Since libXaw is part of X, you might try just running "cvsup -L 1 -g <supfile>", which will make cvsup run in text mode. Then, hopefully, when you rebuild your system, it will fix some of your problems. -Jim 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?Pine.BSF.4.21.0109151501190.92752-100000>