carlasanches opened a new issue, #841: URL: https://github.com/apache/age/issues/841
**Describe the bug** The instructions to install PostgreSQL on Ubuntu via package manager in the "Setup" section are incomplete. It says: > You can use a package management that your OS provides to download AGE. > > [Ubuntu](https://age.apache.org/age-manual/master/intro/setup.html#id1) > [Postgres 11](https://age.apache.org/age-manual/master/intro/setup.html#postgres-11) > `sudo apt install postgresql-server-dev-11` > [Postgres 12](https://age.apache.org/age-manual/master/intro/setup.html#postgres-12) > `sudo apt install postgresql-12` But inexperienced users who follow this step-by-step may get the following error: ``` src/backend/age.c:20:10: fatal error: postgres.h: No such file or directory 20 | #include "postgres.h" | ^~~~~~~~~~~~ compilation terminated. make: *** [<builtin>: src/backend/age.o] Error 1 ``` **Expected behavior** It is necessary to add installation information for the postgresql library and server in the documentation. I will open a PR to fix the guide. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
