| View previous topic :: View next topic |
| Author |
Message |
Xywa l33t


Joined: 23 Jul 2005 Posts: 734 Location: /mnt/Gentoo/
|
Posted: Wed Sep 26, 2012 10:23 am Post subject: libreoffice-bin stopped working |
|
|
Hi
I was trying to open Libreoffice like everyday, and Today it did not start.
I did try again from console:
| Code: | $ libreoffice
/usr/lib64/libreoffice/program/soffice.bin: error while loading shared libraries: libgraphite2.so.2.0.0: cannot open shared object file: No such file or directory
|
so I reemerged libreoffice-bin and graphite2, and still cannot run libreoffice. Any ideas? Revdep-rebuild did not help...
| Code: | * app-office/libreoffice-bin
Latest version available: 3.5.5.3
Latest version installed: 3.5.5.3
|
| Code: | media-gfx/graphite2
Latest version available: 1.2.0
Latest version installed: 1.2.0
|
|
|
| Back to top |
|
 |
franzf Advocate


Joined: 29 Mar 2005 Posts: 3562 Location: Irgendwo im Nirgendwo
|
Posted: Wed Sep 26, 2012 11:07 am Post subject: |
|
|
I have graphite2-1.3.0 installed, which comes with libgraphite2.so.2.0.0
Could you look which .so-version gets installed with graphite2-1.2.0 ($ qlist graphite2 - you need to emerge portageutils). If it does not match ".so.2.0.0", youneed to downgrade.
There is already a bugreport marked "INVALID":
https://bugs.gentoo.org/show_bug.cgi?id=436240 _________________ "der mac dennoch wesen geil"
Wolfram von Eschenbach, Parzival (Buch 1, Z. 7).
Ein frühes Statement gegen Windows.
My overlay |
|
| Back to top |
|
 |
mreff555 n00b

Joined: 10 Mar 2011 Posts: 72
|
Posted: Thu Dec 13, 2012 4:32 pm Post subject: |
|
|
| Was a solution ever found to this. I am having the same problem. |
|
| Back to top |
|
 |
mreff555 n00b

Joined: 10 Mar 2011 Posts: 72
|
Posted: Thu Dec 13, 2012 4:45 pm Post subject: |
|
|
Fixed it. Well at least gave it a band-aid.
I just made a link of the old library pointing to the new one.
| Code: |
ln /usr/lib64/libgraphite2.so.3.0.1 /usr/lib64/libgraphite2.so.2.0.0
|
|
|
| Back to top |
|
 |
|