From nobody@FreeBSD.org  Wed May 13 07:55:12 2009
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 1E99E1065672
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 13 May 2009 07:55:12 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id E5F0E8FC15
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 13 May 2009 07:55:11 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.3/8.14.3) with ESMTP id n4D7tBpI008445
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 13 May 2009 07:55:11 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.3/8.14.3/Submit) id n4D7tB7K008438;
	Wed, 13 May 2009 07:55:11 GMT
	(envelope-from nobody)
Message-Id: <200905130755.n4D7tB7K008438@www.freebsd.org>
Date: Wed, 13 May 2009 07:55:11 GMT
From: bsdx <goldveronica@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: why 32 bit app not use /libexec/ld-elf32.so.1 on amd64
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         134502
>Category:       kern
>Synopsis:       [libelf] why 32 bit app not use /libexec/ld-elf32.so.1 on amd64
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed May 13 08:00:12 UTC 2009
>Closed-Date:    Thu May 26 13:52:45 UTC 2011
>Last-Modified:  Thu May 26 13:52:45 UTC 2011
>Originator:     bsdx
>Release:        8-current
>Organization:
>Environment:
FreeBSD fasia.osu.org 8.0-CURRENT FreeBSD 8.0-CURRENT #1: Mon May 11 14:28:14 UTC 2009     root@fasia.osu.org:/usr/obj/usr/src/sys/FASIA64  amd64
>Description:
When I run dialogblocks (build for freebsd 7.0 32bit),
/libexec/ld-elf.so.1: /usr/local/lib/libgtk-x11-2.0.so.0: unsupported file layout

option compat_ia32
option with compat is all included in kernel configuration.
>How-To-Repeat:

>Fix:


>Release-Note:
>Audit-Trail:
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 
State-Changed-From-To: feedback->closed 
State-Changed-By: jh 
State-Changed-When: Thu May 26 13:52:44 UTC 2011 
State-Changed-Why:  
Feedback timeout. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=134502 
>Unformatted:
