[wine] can't run /libexec/ld-elf.so.1 not found

Norikatsu Shigemura nork at FreeBSD.org
Tue Apr 17 16:23:58 UTC 2007


On Tue, 17 Apr 2007 13:24:25 +0200
regisr <regisr at 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.


More information about the freebsd-ports mailing list