From owner-freebsd-questions@FreeBSD.ORG Mon Apr 2 14:41:28 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8295116A409 for ; Mon, 2 Apr 2007 14:41:28 +0000 (UTC) (envelope-from jerrymc@gizmo.acns.msu.edu) Received: from gizmo.acns.msu.edu (gizmo.acns.msu.edu [35.8.1.43]) by mx1.freebsd.org (Postfix) with ESMTP id 07D4E13C448 for ; Mon, 2 Apr 2007 14:41:27 +0000 (UTC) (envelope-from jerrymc@gizmo.acns.msu.edu) Received: from gizmo.acns.msu.edu (localhost [127.0.0.1]) by gizmo.acns.msu.edu (8.13.6/8.13.6) with ESMTP id l32Ee7WM079971; Mon, 2 Apr 2007 10:40:07 -0400 (EDT) (envelope-from jerrymc@gizmo.acns.msu.edu) Received: (from jerrymc@localhost) by gizmo.acns.msu.edu (8.13.6/8.13.6/Submit) id l32Ee76F079970; Mon, 2 Apr 2007 10:40:07 -0400 (EDT) (envelope-from jerrymc) Date: Mon, 2 Apr 2007 10:40:07 -0400 From: Jerry McAllister To: Joseba Sanchez Message-ID: <20070402144007.GB79895@gizmo.acns.msu.edu> References: <715124.65519.qm@web86808.mail.ukl.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <715124.65519.qm@web86808.mail.ukl.yahoo.com> User-Agent: Mutt/1.4.2.2i Cc: freebsd-questions@freebsd.org Subject: Re: no subject. 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: Mon, 02 Apr 2007 14:41:28 -0000 On Mon, Apr 02, 2007 at 10:04:20AM +0200, Joseba Sanchez wrote: > Hi, > > I am very new to Freebsd so this might be a dumb > question, but I can't > find an answer through FAQ.. The first thing to learn is to put a meaningful subject on your posts. Leaving the subject blank is most likely to get your messages ignored by those who get too many messages and questions. > > I used the command "make install clean" to install > some ported > applications, > and the installs went off without a hitch and reported > successful.My > problem > is that I can't find the locations of the installed > applications or the > executables for the apps to run them.What am I missing > here? Well, it is possible that your shell does not yet know about the new command. When you log in and start a shell, it goes out and does a search of your path[s] and makes a hash table that helps it find everything out there quickly. Your new stuff probably needs to be added to the hash table. You can either log out and log in again or you can enter the command 'rehash'. If that doesn't do it, then you should see what the command name is supposed to be or read up on how to start the utility. ////jerry > > Normally the instaled binary of the applications are > in /usr/bin, /usr/local/bin, /usr/X11R6/bin... > > If the applications has been succesfully instaled via > ports, type whereis application-name, and it will show > you the place. For example, previous to the > instalation, if you type whereis xmms, it will just > show you /usr/ports/chinese/xmms. After the > instalation, typieng the same, whereis xmms, it will > show you something like that. > > bash-2.05b$ whereis xmms > xmms: /usr/X11R6/bin/xmms > /usr/X11R6/man/man1/xmms.1.gz /usr/ports/chinese/xmms > > If you have /usr/X11R6/bin in your path, (echo $PATH > will show it) just typing xmms in a terminal will run > the application. > > Thank you in advance. > > Michael Brady > > > > ______________________________________________ > LLama Gratis a cualquier PC del Mundo. > Llamadas a fijos y móviles desde 1 céntimo por minuto. > http://es.voice.yahoo.com > _______________________________________________ > 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" >