source install on pg11 and pg12 fails #386
Replies: 2 comments 2 replies
-
Hello, actually the problem is that you are trying to install AGE that is for pg version > 12.0. For If you still face issue with respect to installation, I recommend going through any of the below articles on Apache AGE installation. |
Beta Was this translation helpful? Give feedback.
-
Hello, Thank you for quickly reply ! I even tried with PG12.10 (released 2022-02-07) and PG12.13 (released on 2022-11-07). Not same as above error, but in both cases I get below error
|
Beta Was this translation helpful? Give feedback.
-
I'm running postgresql 11.18, and trying to do source install for age. But getting below error
gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -O2 -fPIC -I.//src/include -I.//src/include/parser -I. -I./ -I/../postgres/include/server -I/../postgres/include/internal -D_GNU_SOURCE -c -o src/backend/catalog/ag_graph.o src/backend/catalog/ag_graph.c
src/backend/catalog/ag_graph.c: In function ‘insert_graph’:
src/backend/catalog/ag_graph.c:55:5: warning: implicit declaration of function ‘table_open’
src/backend/catalog/ag_graph.c:55:14: warning: assignment makes pointer from integer without a cast
src/backend/catalog/ag_graph.c:73:5: warning: implicit declaration of function ‘table_close’
src/backend/catalog/ag_graph.c: In function ‘delete_graph’:
src/backend/catalog/ag_graph.c:87:14: warning: assignment makes pointer from integer without a cast
src/backend/catalog/ag_graph.c: In function ‘update_graph_name’:
src/backend/catalog/ag_graph.c:121:14: warning: assignment makes pointer from integer without a cast
gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -O2 -fPIC -I.//src/include -I.//src/include/parser -I. -I./ -I/../postgres/include/server -I/../postgres/include/internal -D_GNU_SOURCE -c -o src/backend/catalog/ag_label.o src/backend/catalog/ag_label.c
In file included from src/backend/catalog/ag_label.c:43:0:
.//src/include/executor/cypher_utils.h:24:26: fatal error: access/table.h: No such file or directory
compilation terminated.
make: *** [src/backend/catalog/ag_label.o] Error 1
Beta Was this translation helpful? Give feedback.
All reactions