LibreOffice hangs on startup

You have a problem with Salix? Post here and we'll do what we can to help.
Post Reply
PelleB
Posts: 70
Joined: 21. Sep 2010, 05:44

LibreOffice hangs on startup

Post 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.
djemos
Salix Warrior
Posts: 1465
Joined: 29. Dec 2009, 13:45
Location: Greece

Re: LibreOffice hangs on startup

Post 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
PelleB
Posts: 70
Joined: 21. Sep 2010, 05:44

Re: LibreOffice hangs on startup

Post by PelleB »

It worked, no error message now. Hopefully that was the problem.

Many thanks!

Per B.
Post Reply