From owner-freebsd-questions@FreeBSD.ORG Mon Jun 7 17:36:33 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 453E116A4D2 for ; Mon, 7 Jun 2004 17:36:33 +0000 (GMT) Received: from cactus.fi.uba.ar (cactus.fi.uba.ar [157.92.49.108]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7A73743D1D for ; Mon, 7 Jun 2004 17:36:32 +0000 (GMT) (envelope-from fgleiser@cactus.fi.uba.ar) Received: from cactus (cactus [157.92.49.108]) by cactus.fi.uba.ar (8.12.11/8.12.11) with ESMTP id i57Hadsv070572; Mon, 7 Jun 2004 14:36:39 -0300 (ART) (envelope-from fgleiser@cactus.fi.uba.ar) Date: Mon, 7 Jun 2004 14:36:39 -0300 (ART) From: Fernando Gleiser To: Gerard Samuel In-Reply-To: <200406071311.51250.fbsd-questions@trini0.org> Message-ID: <20040607143425.X70462@cactus.fi.uba.ar> References: <200406071311.51250.fbsd-questions@trini0.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Scanned-By: MIMEDefang 2.42 cc: freebsd-questions@freebsd.org Subject: Re: Converting/Manipulating RPMs for FBSD environment X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Jun 2004 17:36:33 -0000 On Mon, 7 Jun 2004, Gerard Samuel wrote: > A few weeks ago, I purchased a network printer, but unfortunately, > I was unable to print to it from FreeBSD. > They (Brother), recently release LPR drivers for the printer, but > unfortunately, only as RPMs, intended for Linux distros. > I have installed the rpm port, but trying to extract it, gives me an error > about, being run on the wrong OS. 1. Install the linux compatibility stuff 2. run /compat/linux/bin/bash 3. do the rpm -i from within linux's bash. 4. exit the linux bash 5. use and enjoy :) Fer