Closed
Description
Hello! I am using the Postgres 12 image and Django for my backend application.
However, after updating the Postgres 12 image to version 12.15, I encountered some failed operations due to the absence of LLVMBuildGEP
.
The error message is as follows:
django.db.utils.OperationalError: could not load library "/usr/local/lib/postgresql/llvmjit.so": Error relocating /usr/local/lib/postgresql/llvmjit.so: LLVMBuildGEP: symbol not found.
Upon investigation, I discovered that the Alpine Linux version in the updated Postgres 12.15 image is now 3.18, and this version no longer includes LLVMBuildGEP because it was removed in LLVM 16. (LLVM 16 Release Notes)
I was able to resolve this issue by reverting my Postgres image version back to 12.14.
Metadata
Metadata
Assignees
Labels
No labels