Gentoo Archives: gentoo-user

From: the <the.guard@××××.ru>
To: Gentoo Users List <gentoo-user@l.g.o>
Subject: [gentoo-user] libreoffice-bin with icu confusion
Date: Sun, 24 Apr 2016 15:57:24
Message-Id: 571CECAC.2030703@mail.ru
1 Hello.
2
3 Recently I've installed app-office/libreoffice-bin-5.1.2.2
4 which depends on dev-libs/icu-57.1
5
6 equery g app-office/libreoffice-bin-5.1.2.2 | grep icu
7 [ 1] dev-libs/icu-57.1
8
9 However when I tried to run libreoffice, the dynamic linker
10 couldn't find two libraries: libicui18n.so.55 and
11 libicuuc.so.55.
12
13 Of course, it was solved by making a couple
14 of symlinks, but I think there could be a minor problem here.
15
16 Here's how it looks like now
17
18 ldd /usr/lib/libreoffice/program/soffice.bin | grep icu
19 libicuuc.so.55 => /usr/lib64/libicuuc.so.55 (0x00007fb5fa402000)
20 libicui18n.so.55 => /usr/lib64/libicui18n.so.55 (0x00007fb5f8ff2000)
21 libharfbuzz-icu.so.0 => /usr/lib64/libharfbuzz-icu.so.0
22 (0x00007fb5f7d8a000)
23 libicudata.so.57 => /usr/lib64/libicudata.so.57 (0x00007fb5f0dba000)
24
25 things are happening on amd64.

Replies

Subject Author
Re: [gentoo-user] libreoffice-bin with icu confusion "Andreas K. Huettel" <dilfridge@g.o>