New issue by Xiong-Tian on void-packages repository https://github.com/void-linux/void-packages/issues/50535 Description: ### Is this a new report? Yes ### System Info Void 5.10.160 aarch64 Unknown uptodate rrnFFFF ### Package(s) Affected postgresql16-16.2_1 ### Does a report exist for this bug with the project's home (upstream) and/or another distro? https://lore.kernel.org/buildroot/20240117210756.265708-1-ju.o@free.fr/ ### Expected behaviour PostgreSQL 16 initdb succeeds ### Actual behaviour When the postgresql16 service is started without existing data, initdb is run and yields: FATAL: could not load library "/usr/lib/psql16/lib/postgresql/dict_snowball.so": /usr/lib/psql16/lib/postgresql/dict_snowball.so: undefined symbol: CurrentMemoryContext It then remains stuck in a loop trying to run initdb and failing. This appears to affect aarch64 but not x86_64. ### Steps to reproduce Install fresh copy of PostgreSQL 16 (on aarch64) Start the postgresql16 service