From owner-freebsd-hardware@FreeBSD.ORG Sat Jun 9 23:04:05 2007 Return-Path: X-Original-To: hardware@freebsd.org Delivered-To: freebsd-hardware@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A73A016A400 for ; Sat, 9 Jun 2007 23:04:05 +0000 (UTC) (envelope-from j_guojun@lbl.gov) Received: from smtp123.sbc.mail.sp1.yahoo.com (smtp123.sbc.mail.sp1.yahoo.com [69.147.64.96]) by mx1.freebsd.org (Postfix) with SMTP id 7EAFA13C45E for ; Sat, 9 Jun 2007 23:04:05 +0000 (UTC) (envelope-from j_guojun@lbl.gov) Received: (qmail 57943 invoked from network); 9 Jun 2007 22:37:24 -0000 Received: from unknown (HELO ?192.168.2.9?) (jinmtb@sbcglobal.net@75.36.165.38 with plain) by smtp123.sbc.mail.sp1.yahoo.com with SMTP; 9 Jun 2007 22:37:24 -0000 X-YMail-OSG: 9pIkF3gVM1mlVd6jTGouOdfW3NqMOzNNap.9vAXZVJIZVjWGCeHJG7UIDRjZAnCgSqnu4F1L4Q-- Message-ID: <466B2B9F.5010308@lbl.gov> Date: Sat, 09 Jun 2007 15:37:19 -0700 From: "Jin Guojun [VFFS]" User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.13) Gecko/20061027 X-Accept-Language: en, zh, zh-CN MIME-Version: 1.0 To: questions@freebsd.org, hardware@freebsd.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: what causes error -- ELF interpreter /libexec/ld-elf.so.1 not found X-BeenThere: freebsd-hardware@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: General discussion of FreeBSD hardware List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Jun 2007 23:04:05 -0000 I have multiple FreeBSD 6.2 machines with different hardware, but one of them encountered this strange error when running program "wine". I could not figure out what causes such error since /libexec/ld-elf.so.1 absolutely exists, otherwise no program will run. It does not matter if the wine is pre-compiled in packages or I built it from ports. All other machine do NOT have such problem. I reinstalled this machine a few times, and it always does the same thing. However other programs run well. Would this is related to some particular hardware issue? This one is ECS 848P-A7 motherboard with Intel P4 506+ CPU, plus 2 GB memory. Other machines are HP AMD64 laptop, DELL Dual XEON, DELL Intel Laptop, and AMD XP 2100+, and none of them ever had such problem. 129 /data: ldd `which wine` /usr/local/bin/wine: ELF interpreter /libexec/ld-elf.so.1 not found /usr/local/bin/wine: signal 6 130 /data: ll /libexec/ld-elf.so.1 -r-xr-xr-x 1 root wheel 158712 Jan 11 23:39 /libexec/ld-elf.so.1* 131 /data: wine ELF interpreter /libexec/ld-elf.so.1 not found Abort 132 /data: which wine /usr/local/bin/wine Does someone have an idea what is happening here? -Jin