From owner-freebsd-stable@FreeBSD.ORG Sat Jul 29 13:48:52 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8707A16A4DA for ; Sat, 29 Jul 2006 13:48:52 +0000 (UTC) (envelope-from uspoerlein@gmail.com) Received: from nz-out-0102.google.com (nz-out-0102.google.com [64.233.162.192]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0127D43D46 for ; Sat, 29 Jul 2006 13:48:51 +0000 (GMT) (envelope-from uspoerlein@gmail.com) Received: by nz-out-0102.google.com with SMTP id 13so26154nzn for ; Sat, 29 Jul 2006 06:48:51 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:date:from:to:cc:subject:message-id:mail-followup-to:references:mime-version:content-type:content-disposition:in-reply-to; b=gIjljkcQ886ROlI+V0wAVXVu2xh/IOaFM5N4mOH41t6634gBRXvgozf4e8NK/uuRs5WuHBoFtRaNApKHId4mFf/ZY/q+3GyNART2cqYjFmDtoLGDEw0sK44UWq+g1pMHVwnPNiRviuyXK1qBnF+DKEZFq1y54jCekXkx5f3YFX8= Received: by 10.65.148.11 with SMTP id a11mr669866qbo; Sat, 29 Jul 2006 06:48:51 -0700 (PDT) Received: from roadrunner.q.local ( [217.185.119.144]) by mx.gmail.com with ESMTP id e16sm1754027qbe.2006.07.29.06.48.49; Sat, 29 Jul 2006 06:48:51 -0700 (PDT) Received: from roadrunner.q.local (localhost [127.0.0.1]) by roadrunner.q.local (8.13.6/8.13.6) with ESMTP id k6TDmOqg012983; Sat, 29 Jul 2006 15:48:24 +0200 (CEST) (envelope-from uspoerlein@gmail.com) Received: (from q@localhost) by roadrunner.q.local (8.13.6/8.13.6/Submit) id k6TD4RFO011667; Sat, 29 Jul 2006 15:04:27 +0200 (CEST) (envelope-from uspoerlein@gmail.com) Date: Sat, 29 Jul 2006 15:04:26 +0200 From: Ulrich Spoerlein To: "Andresen, Jason" Message-ID: <20060729130426.GA1066@roadrunner.informatik.uni-wuerzburg.de> Mail-Followup-To: "Andresen, Jason" , freebsd-stable@freebsd.org References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Cc: freebsd-stable@freebsd.org Subject: Re: wine: ld-elf.so.1 not found X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Jul 2006 13:48:52 -0000 Andresen, Jason wrote: > I'm having a very strange problem with Wine. It apparently refuses to > see ld when starting: > > (72 ~): wine > ELF interpreter /libexec/ld-elf.so.1 not found > [...] > > I'm really stumped as to what the problem is. Search the archives, I had that problem too. I traced it back to kern.maxdsiz > 1GB. Please check your local data size limit. Ulrich Spoerlein PS: This is not a bug in Wine itself, but in our ELF handling. Running ldd(1) on the wine binary will result in an ELF interpreter error too. -- A: Yes. >Q: Are you sure? > >A: Because it reverses the logical flow of conversation. > >>Q: Why is top posting frowned upon?