Replies: 2 comments 4 replies
|
Did you try installing with PostgreSQL 12 before? If that is the case, please try running before running again. |
4 replies
|
Hello,
We are working on AGE for PG12 and hopefully a test release will be out
in the next few days.
Once done will notify you.
…On Wed, Jun 8, 2022 at 10:36 AM Pieterjan De Potter < ***@***.***> wrote:
I'm sorry, I wasn't clear with my instructions. Apache AGE doesn't yet
support PostgreSQL 12. That is why I asked if you tried installing on
PostgreSQL 12 before trying to install on PostgreSQL 11, hoping to find out
what could be the root of your issue.
Please remove PostgreSQL12, install PostgreSQL 11 and then compile and
install Apache AGE with:
make clean
make
sudo make PG_CONFIG=/usr/lib/postgresql/11/bin/pg_config install
—
Reply to this email directly, view it on GitHub
<#229 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAKYCL2WQEW4VPRXG3WXA23VOBLPTANCNFSM5YFHEPNQ>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***
com>
|
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Compile for postgres 11.16.
With:
sudo make PG_CONFIG=/usr/lib/postgresql/11/bin/pg_config install
ubuntu:/usr/lib/postgresql/11/bin$ sudo -u postgres ./psql
psql (11.16 (Ubuntu 11.16-1.pgdg20.04+1))
Type "help" for help.
postgres=# create extension age;
ERROR: incompatible library "/usr/lib/postgresql/11/lib/age.so": version mismatch
DETAIL: Server is version 11, library is version 12.
What's my mistake.
All reactions