From owner-freebsd-hardware@FreeBSD.ORG Sun Jun 10 00:32:26 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 8D4A916A41F for ; Sun, 10 Jun 2007 00:32:26 +0000 (UTC) (envelope-from j_guojun@lbl.gov) Received: from smtp119.sbc.mail.sp1.yahoo.com (smtp119.sbc.mail.sp1.yahoo.com [69.147.64.92]) by mx1.freebsd.org (Postfix) with SMTP id 63D1A13C447 for ; Sun, 10 Jun 2007 00:32:26 +0000 (UTC) (envelope-from j_guojun@lbl.gov) Received: (qmail 23942 invoked from network); 10 Jun 2007 00:32:26 -0000 Received: from unknown (HELO ?192.168.2.9?) (jinmtb@sbcglobal.net@75.36.165.38 with plain) by smtp119.sbc.mail.sp1.yahoo.com with SMTP; 10 Jun 2007 00:32:25 -0000 X-YMail-OSG: fCQ4y_8VM1m6JslUO7srdXvsyvBxX8lMBa.Ti5O.nRXqU1bOp6423AiKQERFmySEe57tRls8Eg-- Message-ID: <466B4694.3060204@lbl.gov> Date: Sat, 09 Jun 2007 17:32:20 -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 References: <466B2B9F.5010308@lbl.gov> In-Reply-To: <466B2B9F.5010308@lbl.gov> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: hardware@freebsd.org Subject: Re: 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: Sun, 10 Jun 2007 00:32:26 -0000 Finally find cause but no idea why -- in kernel configuration, following line causes the problem: options MAXDSIZ="(2097152U*1024)" Can anyone explain why this can cause /libexec/ld-elf.so.1 not seen for some program? Jin Guojun [VFFS] wrote: > 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 >