From owner-freebsd-emulation Wed Nov 3 14:39: 9 1999 Delivered-To: freebsd-emulation@freebsd.org Received: from loki.intrepid.net (intrepid.net [204.71.127.3]) by hub.freebsd.org (Postfix) with ESMTP id 719561510E for ; Wed, 3 Nov 1999 14:39:06 -0800 (PST) (envelope-from mark@loki.intrepid.net) Received: (from mark@localhost) by loki.intrepid.net (8.8.5/8.8.5) id RAA28687; Wed, 3 Nov 1999 17:38:04 -0500 Message-ID: <19991103173804.F6711@intrepid.net> Date: Wed, 3 Nov 1999 17:38:04 -0500 From: Mark Conway Wirt To: Alex Cc: freebsd-emulation@freebsd.org Subject: Re: StarOffice 5.1A Howto Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.93.2 Sender: owner-freebsd-emulation@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > This worked for me on a -current system but not -stable. When I was > installing SO5.1 on a -stable system, the setup program did not > extract some of the libraries and therefore couldn't find them, even > though LD_LIBRARY_PATH was set. Very strange. I had to extract the > missing libraries just like described in the HOWTO. Reproduced on > two -stable boxes. I've checked Marcel's suggestion on a -stable machine, and it works provided that: You extract the libs via unzip -L setup.zip cd to the directory export LD_LIBRARY_PATH=. the key seems to be to unzip the libs first. One nice thing that putting things in /usr/compat: While soffice keeps it's own copy of the libs and correctly sets the LD_LIBRARY_PATH, the "setup" utility doesn't. So, if you've done a network install and have to run setup, you'll need to explicitly set your path, e.g., export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib/Office51/lib/ before running setup to set up your personal space (if you haven't put them in /usr/compat). --Mark To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-emulation" in the body of the message