FS#22041 - Executing Openoffice programs ends up in error

Attached to Project: Arch Linux
Opened by Moritz Augustin (Xirtam) - Friday, 10 December 2010, 16:19 GMT
Last edited by Ionut Biru (wonder) - Friday, 10 December 2010, 17:17 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To No-one
Architecture x86_64
Severity High
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 1
Private No

Details

Executing openoffice binaries not possible due to wrong link to missing shared lib.
The oowriter is linked to ICU libs 4.4 but installed is 4.6 - should be maybe linked to libicuuc.so and libicule.so which are symlinks to the current versions of the libs? dunno how to do this correct...

shell% oowriter
/usr/lib/go-openoffice/program/soffice.bin: error while loading shared libraries: libicuuc.so.44: cannot open shared object file: No such file or directory

shell% ldd /usr/lib/go-openoffice/program/soffice.bin | grep icu
libicuuc.so.44 => not found
libicuuc.so.44 => not found
libicule.so.44 => not found

shell% pacman -Qi go-openoffice
Name : go-openoffice
Version : 3.2.1.6-2
...

pacman -Qi icu
Name : icu
Version : 4.6-1
...

System is up to date.
This task depends upon

Closed by  Ionut Biru (wonder)
Friday, 10 December 2010, 17:17 GMT
Reason for closing:  Duplicate
Additional comments about closing:   FS#22031 

Loading...