From owner-freebsd-questions Wed Mar 20 18:17:56 2002 Delivered-To: freebsd-questions@freebsd.org Received: from gurudom.ramax.com (h24-68-240-50.cg.shawcable.net [24.68.240.50]) by hub.freebsd.org (Postfix) with SMTP id 7FDA437B426 for ; Wed, 20 Mar 2002 18:17:40 -0800 (PST) Received: (qmail 54136 invoked from network); 21 Mar 2002 02:17:39 -0000 Received: from unknown (HELO bismark.io.sys.ramax.com) (10.0.0.1) by netopia.io.sys with SMTP; 21 Mar 2002 02:17:39 -0000 To: Jeff Jeter Cc: FreeBSD Questions Subject: Re: Linux binaries won't run References: From: Alex Rodioukov Date: 20 Mar 2002 19:17:39 -0700 In-Reply-To: Message-ID: <87r8me64vw.fsf@bismark.io.sys> Lines: 16 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Jeff Jeter writes: > I am having trouble running some linux binaries. Some (netscape) run > fine, others(staroffice 6 setup; open office bin setup) do nothing @ > all when i dblclik on them in Konquerer and say command not found if i > try to run them in a terminal. How do i run these binaries? Please > Help. You might want to look inside these "binaries". They might be not binaries at all, being shell scripts. If it is the case, then their linux origin will make me highly suspicous of them having "#!/bin/bash" as the first line. Change it to "#!/usr/local/bin/bash" (if you have bash port installed) or to "#!/bin/sh". Regards, Alex. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message