From owner-freebsd-questions Wed Jan 3 19:17:23 2001 From owner-freebsd-questions@FreeBSD.ORG Wed Jan 3 19:17:21 2001 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mail.rpi.edu (mail.rpi.edu [128.113.100.7]) by hub.freebsd.org (Postfix) with ESMTP id 0818637B400 for ; Wed, 3 Jan 2001 19:17:21 -0800 (PST) Received: from [128.113.24.47] (gilead.acs.rpi.edu [128.113.24.47]) by mail.rpi.edu (8.9.3/8.9.3) with ESMTP id WAA653586; Wed, 3 Jan 2001 22:17:18 -0500 Mime-Version: 1.0 X-Sender: drosih@mail.rpi.edu Message-Id: In-Reply-To: <008801c075f8$fa3b3fa0$47cf3fd0@windows.home> References: <007801c075f5$f704d420$47cf3fd0@windows.home> <008801c075f8$fa3b3fa0$47cf3fd0@windows.home> Date: Wed, 3 Jan 2001 22:17:17 -0500 To: lanehol@bellsouth.net From: Garance A Drosihn Subject: Re: vgrind: not found in make buildworld! EEEEKKKK!! Cc: freebsd-questions@FreeBSD.ORG Content-Type: text/plain; charset="us-ascii" ; format="flowed" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG At 8:49 PM -0600 1/3/01, lanehol@bellsouth.net wrote: >Me again. > >I should mention that I found vgrind in /usr/bin but when I type >/usr/bin/vgrind >I get: >/usr/bin/vgrind: not found > >What's up with that? >The permissions are -r-xr-xr-x and I'm logged in as root. > >My confusion deepens. Try the command: file /usr/bin/vgrind that should tell describe it as something like a "C shell script text executable". If so, try the command: more /usr/bin/vgrind The first line in the file will tell you what shell the script is looking for. Eg: #!/bin/csh -f would mean that it's looking for "/bin/csh". So, check to see what /bin/csh looks like on your system. -- Garance Alistair Drosehn = gad@eclipse.acs.rpi.edu Senior Systems Programmer or gad@freebsd.org Rensselaer Polytechnic Institute or drosih@rpi.edu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message