Hello,
On AlmaLinux 10 there is an unmet dependency for PostgreSQL18.1 for postgresql18-llvmjit package:
[root@prod-hz-hel-pg-01 ~]# sudo dnf install -y postgresql18-server postgresql18-llvmjit
Last metadata expiration check: 0:03:35 ago on Sun 23 Nov 2025 12:28:23 AM CET.
Error:
Problem: cannot install the best candidate for the job
- nothing provides libLLVM.so.20.1()(64bit) needed by postgresql18-llvmjit-18.1-1PGDG.rhel10.x86_64 from pgdg18
- nothing provides libLLVM.so.20.1(LLVM_20.1)(64bit) needed by postgresql18-llvmjit-18.1-1PGDG.rhel10.x86_64 from pgdg18
(try to add '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages)
For PostgreSQL 18.0, installation works (requires LLVM_19).
Is there a way to work around this issue?
Kind regards Ales Zeleny