Page 1 of 1

LibreOffice hangs on startup

Posted: 10. Dec 2012, 06:07
by PelleB
Sometimes when I try to start Libreoffice I just get the splash screen and then nothing. If started through a terminal (and if it starts then) I get:

Code: Select all

pelle[~]$ libreoffice --writer
/usr/lib/libreoffice3.6/program/../ure-link/lib/libstdc++.so.6: version `GLIBCXX_3.4.11' not found (required by /usr/lib/libproxy.so.1)
Failed to load module: /usr/lib/gio/modules/libgiolibproxy.so
Using --nologo produces the same result.

What do you think about it?

Per B.

Re: LibreOffice hangs on startup

Posted: 10. Dec 2012, 07:07
by djemos
become root

Code: Select all

su
cd /usr/lib/libreoffice3.6/ure-link/lib
mv libstdc++.so.6 libstdc++.so.6_bak 
exit
run libreoffice

Re: LibreOffice hangs on startup

Posted: 10. Dec 2012, 08:06
by PelleB
It worked, no error message now. Hopefully that was the problem.

Many thanks!

Per B.