When launching chromium, it gives the error
error while loading shared libraries: libre2.so.10: No such file or directory.
and fails to launch.
I Think libre2.so.10 is an update and Chromium needs to be rebuilt to version 116.make_clickable_callback(MAGIC_URL_FULL, '
', 'https://github.com/archlinuxarm/PKGBUILDs/tree/master/extra/chromium', '', ' class="postlink"')
Shows the PKGBUILD was changed to ver 116 4 days ago, but is still ver 115 in the aarch64 repository.
I did a git clone on the aarch64 PKGBUILD and attempted to compile chromium to test if ver 116
would fix the problem.
even though this was downloaded from the archlinuxarm aarch64 repos, makepkg failed saying aarch64 was not available.
Added aarch64 to the PKGBUILD
arch=('x86_64' 'aarch64')
and it now proceeded. However makepkg failed before completing. I was unable to test if this would fix it.
Could someone possibly look into this?
Pudge