From owner-freebsd-questions@FreeBSD.ORG Fri Mar 28 15:41:45 2003 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 EEE3637B405 for ; Fri, 28 Mar 2003 15:41:45 -0800 (PST) Received: from grant.org (grant.org [64.56.118.18]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3DD7643FBF for ; Fri, 28 Mar 2003 15:41:45 -0800 (PST) (envelope-from mgrant@grant.org) Received: from grant.org (localhost [127.0.0.1]) by grant.org (8.12.6/8.12.6) with ESMTP id h2SNfgWg029053 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO) for ; Fri, 28 Mar 2003 18:41:44 -0500 (EST) (envelope-from mgrant@grant.org) Received: (from mgrant@localhost) by grant.org (8.12.6/8.12.6/Submit) id h2SNfgvp029050; Fri, 28 Mar 2003 18:41:42 -0500 (EST) Date: Fri, 28 Mar 2003 18:41:42 -0500 (EST) Message-Id: <200303282341.h2SNfgvp029050@grant.org> From: Michael Grant To: freebsd-questions@freebsd.org Subject: rpm problems 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: Fri, 28 Mar 2003 23:41:47 -0000 I'm trying to install something from an rpm which uses the linux emulation. I have tried the following: rpm -vv -i --force --ignoreos --nodeps fmserver-trial-5.5-1.i386.rpm and rpm -vv -i --force --root /compat/linux --dbpath /var/lib/rpm --ignoreos --nodeps fmserver-trial-5.5-1.i386.rpm both report that it creates a bunch of files but nothing seems to actually get installed! rpm --version reports: RPM version 3.0.6 Any clues?