From owner-freebsd-stable Wed Jan 5 7: 0:23 2000 Delivered-To: freebsd-stable@freebsd.org Received: from kci.kciLink.com (kci.kciLink.com [204.117.82.1]) by hub.freebsd.org (Postfix) with ESMTP id 04A64150C9 for ; Wed, 5 Jan 2000 07:00:22 -0800 (PST) (envelope-from khera@kciLink.com) Received: by kci.kciLink.com (Postfix, from userid 100) id 06A82E8A4; Wed, 5 Jan 2000 10:00:20 -0500 (EST) From: Vivek Khera MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <14451.23683.913199.779779@kci.kciLink.com> Date: Wed, 5 Jan 2000 10:00:19 -0500 (EST) To: Gabriel Mains Cc: freebsd-stable@FreeBSD.ORG Subject: Re: Star Office Setup Fails In-Reply-To: References: X-Mailer: VM 6.72 under 21.1 (patch 7) "Biscayne" XEmacs Lucid Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >>>>> "GM" == Gabriel Mains writes: GM> When I try and run the Star Office 5.1a setup (not the port) it gives me GM> the following error: GM> bash# ./setup GM> /usr/tmp/sv001.tmp/setup.bin: error in loading shared libraries GM> libvos517li.so: cannot open shared object file: No such file or directory Did you make sure /usr/compat/linux/bin is at the start of your path? I did it like this: env PATH=/usr/compat/linux/bin:$PATH ./setup and it worked well. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message