I am trying to install PostgreSQL and Apache AGE-DB on Ubuntu 20.04, but upon configuring Apache Age with PostgreSQL I am getting this error **make: *** No rule to make target. **
I am trying to run this command, I think the path is correctly mentioned here or am I missing something?
sudo make PG_CONFIG=/home/abdulsamad/Downloads/age_installation/pg/postgresql-11.18/bin/pg_config install
It produces the following error
Makefile:118: /home/abdulsamad/Downloads/age_installation/pg/postgresql-11.18/lib/postgresql/pgxs/src/makefiles/pgxs.mk: No such file or directory
make: *** No rule to make target '/home/abdulsamad/Downloads/age_installation/pg/postgresql-11.18/lib/postgresql/pgxs/src/makefiles/pgxs.mk'. Stop.