On 04/27/2009 11:11 AM, Gene Heskett wrote: ... > Here is the error: > > [r...@coyote /]# /opt/openoffice.org3/program/swriter > /opt/openoffice.org3/program/soffice.bin: error while loading shared > libraries: libuno_sal.so.3: cannot open shared object file: No such > file or directory > > Running that down as to where it might be, I found there was no file in > /etc/ld.so.conf.d for openoffice, so I did this: > -------------------- > [r...@coyote /] cd /etc/ld.so.conf.d > [r...@coyote ld.so.conf.d] echo /usr/lib/openoffice.org/ure/lib > >openoffice-ure.conf > [r...@coyote ld.so.conf.d] ldconfig -v|less > -------------------------- > and it was then listed. And: > [r...@coyote /]# /opt/openoffice.org3/program/swriter > now works. > > This it would appear is a packaging problem, this file should have been > created, and ldconfig ran by the installer. FWIW, before I did this, I > had nuked it all (in /opt) and had yumex remove it all, then reinstalled > using yumex, didn't work, removed it, installed your tar.gz and that didn't > work either. > > Please see that this packaging error is passed upstream so that it may be > fixed in the next release.
You can do that by filing a bug report & then noting the same on the releases list. On Ubuntu/Debian I have: $ locate libuno_sal.so.3 /home/<usrname>/OOo242/opt/openoffice.org2.4/program/libuno_sal.so.3 /home/<username>/OOo242/opt/openoffice.org2.4/program/libuno_sal.so.3.1.1 /opt/ooo-dev/ure/lib/libuno_sal.so.3 /opt/openoffice.org/ure/lib/libuno_sal.so.3 /usr/lib/openoffice/program/libuno_sal.so.3 Note: I have several versions of OOo installed. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
