From owner-freebsd-questions Tue Feb 3 11:29:05 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA18369 for questions-outgoing; Tue, 3 Feb 1998 11:29:05 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from techpower.net (hometeam@techpower.net [205.133.231.1]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA18311 for ; Tue, 3 Feb 1998 11:28:52 -0800 (PST) (envelope-from hometeam@techpower.net) Received: from localhost (hometeam@localhost) by techpower.net (8.8.8/8.8.5) with SMTP id OAA01275; Tue, 3 Feb 1998 14:28:23 -0500 (EST) Date: Tue, 3 Feb 1998 14:28:22 -0500 (EST) From: Jt To: Michael Haro cc: Rick Verhaalen , freebsd-questions@FreeBSD.ORG Subject: Re: can not run executables In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG X-To-Unsubscribe: mail to majordomo@FreeBSD.org "unsubscribe questions" try "sh program name" see if it finds and loads it. or "whereis program" or locate program what dir this program in ? needs to be in your path. hometeam@techpower.net --We cannot all be masters, nor all masters Cannot be truly follow'd-- -----BEGIN PGP MESSAGE----- Version: 2.6.2 owEBqwBU/4kAlQMFADRCxNWhsddKSTR+6QEBelED/jzeC3btZfqSdIfrNoCgwUJJ iNQ33UQoMyJ2ygkfl72xP5J79yml/F4P73GnNaDVbaMOmOG2NNAi5ElE73wRh54U 17kH+n5XnYeqekV8T2TG2Q6ex3UotXPyZ1vvrCrSxapOz6a4hh0GQeA55rcwLy2W ROHwxfvaVsrX5iVOkRoerBFiC21lc3NhZ2UudHh0AAAAAA== =jCvF -----END PGP MESSAGE----- On Tue, 3 Feb 1998, Michael Haro wrote: > On Tue, 3 Feb 1998, Rick Verhaalen wrote: > > > I recently installed Mesa-2.5 on my FreeBSD v2.2.5 system. When I try to > > run some of the executables, I get "command not found". When I do a ls -l > > on the directories, it will list the program as executable. I am doing > > this while logged in as root. I've encountered this problem before with > > files that were installed post-FreeBSD installation. > > The executable is probably not in your path. You can execute it by typing > ./executable or by adding the path the executable is in to your PATH > environment variable. > > Michael > >