In Fedora 13 after installing oo3 it is not possible to start it:
so you get the message...
/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
so the first thing to do is:
cd /opt/openoffice.org/basis3.2/
ln -s /usr/lib/openoffice.org/ure/ ure
ln -s /usr/lib/openoffice.org/ure/ ure-link
so now if you try again you get this:
libfreebl3.so: version `NSSRAWHASH_3.12.3' not found (required by /lib/libcrypt.so.1)
so now:
cd /opt/openoffice.org/basis3.2/program/
mv libfreebl3.so libfreebl3.so_old
in case you have problems with the libraries do this:
cd /opt/openoffice.org3/program/
ldd soffice.bin