From owner-freebsd-amd64@FreeBSD.ORG Wed Jan 19 23:48:51 2005 Return-Path: Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 81F6416A4D4 for ; Wed, 19 Jan 2005 23:48:51 +0000 (GMT) Received: from mail.uk.psi.com (mail.uk.psi.com [154.8.2.142]) by mx1.FreeBSD.org (Postfix) with ESMTP id 492A343D49 for ; Wed, 19 Jan 2005 23:48:50 +0000 (GMT) (envelope-from alan.barrow@psinet.telstra.co.uk) Received: from ip11.vpn.uk.psi.com ([154.8.4.11] helo=macros) by mail.uk.psi.com with smtp (Exim 4.41) id 1CrPZ9-0000uS-Gx; Wed, 19 Jan 2005 23:48:48 +0000 From: To: "Richard Cotrina" , Date: Wed, 19 Jan 2005 23:42:47 -0000 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 Importance: Normal In-Reply-To: <20050119173135.V18358@kheops.speedy.net.pe> Subject: RE: elf-32 binaries compat X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: alan.barrow@psinet.telstra.co.uk List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Jan 2005 23:48:51 -0000 had many issues with this, gave up and rolled back to i386 on the opteron for the moment, we need the orcacle driver :( still i'm sure this will work in time. yours a.r.b. -----Original Message----- From: owner-freebsd-amd64@freebsd.org [mailto:owner-freebsd-amd64@freebsd.org]On Behalf Of Richard Cotrina Sent: 19 January 2005 22:44 To: freebsd-amd64@freebsd.org Subject: elf-32 binaries compat Hi : Is there any special configuration needed to run elf 32 (i386) binaries in FreeBSD 5.3R/amd64 ? I am trying to run some 32 bit application in a kernel that has the following options enabled: options COMPAT_IA32 options COMPAT_FREEBSD4 and i got the following error: ELF interpreter /libexec/ld-elf32.so.1 not found Searching the list i found out that lib32 needs to be enabled, so I did : # cd /usr/src # /usr/src/tools/lib32/build32.sh It seems that it did not help because i still get an error when trying to run the elf 32 application : /usr/libexec/ld-elf.so.1: /usr/lib/libm.so.2: unsupported file layout The question is how do I enable i386 compatibility (elf32)?. I don't have /compat/ia32 or something similar despite the fact my kernel has compat options enabled. I also got the following: # sysctl kern.elf32 kern.elf32.fallback_brand: -1 Any help or suggestion is welcome. Thanks in advance Richard Cotrina _______________________________________________ freebsd-amd64@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-amd64 To unsubscribe, send any mail to "freebsd-amd64-unsubscribe@freebsd.org"