Skip to main content
Topic: Help solve: error while loading shared libraries: libicui18n.so.71: cannot open  (Read 364 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

Help solve: error while loading shared libraries: libicui18n.so.71: cannot open

App require it but it' issued such:
Code: [Select]
error while loading shared libraries: libicui18n.so.71: cannot open shared object file: No such file o
...
while OS on:
Code: [Select]
$ sudo pacman -S -s icu

system/icu 72.1-2 [installed]
    International Components for Unicode library
Please help point out the definitive sokution, thanks before

Re: Help solve: error while loading shared libraries: libicui18n.so.71: cannot open

Reply #1
What app required this? It appears to be a library version mismatch. Sometimes you can get a newer version of an app from the Arch repos as a temporary workaround until this is fixed in the Artix repos, but that may not work, depending what it was. Another solution is to downgrade icu for now, but you might need to downgrade other things that use icu too.