From owner-freebsd-questions Tue May 28 15:11:23 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id PAA06399 for questions-outgoing; Tue, 28 May 1996 15:11:23 -0700 (PDT) Received: from who.cdrom.com (who.cdrom.com [204.216.27.3]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id PAA06312 for ; Tue, 28 May 1996 15:11:10 -0700 (PDT) Received: from phaeton.artisoft.com (phaeton.Artisoft.COM [198.17.250.211]) by who.cdrom.com (8.6.12/8.6.11) with ESMTP id KAA06724 for ; Tue, 28 May 1996 10:27:18 -0700 Received: (from terry@localhost) by phaeton.artisoft.com (8.6.11/8.6.9) id KAA11340; Tue, 28 May 1996 10:24:30 -0700 From: Terry Lambert Message-Id: <199605281724.KAA11340@phaeton.artisoft.com> Subject: Re: About FreeBSD To: rogha@slip.net Date: Tue, 28 May 1996 10:24:30 -0700 (MST) Cc: questions@freebsd.org In-Reply-To: <31AACF32.9E8@slip.net> from "Reza Latjuba" at May 28, 96 03:02:26 am X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > I would like to know whether the software intended for SUN Solaris can > be used and installed in FreeBSD 2.1....I ask this question because The > architecture behind SUN Solaris and FreeBSD based on the same > architecture... Work is under way to support running Solaris x86 binaries. Unfortunately, the Linux ELF does not add an identification segment (like it should), so it is hard to distinguish Linux ELF binaries from Solaris ELF binaries. Since they have different call gates and different ld.so, etc., currently, it's only possible to distinguish shared binaries by their choice of ld.so. If you are interested in testing, you should contact the people working on the problem (on the -current list). Otherwise, the code is not in any release version, and the answer is "no". Terry Lambert terry@lambert.org --- Any opinions in this posting are my own and not those of my present or previous employers.