From owner-freebsd-amd64@FreeBSD.ORG Thu Mar 3 16:54:50 2005 Return-Path: Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BF82316A4CE for ; Thu, 3 Mar 2005 16:54:50 +0000 (GMT) Received: from anuket.mj.niksun.com (gwnew.niksun.com [65.115.46.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id 438A543D49 for ; Thu, 3 Mar 2005 16:54:49 +0000 (GMT) (envelope-from jkim@niksun.com) Received: from [10.70.0.244] (daemon.mj.niksun.com [10.70.0.244]) by anuket.mj.niksun.com (8.13.1/8.12.11) with ESMTP id j23Gskwv039669; Thu, 3 Mar 2005 11:54:47 -0500 (EST) (envelope-from jkim@niksun.com) From: Jung-uk Kim Organization: Niksun, Inc. To: Sangwoo Shim Date: Thu, 3 Mar 2005 11:54:45 -0500 User-Agent: KMail/1.6.2 References: <20050302100502.41535.qmail@web52303.mail.yahoo.com> <200503021627.14736.jkim@niksun.com> <20050303035313.GA30221@neo.redjade.org> In-Reply-To: <20050303035313.GA30221@neo.redjade.org> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="euc-kr" Content-Transfer-Encoding: 7bit Message-Id: <200503031154.45046.jkim@niksun.com> X-Virus-Scanned: ClamAV 0.83/743/Wed Mar 2 19:02:05 2005 on anuket.mj.niksun.com X-Virus-Status: Clean cc: freebsd-amd64@freebsd.org Subject: Re: AMD64/rel 5.3 - setting up Linux compatibility X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Mar 2005 16:54:50 -0000 On Wednesday 02 March 2005 10:53 pm, Sangwoo Shim wrote: > On Wed, Mar 02, 2005 at 04:27:14PM -0500, Jung-uk Kim wrote: > > On Wednesday 02 March 2005 05:53 am, Sangwoo Shim wrote: > > > On Wed, Mar 02, 2005 at 02:05:02AM -0800, dR wrote: > > [snip] > > > > 3. Download OOo package for linux and expand it. > > > Extract generated rpms using rpm2cpio, like > > > rpm2cpio *.rpm | tar xvf - > > > > > > OOo files will be extracted into $PWD/opt. > > > 4. Copy entire opt directory to /compat/linux/opt. > > > > Copy usr/bin/* to /compat/linux/bin and usr/share/* > > to /compat/linux/share. > > Hmm, mine does not contain any directory name 'usr'. Might have > been caused by version difference. Step 3 doesn't seem to work for me. I just extracted individual RPMs. Maybe you have missed few RPMs? Jung-uk Kim