abiword: error while loading shared libraries: libgoffice-0.8.so.7: cannot open shared object file: No such file or directory
abiword: error while loading shared libraries: libgoffice-0.8.so.7: cannot open shared object file: No such file or directory
şeklinde bir hata alıyorsanız muhtemelen debian testing kullanıyorsunuzdur
.
Çözüm için öncelikli olarak sisteminizde libgoffice kurulu olduğundan emin olun.
benim sistemimde bu şekilde görüyorum.
# ls -al /usr/lib/libgoffice-0.8.so.* lrwxrwxrwx 1 root root 23 2010-02-26 09:59 /usr/lib/libgoffice-0.8.so.8 -> libgoffice-0.8.so.8.0.0 -rw-r--r-- 1 root root 1124636 2010-02-15 14:59 /usr/lib/libgoffice-0.8.so.8.0.0
Çözüm için root yetkileriyle
# ln -s /usr/lib/libgoffice-0.8.so.8 /usr/lib/libgoffice-0.8.so.7
komutu ile mevcut olan libgoffice dosyasına link oluşturun daha sonra abiword çalışacaktır
Not aynı hata mesajını gnumeric ile de alıyorsanız bu yöntem işinizi görecektir
Tags: abiword, debian, gnumeric, libgoffice, testing