From owner-freebsd-amd64@FreeBSD.ORG Wed Mar 2 21:27:23 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 61FBF16A53A for ; Wed, 2 Mar 2005 21:27:23 +0000 (GMT) Received: from anuket.mj.niksun.com (gwnew.niksun.com [65.115.46.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id 25BF043D2D for ; Wed, 2 Mar 2005 21:27:20 +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 j22LRHWj018483; Wed, 2 Mar 2005 16:27:19 -0500 (EST) (envelope-from jkim@niksun.com) From: Jung-uk Kim Organization: Niksun, Inc. To: freebsd-amd64@freebsd.org Date: Wed, 2 Mar 2005 16:27:14 -0500 User-Agent: KMail/1.6.2 References: <20050302100502.41535.qmail@web52303.mail.yahoo.com> <20050302105347.GB25618@neo.redjade.org> In-Reply-To: <20050302105347.GB25618@neo.redjade.org> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="euc-kr" Content-Transfer-Encoding: 7bit Message-Id: <200503021627.14736.jkim@niksun.com> X-Virus-Scanned: ClamAV 0.83/742/Tue Mar 1 20:05:59 2005 on anuket.mj.niksun.com X-Virus-Status: Clean 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: Wed, 02 Mar 2005 21:27:23 -0000 On Wednesday 02 March 2005 05:53 am, Sangwoo Shim wrote: > On Wed, Mar 02, 2005 at 02:05:02AM -0800, dR wrote: > [snip] > > AFAIK, kernel modules for linux compatibility do not work yet. > You should include them directly in the kernel configuration file. > > Well, I'll describe a little what I've done to use OOo for linux on > FBSD/amd64. FYI, I installed OOo 1.9.m79. > > 1. Rebuild and install kernel with following options. > options LINPROCFS > options COMPAT_43 > options COMPAT_LINUX32 > 2. After reboot, install emulators/linux_base. > 3. Install java/linux-sun-jdk14. > 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. > 5. Add OOo shlib directory > (/opt/openoffice.org1.9.79/program/filter) to > /compat/linux/etc/ld.so.conf, and run /compat/linux/sbin/ldconfig. > > And then you are all set. > Execute /compat/linux/opt/openoffice.org1.9.79/program/soffice. If > you are not using English-version of OOo, you might have to map > some font files for your language. I am running korean version just fine without any mapping. ;-) One more tip: you may have to map proper JRE directory if it doesn't find /usr/local/linux-sun-jdk1.4.2/jre automatically. Mine didn't. http://marketing.openoffice.org/2.0/featureguide.html 'Choose Tools - Options - OpenOffice.org - Java. You do not have to select a version of Java manually as it will be done automatically if necessary, but you can if you want.' > Hope these help. It was great help for me. Thanks!!! Jung-uk Kim > Regards, > Sangwoo Shim