On Tue, 17 Apr 2007 13:24:25 +0200 regisr <[EMAIL PROTECTED]> 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. _______________________________________________ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "[EMAIL PROTECTED]"