From owner-freebsd-questions@FreeBSD.ORG Wed Feb 9 00:09:45 2005 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 6804416A4CE for ; Wed, 9 Feb 2005 00:09:45 +0000 (GMT) Received: from lakermmtao01.cox.net (lakermmtao01.cox.net [68.230.240.38]) by mx1.FreeBSD.org (Postfix) with ESMTP id D034A43D39 for ; Wed, 9 Feb 2005 00:09:44 +0000 (GMT) (envelope-from nedsmailbox2@cox.net) Received: from ip68-13-42-191.om.om.cox.net ([68.13.42.191]) by lakermmtao01.cox.net (InterMail vM.6.01.04.00 201-2131-117-20041022) with ESMTP <20050209000942.YZBB11542.lakermmtao01.cox.net@ip68-13-42-191.om.om.cox.net> for ; Tue, 8 Feb 2005 19:09:42 -0500 From: Ned Harrison To: freebsd-questions@freebsd.org Date: Tue, 8 Feb 2005 18:14:25 +0000 User-Agent: KMail/1.7.2 References: <200502061703.55089.nedsmailbox2@cox.net> <200502062326.36775.nbco@screaming.net> In-Reply-To: <200502062326.36775.nbco@screaming.net> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200502081814.26662.nedsmailbox2@cox.net> Subject: Re: Openoffice startup question 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: Wed, 09 Feb 2005 00:09:45 -0000 On Sunday 06 February 2005 11:26 pm, nbco wrote: > On Sunday 06 February 2005 17:03, Ned Harrison wrote: > > > > However, the initiall set up instructions don't seam to work. When I > > type "openoffice", I get "Command not found" for a response. It > > doesn't matter whether I enter the command as an ordinary user or as > > root. This is true even when I move to /usr/local/bin where there > > are several openoffice files. > > Hi there, > Go to: > /usr/local/OpenOffice.org1.1.4 > > then enter the command (as root) > ./spadmin > > hope this helps > .nbco Sorry for the delay. I didn't have time to work on this yesterday. Thanks for the hints though. I'm getting an error message now. So the program is responding. Here is the error message. /usr/libexec/ld-elf.so.1: Shared object "libc.so.6" not found, required by "javaldx" /usr/libexec/ld-elf.so.1: Shared object "libc.so.6" not found, required by "pagein" /usr/libexec/ld-elf.so.1: Shared object "libc.so.6" not found, required by "spadmin.bin" I also get the same message typing out the path and command "soffice." Which another posting suggested that I try. I didn't see "libc.so.6" as either a package or in the ports tree but it looked familiar. So I used the find command on the name "libc.so*" and pulled up this reference: /usr/compat/linux/lib/libc.so.6 I guess that I need to do something to link openoffice to this. The next questions are Where and How? Thanks for your assistance. Ned.