From owner-freebsd-questions@FreeBSD.ORG Fri Mar 31 22:45:04 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 2B1AF16A424 for ; Fri, 31 Mar 2006 22:45:04 +0000 (UTC) (envelope-from gwschenk@socal.rr.com) Received: from ms-smtp-01-eri0.socal.rr.com (ms-smtp-01-qfe0.socal.rr.com [66.75.162.133]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9862743D73 for ; Fri, 31 Mar 2006 22:45:03 +0000 (GMT) (envelope-from gwschenk@socal.rr.com) Received: from [192.168.1.103] (cpe-72-129-16-209.socal.res.rr.com [72.129.16.209]) by ms-smtp-01-eri0.socal.rr.com (8.13.4/8.13.4) with ESMTP id k2VMic4P008949; Fri, 31 Mar 2006 14:45:02 -0800 (PST) Message-ID: <442DB0D6.80100@socal.rr.com> Date: Fri, 31 Mar 2006 14:44:38 -0800 From: Gary Schenk User-Agent: Thunderbird 1.5 (X11/20060331) MIME-Version: 1.0 To: Beech Rintoul References: <442DAD0C.9030202@socal.rr.com> <200603311337.22130.beech@mangohealth.org> In-Reply-To: <200603311337.22130.beech@mangohealth.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: Symantec AntiVirus Scan Engine Cc: freebsd-questions@freebsd.org Subject: Re: Path problem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Mar 2006 22:45:04 -0000 Beech Rintoul wrote: > On Friday 31 March 2006 13:28, Gary Schenk wrote: >> OK, guys, I need help. what obvious thing am I missing here. >> >> Fresh install of seamonkey from a fresh ports update. I try to start >> >> seamonkey: >> > seamonkey >> >> seamonkey: Command not found. >> >> OK. Now this: >> > /usr/X11R6/bin/seamonkey >> >> Seamonkey starts. >> >> OK, must be the path: >> > echo $PATH >> >> /sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin: >> /usr/local/bin:/usr/X11R6/bin:/home/gwschenk/bin >> >> It looks like it is in the path to me. Any ideas? >> >> Gary > > Try typing "rehash" (without the quotes) from your favorite shell. > > Beech > Argh! I'm an idiot! I knew it was obvious. Thanks. Gary