- Edited
Looks like icu was updated to 68 but postgresql is looking for 67. 'pg_ctl start' error specifically refers to missing libicui18n.so.67. Do I try putting in a fake link or is there a better solution?
cd /tmp
git clone https://framagit.org/pkg/obextra/postgresql
cd post*/trunk
makepkg
sudo pacman -U post*.xz
This will build a copy of the pkg with libraries/dependencies you have currently installed so it will work (93.4% sure it will :)Powered by Obarun