On Wed, Jun 16, 2021 at 10:53 PM Alan Braslau
On Wed, 16 Jun 2021 17:14:22 +0200 luigi scarso
wrote: Did you try this one?
I doesn't workunder ubuntu 20.04 libicudata.so.56 => not found I have libicudata.so.66
The ubuntu package must be built incorrectly, for I have /usr/local/lib/libicudata.so.69 and xpdf works fine (freebsd).
Alan
Hm, I think you have libicui18n.so.56 installed somewhere or your copy is using the "69" version. $> export LD_DEBUG=all; ./xpdf &>out ; unset LD_DEBUG says 1525647: file=libicui18n.so.56 [0]; needed by /tmp/xpdf/xpdf/XpdfReader-linux64-4.03/lib/libQt5Core.so.5 [0] 1525647: find library=libicui18n.so.56 [0]; searching : :<several paths > : 1525647: ./xpdf.bin: error while loading shared libraries: libicui18n.so.56: cannot open shared object file: No such file or directory -- luigi