From owner-freebsd-newbies@FreeBSD.ORG Tue Jan 13 12:02:33 2004 Return-Path: Delivered-To: freebsd-newbies@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2975216A4CE for ; Tue, 13 Jan 2004 12:02:33 -0800 (PST) Received: from imo-m01.mx.aol.com (imo-m01.mx.aol.com [64.12.136.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id AD56243D6A for ; Tue, 13 Jan 2004 12:01:57 -0800 (PST) (envelope-from Pdkilllourhy00@aol.com) Received: from Pdkilllourhy00@aol.com by imo-m01.mx.aol.com (mail_out_v36_r4.12.) id n.46.44df4af1 (4116) for ; Tue, 13 Jan 2004 15:01:53 -0500 (EST) From: Pdkilllourhy00@aol.com Message-ID: <46.44df4af1.2d35a8b0@aol.com> Date: Tue, 13 Jan 2004 15:01:52 EST To: freebsd-newbies@freebsd.org MIME-Version: 1.0 X-Mailer: Thunderbird - Mac OS X sub 206 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.1 Subject: Problem with installing/running executables X-BeenThere: freebsd-newbies@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Gathering place for new users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Jan 2004 20:02:33 -0000 Hi; I've just installed FreeBSD 5.1-RELEASE/i386 and am having a problem with the shell finding executable files as valid commands. This is an example of the problem I have: > su root Password: # cd /usr/local/apache2/bin # ls -l a* -rwxr-xr-x 1 root wheel 74207 Jan 11 19:13 ab -rwxr-xr-x 1 root wheel 5360 Jan 11 19:05 apachectl -rwxr-xr-x 1 root wheel 8911 Jan 11 19:13 apr-config -rwxr-xr-x 1 root wheel 8108 Jan 11 19:13 apu-config -rwxr-xr-x 1 root wheel 24808 Jan 11 19:05 apxs # ./apxs ./apxs: Command not found. I'm at a complete loss, any help anyone can give would be appreciated. Thanks! -P. Killourhy