Abiword not work | |
|
|
Moderator Linux-Dude Posts: 1187 Registered: 2006-11-23 | Abiword searches for libgucharmap.so.5 but now only libgucharmap.so.6 is avaiable.
Fix abiword that it wants libgucharmap.so so we will be save.
I use this in paldo-live-installer.xml
Code | [In neuem Fenster öffnen] | | <!-- fix abiword -->
<cmd>ln -svf /usr/lib/libgucharmap.so usr/lib/libgucharmap.so.5</cmd>
<cmd>ln -svf /usr/lib/libgucharmap.so usr/lib/libgucharmap.so.6</cmd>
<cmd>ln -svf /usr/lib/libgucharmap.so usr/lib/libgucharmap.so.7</cmd>
<cmd>ln -svf /usr/lib/libgucharmap.so usr/lib/libgucharmap.so.8</cmd>
<cmd>ln -svf /usr/lib/libgucharmap.so usr/lib/libgucharmap.so.9</cmd> |
|
|
|
|
|
|
Re: Abiword not work | |
|
|
Administrator Posts: 426 Registered: 2004-09-09 | I've triggered a rebuild for stable and testing, so it will link to libgucharmap.so.6. The development version is incompatible with libgoffice-0.4, this will be fixed with the next development release. |
|
|
|
|
|