ossc-db / pg_hint_plan

Extension adding support for optimizer hints in PostgreSQL
Other
696 stars 103 forks source link

aws ec2 make fail #124

Closed zouchengli closed 1 year ago

zouchengli commented 1 year ago

Makefile:38: /usr/lib64/pgsql/pgxs/src/makefiles/pgxs.mk: No such file or directory make: *** No rule to make target `/usr/lib64/pgsql/pgxs/src/makefiles/pgxs.mk'. Stop.

michaelpq commented 1 year ago

Makefile:38: /usr/lib64/pgsql/pgxs/src/makefiles/pgxs.mk: No such file or directory

You need to review your installation so as the development package of PostgreSQL is installed. In the most popular distributions, this would be postgresql-dev or postgresql-devel. Then, if needed, update your PATH to include pg_config.