FS#79591 - could not load library "/usr/lib/postgresql/llvmjit.so": /usr/lib/libm.so.6: version `GLIBC_2.38' no

Attached to Project: Arch Linux
Opened by Stéphane Bortzmeyer (bortzmeyer) - Wednesday, 06 September 2023, 08:23 GMT
Last edited by Toolybird (Toolybird) - Wednesday, 06 September 2023, 08:37 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To No-one
Architecture All
Severity High
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:

lupa=> SELECT source, destination FROM Origins WHERE category = 'link';
ERROR: could not load library "/usr/lib/postgresql/llvmjit.so": /usr/lib/libm.so.6: version `GLIBC_2.38' not found (required by /usr/lib/libLLVM-15.so)

This happens for all PostgreSQL operations. The system is up-to-date (pacman -Syu reports there is nothing to do)

postgresql 15.4-2
llvm15-libs 15.0.7-1

Steps to reproduce:

Any Postgresql action.
This task depends upon

Closed by  Toolybird (Toolybird)
Wednesday, 06 September 2023, 08:37 GMT
Reason for closing:  Not a bug
Additional comments about closing:  See comments
Comment by Stéphane Bortzmeyer (bortzmeyer) - Wednesday, 06 September 2023, 08:27 GMT
False alarm, it was just necessary to restart PostgreSQL (and run "ALTER DATABASE lupa REFRESH COLLATION VERSION;")

Loading...