From owner-freebsd-questions Fri Nov 19 1:23:27 1999 Delivered-To: freebsd-questions@freebsd.org Received: from axl.noc.iafrica.com (axl.noc.iafrica.com [196.31.1.175]) by hub.freebsd.org (Postfix) with ESMTP id B3BB014CE3 for ; Fri, 19 Nov 1999 01:23:21 -0800 (PST) (envelope-from sheldonh@axl.noc.iafrica.com) Received: from sheldonh (helo=axl.noc.iafrica.com) by axl.noc.iafrica.com with local-esmtp (Exim 3.040 #1) id 11okG4-0008Bk-00; Fri, 19 Nov 1999 11:23:08 +0200 From: Sheldon Hearn To: ahze@hci.net Cc: freebsd-questions@FreeBSD.ORG Subject: Re: A couple quick questions.. In-reply-to: Your message of "Fri, 19 Nov 1999 01:18:35 GMT." <199911190130.UAA12594@hc1.hci.net> Date: Fri, 19 Nov 1999 11:23:08 +0200 Message-ID: <31479.943003388@axl.noc.iafrica.com> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, 19 Nov 1999 01:18:35 GMT, AHZE wrote: > I currently run redhat linux , and I have ALOT of software in rpm > format , from .src.rpm , that i have compiled my self. I was wondering > if I could install this on freebsd .. There are two issues at play here. The first is the issue of package management in FreeBSD. There is an rpm package manager available for FreeBSD, either in the Ports collection or as a package install. So you _will_ be able to use srpms and rpms to install software on FreeBSD, although some of your srpms might need to be tweaked for FreeBSD-specific build issues (library and header locations etc). The more serious issue, though, is that of binary compatibility. Many applications compiled for Linux can be run on FreeBSD using FreeBSD's linuxulator. However, there's no guarantee that any given application will work. Unfortunately, you'll just have to try them out and see. The good news is that FreeBSD's linuxulator is under active development. This means that, should you run into problem, there's at least one person who will take an interest in your compatibility problems. Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message