From owner-freebsd-questions Wed Apr 3 6: 6:58 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mailc.telia.com (mailc.telia.com [194.22.190.4]) by hub.freebsd.org (Postfix) with ESMTP id 6155E37B41C for ; Wed, 3 Apr 2002 06:06:54 -0800 (PST) Received: from d1o913.telia.com (d1o913.telia.com [195.252.44.241]) by mailc.telia.com (8.11.6/8.11.6) with ESMTP id g33E6rg07724 for ; Wed, 3 Apr 2002 16:06:53 +0200 (CEST) Received: from falcon.midgard.homeip.net (h68n2fls20o913.telia.com [212.181.163.68]) by d1o913.telia.com (8.8.8/8.8.8) with SMTP id QAA01589 for ; Wed, 3 Apr 2002 16:06:52 +0200 (CEST) Received: (qmail 46041 invoked by uid 1001); 3 Apr 2002 14:06:51 -0000 Date: Wed, 3 Apr 2002 16:06:51 +0200 From: Erik Trulsson To: Zach Barnett Cc: questions@freebsd.org Subject: Re: Cvsup-16.1f Message-ID: <20020403140651.GA46025@student.uu.se> Mail-Followup-To: Zach Barnett , questions@freebsd.org References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.3.28i 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 Wed, Apr 03, 2002 at 08:02:22AM -0600, Zach Barnett wrote: > I have just installed Freebsd 4.5 release, and am attempting sync my source > with the stable branch via cvsup-16.1f. Unfortunately, whenever I launch > cvsup it returns: > > Shared object "libXaw.so.6" not found > > My internet research suggests this is a dependency issue with X11, which I > did not install since this is a firewall implementation. > > I tried the "-g" switch specified in the cvsup man page, but it still > returned the error. Also, my previous implementation of 4.4 release used > cvsup-16.1_3, which ran just fine. > > Must I install X to run cvsup-16.1f? Is there a work around? Install 'cvsup-without-gui' instead of just plain 'cvsup'. The difference is that the '-without-gui' variant is not linked against X11. (Previously cvsup was statically linked, so it didn't matter if you had X11 installed or not.) -- Erik Trulsson ertr1013@student.uu.se To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message