From owner-freebsd-questions@FreeBSD.ORG Tue Sep 20 11:53:09 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A8D65106564A for ; Tue, 20 Sep 2011 11:53:09 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (wonkity.com [67.158.26.137]) by mx1.freebsd.org (Postfix) with ESMTP id 63F248FC17 for ; Tue, 20 Sep 2011 11:53:09 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.5/8.14.5) with ESMTP id p8KBr6FL051548; Tue, 20 Sep 2011 05:53:06 -0600 (MDT) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.5/8.14.5/Submit) with ESMTP id p8KBr6st051545; Tue, 20 Sep 2011 05:53:06 -0600 (MDT) (envelope-from wblock@wonkity.com) Date: Tue, 20 Sep 2011 05:53:06 -0600 (MDT) From: Warren Block To: "Alain G. Fabry" In-Reply-To: <20110920114254.GA94013@desmo.3rdrock.kicks-ass.net> Message-ID: References: <20110920053708.GA2051@desmo.3rdrock.kicks-ass.net> <20110920114254.GA94013@desmo.3rdrock.kicks-ass.net> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.7 (wonkity.com [127.0.0.1]); Tue, 20 Sep 2011 05:53:07 -0600 (MDT) Cc: freebsd-questions@freebsd.org, Lars Eighner Subject: Re: Firefox clean installation but does not execute 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: Tue, 20 Sep 2011 11:53:09 -0000 On Tue, 20 Sep 2011, Alain G. Fabry wrote: > I've installed both firefox and firefox36. Neither of them can be found on the system while the installation build and installed without errors > > afabry@desmo 13:40 % pkg_info | grep firefox > firefox-3.6.22,1 Web browser based on the browser portion of Mozilla > firefox-6.0.2,1 Web browser based on the browser portion of Mozilla > afabry@desmo 13:41 % which firefox > firefox: Command not found. > afabry@desmo 13:41 % which firefox3 > firefox3: Command not found. See 'man csh | less -p rehash'. But also these should run with a full path: % /usr/local/bin/firefox3 % /usr/local/bin/firefox