Open FranckPachot opened 1 year ago
@FranckPachot @sushantrmishra This work around no longer works, as postgresql11 rpms are not available on those repos now, same with the postgis ones.
I was finally able to get it to work by following option 2: https://dev.to/yugabyte/postgis-on-yugabytedb-alma8-with-workaround-2okj. HOWEVER, postgres repo has removed all the postgresql11 rpms, so I had to hunt and peck the internet for backups and manually install the rpms.
Are there any plans to upgrade postgresql compatibility past 11?
@rob-64, thanks for the feedback. The merge with PostgreSQL 15 is ongoing.
Description
The instructions in YugabyteDB / Explore / SQL Features / PostgreSQL Extensions / PostGIS do not work on Centos8 because they install some libraries that are not compatible with the GLIBC shipped with YugabyteDB in Linuxbrew. YugabyteDB uses GLIBC 2.23 but after running
./bin/post_install.sh -e
we have many libraries inyb-thirdparty
with dependencies on higher GLIBC:The PostGIS extension fails with:
More details to reproduce here: https://dev.to/franckpachot/postgis-on-yugabytedb-alma8-with-workaround-2okj
Warning: Please confirm that this issue does not contain any sensitive information