G'day Me again. I still haven't got OO running yet.
soffice returns the errors below. And yes, the files reported as missing are indeed not there. I had thought that the starting problem may have been caused by a linked directory, but I have since reproduced the error on a machine without such a link. Any clues would be appreciated. Regards Ian. On Fri, 2006-01-13 at 09:34 -0500, G. Roderick Singleton wrote: > On Fri, 2006-01-13 at 22:57 +1100, Ian wrote: > > G'day > > > > So I install the latest OpenOffice.org. When I try and start the thing > > I get the following > > > > bash-3.00$ /opt/openoffice.org2.0/program/soffice > > /opt/openoffice.org2.0/program/javaldx: error while loading shared > > libraries: libuno_sal.so.3: cannot open shared object file: No such file > > or directory > > /opt/openoffice.org2.0/program/soffice.bin: error while loading shared > > libraries: libvcl680li.so: cannot open shared object file: No such file > > or directory > > > > If I go "ldd /opt/openoffice.org2.0/program/soffice.bin" I get a heap of > > "not found"s. I can't for the life of me figure this one out. Any > > ideas? > > How did you install? Did you use the method in > http://documentation.openoffice.org/setup_guide2/2.x/en/SETUP_GUIDE.pdf ? > or some other method? In either case, when converting from RPMs you > should be aware of path and permsission issues on Slackware that may be > biting you. Please check. The installation method I used was as documented in the SETUP_GUIDE.pdf. Precisely, I performed the following: $ tar -zxvf OOo_2.0.1_LinuxIntel_install.tar.gz $ cd OOA680_m1_native_packed-1_en-US.8990/RPMS $ rpm2tgz *.rpm $ rpm2tgz desktop-integration/openoffice.org-freedesktop-menus-noarch.rpm # installpkg *.tgz # exit $ /opt/openoffice.org2.0/program/soffice /opt/openoffice.org2.0/program/javaldx: error while loading shared libraries: libuno_sal.so.3: cannot open shared object file: No such file or directory /opt/openoffice.org2.0/program/soffice.bin: error while loading shared libraries: libvcl680li.so: cannot open shared object file: No such file or directory Without OpenOffice.org installed my partitions are as follows: /dev/hda7 754680 701356 14368 98% / /dev/hda1 15521 5411 9309 37% /boot /dev/hda5 93307 41044 47446 47% /tmp /dev/hda8 4256048 2989924 1046440 75% /usr /dev/md0 19678040 8110324 10568112 44% /home That is, there is not enough room to install OO in /opt, so I linked it to /usr: $ cd /opt $ ls -la total 16 drwxr-xr-x 4 root root 4096 2006-01-13 21:47 . drwxr-xr-x 21 root root 4096 2006-01-13 21:47 .. drwxr-xr-x 10 root root 4096 2005-11-21 20:26 kde lrwxrwxrwx 1 root root 29 2006-01-08 20:57 openoffice.org2.0 -> /usr/local/openoffice.org2.0/ drwxr-xr-x 5 root root 4096 2002-05-20 13:32 www Maybe the linked directory is the problem? Thanks for the reply, Ian. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
