8000 In Postgres 12.15 Image, `LLVMBuildGEP` symbol not found. · Issue #1076 · docker-library/postgres · GitHub
[go: up one dir, main page]

Skip to content
In Postgres 12.15 Image, LLVMBuildGEP symbol not found. #1076
Closed
edm-su/api
#238
@shynyng

Description

@shynyng

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0