Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 09 Apr 1999 10:01:10 +0200 (CEST)
From:      Mariusz Potocki <mariusz@ovitanutricia.com.pl>
To:        Joachim Jaeckel <Joachim.Jaeckel@d.kamp.net>
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   RE: last StarOffice 5.0 on FreeBSD 3.1 ?
Message-ID:  <XFMail.990409100110.mariusz@ovitanutricia.com.pl>
In-Reply-To: <370C6DA1.C1870684@d.kamp.net>

index | next in thread | previous in thread | raw e-mail

[-- Attachment #1 --]

On 08-Apr-99 Joachim Jaeckel wrote:
> Hello,
> 
> I would like to know if theres is someone, who could run the latest
> StarOffice 5.0 under FreeBSD 3.1. I tried it on my system (an updated
> 3.0 System to 3.1 over "make world") and it fails with the following
> error:
> 
> bash# ./setup
> ./setup: Window manager didn't set icon sizes - using default.
> /tmp/sv001.tmp/setup.bin: error in loading shared libraries
> libvos506li.so: cannot open shared object file: No such file or
> directory
> 
> Do you have any ideas? If I could get it to run, there´s a small chance,
> that my company would switch to StarOffice on FreeBSD...
> 
> Thanks in advance,
See attachment.
--
Mariusz Potocki


[-- Attachment #2 --]
Script started on Tue Dec 15 13:47:49 1998
$ pwd
/home/dick
$ mkdir Office50
$ mkdir Office50/lib
$ ls so50_01.tar
so50_01.tar
$ tar xf so50_01.tar
$ cd so50
$ ls
README_01	glibc2_inst	office50_inst	so50_doc
$ cd glibc2_inst
$ ls
README		glibc2.tar.gz	soprep
$ cd /home/dick/Office50/lib
$ tar zxf /home/dick/so50/glibc2_inst/glibc2.tar.gz
$ mv -f glibc2/* .
$ ls
glibc2				libXt.so			libnss_compat.so.1
ld-2.0.7.so			libXt.so.6			libnss_db-2.0.7.so
ld-linux.so.2			libc-2.0.7.so			libnss_db.so.1
libBrokenLocale-2.0.7.so	libc.so.6			libnss_dns-2.0.7.so
libBrokenLocale.so.1		libcrypt-2.0.7.so		libnss_dns.so.1
libICE.so			libcrypt.so.1			libnss_files-2.0.7.so
libICE.so.6			libdb-2.0.7.so			libnss_files.so.1
libSM.so			libdb.so.2			libnss_nis-2.0.7.so
libSM.so.6			libdl-2.0.7.so			libnss_nis.so.1
libX11.so			libdl.so.2			libpthread-0.7.so
libX11.so.6			libm-2.0.7.so			libpthread.so.0
libXext.so			libm.so.6			libresolv-2.0.7.so
libXext.so.6			libnsl-2.0.7.so			libresolv.so.2
libXmu.so			libnsl.so.1			libutil-2.0.7.so
libXmu.so.6			libnss_compat-2.0.7.so		libutil.so.1
$ rm -r glibc2
$ su
Password:
# rm -f /compat/linux/lib/ld-linux.so.2
# cp ld-linux.so.2 /compat/linux/lib/.
# exit
$ pwd
/home/dick/Office50/lib
$ export LD_LIBRARY_PATH=/home/dick/Office50/lib:$LD_LIBRARY_PATH
$ cd /home/dick/so50
$ ls
README_01	glibc2_inst	office50_inst	so50_doc
$ cd office50_inst
$ ./setup
./setup: Window manager didn't set icon sizes - using default.
/tmp/sv001.tmp/setup.bin: error in loading shared libraries
libvos505li.so: cannot open shared object file: No such file or directory
$ export LD_LIBRARY_PATH=/tmp/sv001.tmp:$LD_LIBRARY_PATH
$ ./setup
./setup: Window manager didn't set icon sizes - using default.

$ cd /home/dick/Office50/bin
$ ls
applicat.rdb	ept50501.res	san50501.res	sdtslots.tlb	sm50501.res	sw50501.res
cha50501.res	gal50501.res	sba50501.res	set50501.res	smslots.tlb	swslots.tlb
do50501.res	hlp50501.res	sc50501.res	setup		so5dbt.dll	tfu50501.res
egi50501.res	icd50501.res	sch50501.res	setup.bin	soffice		vcl50501.res
eme50501.res	iso50501.res	schslots.tlb	setup.log	soffice.bin	wswslots.tlb
epb50501.res	ofa50501.res	scslots.tlb	sfx50501.res	sorc		xpc50501.res
epg50501.res	ofaslots.tlb	sd50501.res	sfxslots.tlb	ss50501.res
epn50501.res	psetup		sdb50501.res	sim50501.res	svt50501.res
epp50501.res	psetup.bin	sdgslots.tlb	simslots.tlb	svx50501.res
eps50501.res	rts50501.res	sdslots.tlb	sj50501.res	svxslots.tlb

            (Note: add the /home/{username}/Office/bin path to your default PATH before
	     starting soffice to avoid problems with registration (and maybe other
	     problems too.)

$ ./soffice

help

Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?XFMail.990409100110.mariusz>