Search Postgresql Archives

postgresql 16beta1-alpine3.18 : build plugin , VARSIZE_ANY_EXHDR: symbol not found

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



this is my dockerfile
https://github.com/wactax/ops.docker/blob/main/Dockerfile/postgres/Dockerfile

I build some simple plugin for postgresql

when I  FROM postgres:15-alpine AS pg , everything is ok

when I use

FROM postgres:16beta1-alpine3.18 AS pg

and CREATE EXTENSION IF NOT EXISTS md5hash;

error happened

Error:could not load library "/usr/local/lib/postgresql/md5hash.so":
Error relocating /usr/local/lib/postgresql/md5hash.so:
VARSIZE_ANY_EXHDR: symbol not found ERROR: could not load library
"/usr/local/lib/postgresql/md5hash.so": Error relocating
/usr/local/lib/postgresql/md5hash.so: VARSIZE_ANY_EXHDR: symbol not
found SQL status: 58P01

how to fix this ?






[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Postgresql Jobs]     [Postgresql Admin]     [Postgresql Performance]     [Linux Clusters]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Databases]     [Postgresql & PHP]     [Yosemite]

  Powered by Linux