From owner-freebsd-questions@FreeBSD.ORG Tue Aug 19 15:04:26 2008 Return-Path: Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CBB1A106564A for ; Tue, 19 Aug 2008 15:04:26 +0000 (UTC) (envelope-from olli@lurza.secnetix.de) Received: from lurza.secnetix.de (lurza.secnetix.de [212.17.241.230]) by mx1.freebsd.org (Postfix) with ESMTP id 4CC7D8FC13 for ; Tue, 19 Aug 2008 15:04:25 +0000 (UTC) (envelope-from olli@lurza.secnetix.de) Received: from lurza.secnetix.de (localhost [127.0.0.1]) by lurza.secnetix.de (8.14.1/8.14.1) with ESMTP id m7JF49jH013836; Tue, 19 Aug 2008 17:04:09 +0200 (CEST) (envelope-from oliver.fromme@secnetix.de) Received: (from olli@localhost) by lurza.secnetix.de (8.14.1/8.14.1/Submit) id m7JF48bk013835; Tue, 19 Aug 2008 17:04:08 +0200 (CEST) (envelope-from olli) Date: Tue, 19 Aug 2008 17:04:08 +0200 (CEST) Message-Id: <200808191504.m7JF48bk013835@lurza.secnetix.de> From: Oliver Fromme To: freebsd-questions@FreeBSD.ORG, chris27wjoyner@yahoo.com, millenia2000@hotmail.com In-Reply-To: X-Newsgroups: list.freebsd-questions User-Agent: tin/1.8.3-20070201 ("Scotasay") (UNIX) (FreeBSD/6.2-STABLE-20070808 (i386)) MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.1.2 (lurza.secnetix.de [127.0.0.1]); Tue, 19 Aug 2008 17:04:11 +0200 (CEST) Cc: Subject: Re: Is it possible to run i386 only, on a amd64 freebsd 7? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd-questions@FreeBSD.ORG, chris27wjoyner@yahoo.com, millenia2000@hotmail.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Aug 2008 15:04:26 -0000 Sean Cavanaugh wrote: > he was asking about ports that are labled as "i386 only" Well, he didn't mention building ports. He only said *running* i386 software on amd64, which is certainly possible. Whether "i386 only" packages will run on amd64 depends on the reason why they're marked as such. If they contain kernel code (such as the nvidia binary driver), then it won't work. Otherwise it should work. However, it is important to know that i386 binaries can only be linked with i386 libraries. So if you need to run an third-party i386 binary that requires a third- party library, then that library must be i386, too. Best regards Oliver -- Oliver Fromme, secnetix GmbH & Co. KG, Marktplatz 29, 85567 Grafing b. M. Handelsregister: Registergericht Muenchen, HRA 74606, Geschäftsfuehrung: secnetix Verwaltungsgesellsch. mbH, Handelsregister: Registergericht Mün- chen, HRB 125758, Geschäftsführer: Maik Bachmann, Olaf Erb, Ralf Gebhart FreeBSD-Dienstleistungen, -Produkte und mehr: http://www.secnetix.de/bsd Passwords are like underwear. You don't share them, you don't hang them on your monitor or under your keyboard, you don't email them, or put them on a web site, and you must change them very often.