I use Centos 7 and Postgresql 12. I installed already PostGIS and created successfully its extension. I'm now tring to install semver extension with create extension semver and get following error:
ERROR: incompatible library »/usr/pgsql-12/lib/semver.so«: version does not match
According to developer this version should work with my Postgresql 12. Why am i getting this error?
Thanks!
semver? It sounds like your.sofile was built against an earlier version of Postgres..sofile? Even for the same version ofsemver(e.g.0.21.0), you need different.sofiles for Postgres 12, 11, 10, etc., and it sounds like yours was not built for Postgres 12.