From owner-freebsd-questions@FreeBSD.ORG Mon Aug 2 04:47:18 2004 Return-Path: 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 EE21816A4CE for ; Mon, 2 Aug 2004 04:47:18 +0000 (GMT) Received: from outbox.allstream.net (outbox.allstream.net [207.245.244.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id BCCF443D2F for ; Mon, 2 Aug 2004 04:47:18 +0000 (GMT) (envelope-from epilogue@allstream.net) Received: from localhost (mon-pq62-062.dial.allstream.net [216.123.137.62]) by outbox.allstream.net (Allstream MTA) with SMTP id 4B8DA62D1; Mon, 2 Aug 2004 00:47:17 -0400 (EDT) Date: Mon, 2 Aug 2004 00:46:45 -0400 From: epilogue To: pryan@singnet.com.sg Message-Id: <20040802004645.3eae7eec@localhost> In-Reply-To: <1091418690.410dba423fa99@arrowana.singnet.com.sg> References: <1091418690.410dba423fa99@arrowana.singnet.com.sg> X-Mailer: Sylpheed-Claws 0.9.12 (GTK+ 1.2.10; i386-portbld-freebsd4.10) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: FreeBSD Subject: Re: Problem installing cvsup on 4.10 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Aug 2004 04:47:19 -0000 On Mon, 02 Aug 2004 11:51:30 +0800 (SGT) Peter Ryan wrote: > I am trying to get CVsup running on 4.10. > > The handbook indicates it is easier to > install the package, so I went to the > package collection and installed > cvsup-16.1h > > The package installation seemed to indicate > the target directory was /usr/ports/net/cvsup. > (this was a message asking me to confirm the > installation from /stand/sysinstall) > > When I had finished the installation, I could > not run cvsup - command not found. when you finish an installation, you'll very often have to issue the 'rehash' command, which tells your csh to reread the $PATH which is set in your .cshrc if you didn't do this, you'll probably see the command 'magically' appear after your next boot or if you open another term and su to root. you do have to run this command as root, btw. ;) > So I thought maybe I had to install from the > ports collection, so I cd'd to /usr/ports/net/cvsup > and ran Make. That seemed to go OK. > > Then I did a Make Install. It stops with error > code 1. It says cvsup-16.1h already installed. try 'pkg_info | grep -i cvsup' to see if you do have the program installed. and, as root, 'echo $PATH' > I am not sure what I am doing wrong in all this. > Can anyone spot what it is ? my first guess would be the 'rehash'. further guesses would depend upon what you get from pkg_info and $PATH. hth, epi > (I realise that I shouldnt normally be installing > from a port just after a package install, but that > was just because I was out of ideas) > > Thanks > Peter > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" >