I am trying to install the Age extension for PostgreSQL-13 by following the instructions in the README file. When I navigate to the extension directory
/Users/moiz/Apache_age/postgresql-13.0/age
and run the command
sudo make USE_PGXS=1 PG_CONFIG=/Users/moiz/Apache_age/postgresql-13.0/src/bin/pg_config install
,
I get the following error:
make: execvp: /Users/moiz/Apache_age/postgresql-13.0/src/bin/pg_config: Permission denied make: *** No rule to make target `install'. Stop.
I am not sure what is causing this error or how to resolve it. Can anyone provide guidance on what might be going wrong and how to fix it?
Thanks in advance for your help.