From owner-freebsd-questions Tue Jul 30 21:54:59 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EAA3637B400 for ; Tue, 30 Jul 2002 21:54:57 -0700 (PDT) Received: from carl.svc.tds.net (carl.svc.tds.net [204.246.1.56]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7945243E5E for ; Tue, 30 Jul 2002 21:54:57 -0700 (PDT) (envelope-from kenwills@tds.net) Received: from zap.zaptillion.net ([66.188.113.165]) by carl.svc.tds.net with ESMTP id <20020731045611.SZG5401.carl@zap.zaptillion.net>; Tue, 30 Jul 2002 23:56:11 -0500 Received: by zap.zaptillion.net (Postfix, from userid 1002) id AC2352269A2; Tue, 30 Jul 2002 23:58:13 -0500 (CDT) Date: Tue, 30 Jul 2002 23:58:13 -0500 From: Ken Wills To: randy Cc: questions@FreeBSD.ORG Subject: Re: cvsup command not found Message-ID: <20020730235813.A79046@zaptillion.net> References: <20020630082432.V55320-100000@desert> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <20020630082432.V55320-100000@desert>; from randy@turbowarp.net on Sun, Jun 30, 2002 at 08:25:39AM -0500 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 +++ randy [30/06/02 08:25 -0500]: > Hello, > > I need some help. I have read nearly every google, freebsd diary and even > the handbook ... but i can't make it work. > > I did a make and make install from ports for cvsup-without-gui. > > I followed the instructions on http://www.freebsddiary.org/current.php; > yet when I try to run cvsup, I get a command not found. > > Why? and what do I do to fix it? try /usr/local/bin/cvsup Probably /usr/local/bin isn't in your path. Look in your .cshrc or .profile to set your path correctly. Otherwise, cd /usr/ports/???/cvsup-without-gui/ or whatever and see what make install says at the end of the install (look for errors). Failing all of those, pkg_add -r cvsup-without-gui will download and install a pre-built package from one of the distribution sites. Ken To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message