From owner-freebsd-questions@FreeBSD.ORG Tue Sep 20 12:17:32 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 4BF68106567E for ; Tue, 20 Sep 2011 12:17:32 +0000 (UTC) (envelope-from alainfabry@belgacom.net) Received: from mailrelay002.isp.belgacom.be (mailrelay002.isp.belgacom.be [195.238.6.175]) by mx1.freebsd.org (Postfix) with ESMTP id D2FCF8FC0A for ; Tue, 20 Sep 2011 12:17:31 +0000 (UTC) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Ap4EADuDeE7DDR9Z/2dsb2JhbABCqFOBUwEBAQECAQEBATcUCBgLBQsIAw4KLhQTAQkIJAgHBAEcBIdWAgS0JIYdYASRNYIWkTE Received: from 89.31-13-195.static.isp.belgacom.be (HELO localhost) ([195.13.31.89]) by relay.skynet.be with ESMTP; 20 Sep 2011 14:17:29 +0200 Date: Tue, 20 Sep 2011 14:16:35 +0200 From: "Alain G. Fabry" To: Warren Block Message-ID: <20110920121635.GA35842@desmo.3rdrock.kicks-ass.net> References: <20110920053708.GA2051@desmo.3rdrock.kicks-ass.net> <20110920114254.GA94013@desmo.3rdrock.kicks-ass.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.3i 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 12:17:32 -0000 On Tue, Sep 20, 2011 at 05:53:06AM -0600, Warren Block wrote: > 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 > _______________________________________________ Files are just not found on the system... :-( afabry@desmo 14:10 % 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 14:10 % rehash afabry@desmo 14:14 % /usr/local/bin/firefox /usr/local/bin/firefox: Command not found. afabry@desmo 14:12 % ls -l /usr/local/bin/ | grep fire -r-xr-xr-x 1 root wheel 10108 Sep 7 07:29 aafire afabry@desmo 14:12 % > 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"