Cochleas - Welcome

A lot of time is spent on solving problems regarding software conflicts.

Searching in forums is quite difficult and a lot of things are missing.

Here you can find useful advice on how to solve problems quickly and ... forever!

Thursday, June 3, 2010

Open Office problems...

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

No comments: