Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Apr 2007 00:58:19 +0900
From:      Norikatsu Shigemura <nork@FreeBSD.org>
To:        regisr <regisr@pobox.com>
Cc:        freebsd-ports@FreeBSD.org
Subject:   Re: [wine] can't run /libexec/ld-elf.so.1 not found
Message-ID:  <20070418005819.a1c00610.nork@FreeBSD.org>
In-Reply-To: <20070417132425.0b3b1730.regisr@pobox.com>
References:  <20070417132425.0b3b1730.regisr@pobox.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, 17 Apr 2007 13:24:25 +0200
regisr <regisr@pobox.com> wrote:
> When I launch wine just build from ports tree (cvsup yesterday)
> installed with portupgrade, I have the following error message:
>  ELF interpreter /libexec/ld-elf.so.1 not found 
> But the lib is in right place... It is the only program which can't run!
> %ls -l /libexec//ld*
> -r-xr-xr-x  1 root  wheel  159800 27 jan 11:25 /libexec//ld-elf.so.1
> -r-xr-xr-x  1 root  wheel  158712 12 nov 14:01 /libexec//ld-elf.so.1.old
> What I do wrong?

	It's well-known problem.  The maximum hard-limit data size
	(kern.maxdsiz) is too big (over about 1GB).  So you may set
	kern.maxdsiz=805306368 to your /boot/loader.conf.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20070418005819.a1c00610.nork>