grosjo / fts-xapian

Dovecot FTS plugin based on Xapian
GNU Lesser General Public License v2.1
97 stars 21 forks source link

ICU linking issues on Ubuntu 18.04 #35

Closed smtalk closed 4 years ago

smtalk commented 4 years ago

ldd /usr/lib/dovecot/lib21_fts_xapian_plugin.so | grep icu

libicuuc.so.65 => /usr/local/icu/lib/libicuuc.so.65 (0x00007f7f0ff0f000)
**libicudata.so.65 => not found**

ICU is installed in custom path, /usr/local/icu/lib. Affects Ubuntu 18.04 only, it seems.

smtalk commented 4 years ago

Okay, that seems to be ICU related, reported a bug to them: https://unicode-org.atlassian.net/browse/ICU-20959