Re: icu and chromium beaking AGAIN
Reply #4 –
Sorry picokan,
I have installed Artix-Linux at friends computers and they call me because the "Internet" is broken since the last update.
What should I tell them ?
I have installed icu .67
That does not help.
Because: On 1/05/20 8:01 pm, Evangelos Foutras wrote:
>> You'll probably see you have an unofficial libxml2 package installed.
>> All packages in our repositories are built against the correct ICU version.
Haha, yes i.e. the Artix libxml2 package.
What worked for me:
wget -O /tmp/icu-65.1-3-x86_64.pkg.tar.zst https://www.mirrorservice.org/sites/repo.manjaro.org/repos/testing/core/x86_64/icu-65.1-3-x86_64.pkg.tar.zst
cd /tmp
tar -I zstd -xvf icu-65.1-3-x86_64.pkg.tar.zst
sudo cp -a usr/lib/libicuuc.so.6* /usr/local/lib/
sudo cp -a usr/lib/libicudata.so.6* /usr/local/lib/
sudo echo "/usr/local/lib" >>/etc/ld.so.conf.d/local.conf
sudo ldconfig
And Chromium work again until proper fixed.