From owner-freebsd-current Fri Aug 17 19:53:19 2001 Delivered-To: freebsd-current@freebsd.org Received: from mailgate.westmarsh.com (mailgate.westmarsh.com [193.195.76.50]) by hub.freebsd.org (Postfix) with ESMTP id 9A0C337B40E for ; Fri, 17 Aug 2001 19:53:12 -0700 (PDT) (envelope-from pierre.dampure@westmarsh.com) Received: from westmarsh.com (mailgate.westmarsh.com [193.195.76.50]) by mailgate.westmarsh.com (8.11.5/8.11.5) with ESMTP id f7I2rGa49607 for ; Sat, 18 Aug 2001 03:53:17 +0100 (BST) (envelope-from pierre.dampure@westmarsh.com) Message-ID: <3B7DD894.CC1FD08E@westmarsh.com> Date: Sat, 18 Aug 2001 03:53:08 +0100 From: "Pierre Y. Dampure" Organization: Westmarsh X-Mailer: Mozilla 4.77 [en] (X11; U; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: current@freebsd.org Subject: Re: ELF interpreter /co not found References: <3B7DC62B.229E5815@westmarsh.com> <20010818035608.A4068@bank-pedersen.dk> <3B7DD25D.3D4DC1D5@westmarsh.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hmm, wait a minute here... path is a char*, so sizeof(path) will always return the pointer size (4 on IA32), not what was allocated. PYD To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message