From owner-freebsd-questions@FreeBSD.ORG Fri Mar 31 22:35:41 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 43BBC16A401 for ; Fri, 31 Mar 2006 22:35:41 +0000 (UTC) (envelope-from micahjon@ywave.com) Received: from relay0.av-mx.com (relay0.av-mx.com [137.118.16.125]) by mx1.FreeBSD.org (Postfix) with ESMTP id B382F43D6D for ; Fri, 31 Mar 2006 22:35:40 +0000 (GMT) (envelope-from micahjon@ywave.com) X-Virus-Scan-Time: 0 Received: from [137.118.16.62] (HELO mx1.av-mx.com) by relay0.av-mx.com (CommuniGate Pro SMTP 4.2.10) with SMTP id 218749964 for freebsd-questions@freebsd.org; Fri, 31 Mar 2006 17:35:37 -0500 Received: (qmail 24498 invoked from network); 31 Mar 2006 22:35:37 -0000 Received: from dsl30202.ywave.com (HELO ?192.168.1.65?) (micahjon@ywave.com@216.227.117.202) by 0 with SMTP; 31 Mar 2006 22:35:37 -0000 X-CLIENT-IP: 216.227.117.202 X-CLIENT-HOST: dsl30202.ywave.com Message-ID: <442DAEB7.4030501@ywave.com> Date: Fri, 31 Mar 2006 14:35:35 -0800 From: Micah User-Agent: Thunderbird 1.5 (X11/20060330) MIME-Version: 1.0 To: Gary Schenk References: <442DAD0C.9030202@socal.rr.com> In-Reply-To: <442DAD0C.9030202@socal.rr.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: questions 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:35:41 -0000 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 "rehash" HTH, Micah