Failure on make install #1195
|
Hello eveyone, I'm trying to add AGE to a working development Postgres server, version 14 I've installed the Postgres development packages, git cloned AGE and I've got an error on the make install. So, where does this "String" come from? A missing library? Many thanks in advance. Cheers, Ismael Here is the console log: |
Answered by
jrgemignani
Aug 26, 2023
Replies: 2 comments 2 replies
|
What was the git clone command that you used? What branch did you clone? |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@iabmatos Then you cloned the AGE master branch which is PostgreSQL version 15. You need to clone the AGE PG14 branch. AGE for 15 will not work with 14.