Well just installed(again) the antix m 8.5 rc 3
After some sucesufull updates using synapactic (witch i said replace to several config files)
my abiword stopped working..
lauching it from terminal i got that error: abiword: error while loading shared libraries: libgoffice-0.8.so.7: cannot open shared object file: No such file or directory
searching in synaptic i discovered that the libgoffice is already installed..click re-install..but didnt solve the problem.
topic title: Abiword
6 posts
• Page 1 of 1
-
Posts: 12
- Joined: 13 Jun 2009
-
anticapitalista
Posts: 5,955
- Site Admin
- Joined: 11 Sep 2007
#2
Try in a root terminal
apt-get update
apt-get purge abiword
apt-get install abiword
apt-get update
apt-get purge abiword
apt-get install abiword
-
Posts: 12
- Joined: 13 Jun 2009
#3
Sitll the same error->abiword: error while loading shared libraries: libgoffice-0.8.so.7: cannot open shared object file: No such file or directory
-
anticapitalista
Posts: 5,955
- Site Admin
- Joined: 11 Sep 2007
#4
Are there any errors when you run apt-get?
Post your /etc/apt/sources.list
Post your /etc/apt/sources.list
-
anticapitalista
Posts: 5,955
- Site Admin
- Joined: 11 Sep 2007
#5
Ok, there is a bug in Abiword and Debian Testing.
Solution: Temporarily uncomment the unstable/sid repo.
apt-get update
apt-get install abiword.
Re-comment unstable/sid repo.
Solution: Temporarily uncomment the unstable/sid repo.
apt-get update
apt-get install abiword.
Re-comment unstable/sid repo.
-
Posts: 12
- Joined: 13 Jun 2009
#6
THanks anticapitalista..as always you saved me.