Good morning everyone. I was trying to open Ungoogled-chromium and I have this issue with the library libre2. When I try to open chromium from terminal I got this:
/usr/lib/chromium/chromium: error while loading shared libraries: libre2.so.9: cannot open shared object file: No such file or directory
When I execute the find command I know the library is installed on my machine:
doas find / -name libre2.so
doas (chucho@a3seclaptop) password:
/usr/lib/libre2.so
I upgrade my system every time I turn on the computer, I remember this browser working on Monday (2 days ago) and now it isn't. This is not my main browser but I use it sometimes for some websites. Do you know what could it be?
it's very simple reason why...
After EVERY pushed new version of re2, need ungoogled-chromium rebuild. Rebuild of ungoogled-chromium need on your second server few hours (sometimes more as 12 hours, if another projects are build paralell too).
Today came new version of re2 again (last update was yesterday), so chromium need rebuild again 8)
donwgrade back to older version of re2 or wait until new rebuild of ungoogled-chromium will come in your update again.
You can see for yourself which projects are associated with re2 and need rebuild after each new version of re2:
https://archlinux.org/packages/extra/x86_64/re2/
Thanks for the answer. I just will wait until you release a new version.