From owner-freebsd-questions Wed Feb 14 10:32:56 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mailman.sprintlabs.com (mx.sprintlabs.com [208.30.174.2]) by hub.freebsd.org (Postfix) with ESMTP id 77AA337B491; Wed, 14 Feb 2001 10:32:45 -0800 (PST) Received: by mailman.sprintlabs.com with Internet Mail Service (5.5.2652.78) id ; Wed, 14 Feb 2001 10:32:43 -0800 Received: from sprintlabs.com (ip199-2-53-48.sprintlabs.com [199.2.53.48]) by mailman.sprintlabs.com with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2652.78) id DZL7JPNL; Wed, 14 Feb 2001 10:32:35 -0800 From: Steven Davidson Reply-To: Steven Davidson To: gnats-admin@FreeBSD.org, freebsd-ports@FreeBSD.org, mb@imp.ch, dkwiebe@hagenhomes.com, uwe@ptc.spbu.ru, bitsurfr@enteract.com, green@unixhelp.org, vladimirl@home.com, freebsd-questions@freebsd.org Message-ID: <3A8AD301.D5BF9ACB@sprintlabs.com> Date: Wed, 14 Feb 2001 10:48:34 -0800 X-Mailer: Mozilla 4.76 [en] (X11; U; FreeBSD 4.2-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 Subject: FreeBSD port Staroffice 5.2 now works! (was Re: ports/24049: SO5.2 fails to install on FreeBSD 4.2-RELEASE) References: <200101031730.f03HU1F87122@freefall.freebsd.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG SOLUTION FOUND!!! Please tell anyone who mught need to know. The environment that finally worked was FreeBSD 4.2-Release with a recent (Feb 13, 2001) CVSup on the ports collection. However, it appears that neither the FreeBSD release nor the CVSup had anything to do with the solution. First, the error: /usr/ports/editors/staroffice52/work/tmp/sv001.tmp/setup.bin: error in loading shared libraries: libvos1GCC.so: cannot open shared object file: No such file or directory *** Error code 1 (ignored) This was resolved by placing "/bin" in front of my path, e.g., in tcsh: set path=(/bin $path) (Thanks to Valeriy for this). Might I suggest that the port be modified to NOT rely on the path environment setting, but rather to hard code the necessary path(s). Also, you will see the following instructions: You will very shortly have finished a network install of StarOffice 5.2. Once that is done exit X11 and run it again as the user that you usually use. Then run "make install-user" and do a standard workstation install. Change the install path to $HOME/office52. Then add $HOME/office52/ to your path. I never exited X11; I started X11 as a regular non-root user then as root, I did: set path=(/bin $path) cd /usr/ports/editors/staroffice52 make make install Then, as a regular non-root user: set path=(/bin $path) cd /usr/ports/editors/staroffice52 make install-user set path=(~/office52 $path) ...add this .cshrc rehash soffice ...and everything worked! The second problem: 109939-02.tar.Z was not found *anywhere* on the list of staroffice locations in the makefile but is available at ftp://sunsolve.sun.com/pub/patches/109939-02.tar.Z (as of Feb 15, 2001) (Thanks again to Valeriy for this info). Thanks to all who helped. I just love this Internet support network! The problem report ports/24049 can be closed. gnats-admin@FreeBSD.org wrote: > Thank you very much for your problem report. > It has the internal identification `ports/24049'. > The individual assigned to look at your > report is: freebsd-ports. > > You can access the state of your problem report at any time > via this link: > > http://www.freebsd.org/cgi/query-pr.cgi?pr=24049 > > >Category: ports > >Responsible: freebsd-ports > >Synopsis: SO5.2 fails to install on FreeBSD 4.2-RELEASE > >Arrival-Date: Wed Jan 03 09:30:01 PST 2001 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message