I am installing AGE software in my system (Ubuntu OS.In the step of configuration of AGE with PostgreSql, when enter this command I am getting an error. I’ve also reinstalled the software but I am getting same error every time. This is the link of blog which I am following https://theundersurfers.netlify.app/age-installation/
Command:
PG_CONFIG=/home/maimoona/age_installation/pg/postgresql-11.18/bin/pg_config install
Error:
gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -ggdb -Og -fno-omit-frame-pointer -fPIC -I.//src/include -I.//src/include/parser -I. -I./ -I/home/maimoona/age_installation/pg/postgresql-11.18/include/server -I/home/maimoona/age_installation/pg/postgresql-11.18/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: .//src/include/executor/cypher_utils.h:24:10: fatal error: access/table.h: No such file or directory 24 | #include "access/table.h" | ^~~~~~~~~~~~~~~~ compilation terminated. make: *** [: src/backend/catalog/ag_label.o] Error 1
I was expecting it to run properly and configure age with PostgreSQL. I also tried giving proper path from the recently installed PostgreSQL but same error message was occurred agai