From owner-freebsd-bugs@FreeBSD.ORG Thu Sep 30 20:27:27 2010 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0299E1065679; Thu, 30 Sep 2010 20:27:27 +0000 (UTC) (envelope-from arundel@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id CDFCA8FC0C; Thu, 30 Sep 2010 20:27:26 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o8UKRQCJ024006; Thu, 30 Sep 2010 20:27:26 GMT (envelope-from arundel@freefall.freebsd.org) Received: (from arundel@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o8UKRQOC024002; Thu, 30 Sep 2010 20:27:26 GMT (envelope-from arundel) Date: Thu, 30 Sep 2010 20:27:26 GMT Message-Id: <201009302027.o8UKRQOC024002@freefall.freebsd.org> To: goldveronica@gmail.com, arundel@FreeBSD.org, freebsd-bugs@FreeBSD.org From: arundel@FreeBSD.org Cc: Subject: Re: kern/134502: [libelf] why 32 bit app not use /libexec/ld-elf32.so.1 on amd64 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Sep 2010 20:27:27 -0000 Synopsis: [libelf] why 32 bit app not use /libexec/ld-elf32.so.1 on amd64 State-Changed-From-To: open->feedback State-Changed-By: arundel State-Changed-When: Thu Sep 30 20:23:17 UTC 2010 State-Changed-Why: Do you have "options COMPAT_FREEBSD7" in your kernel? i believe it is a requirement to have 32bit support. Also please note that "COMPAT_IA32" got renamed to "COMPAT_FREEBSD32". Please see UPDATING entry from 20100311. Please recompile your kernel with options COMPAT_FREEBSD7 options COMPAT_FREEBSD32 and see, if that fixes your problem. http://www.freebsd.org/cgi/query-pr.cgi?pr=134502