We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
when make USE_PGXS=1 ==> Makefile:83: /usr/pgsql-12/lib/pgxs/src/makefiles/pgxs.mk: 没有那个文件或目录 make: *** 没有规则可以创建目标“/usr/pgsql-12/lib/pgxs/src/makefiles/pgxs.mk”。 停止。
The text was updated successfully, but these errors were encountered:
Problem description when make USE_PGXS=1 ==> Makefile:83: /usr/pgsql-12/lib/pgxs/src/makefiles/pgxs.mk: 没有那个文件或目录 make: *** 没有规则可以创建目标“/usr/pgsql-12/lib/pgxs/src/makefiles/pgxs.mk”。 停止。 Environment
说明你的postgresql环境变量不对,看看有没有将bin目录添加到PATH中. 你可以试试在终端中输入pg_confi 然后按 tab 看看能否自动补全,不能的话需要配置环境变量
pg_confi
tab
Sorry, something went wrong.
No branches or pull requests
Problem description
when make USE_PGXS=1
==>
Makefile:83: /usr/pgsql-12/lib/pgxs/src/makefiles/pgxs.mk: 没有那个文件或目录
make: *** 没有规则可以创建目标“/usr/pgsql-12/lib/pgxs/src/makefiles/pgxs.mk”。 停止。
Environment
The text was updated successfully, but these errors were encountered: