pg_pathman icon indicating copy to clipboard operation
pg_pathman copied to clipboard

Makefile:83: /usr/pgsql-12/lib/pgxs/src/makefiles/pgxs.mk: 没有那个文件或目录 make: *** 没有规则可以创建目标“/usr/pgsql-12/lib/pgxs/src/makefiles/pgxs.mk”。 停止。

Open 1490113799 opened this issue 5 years ago • 1 comments

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

1490113799 avatar Aug 21 '20 09:08 1490113799

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 看看能否自动补全,不能的话需要配置环境变量

MHXXX avatar Nov 16 '20 08:11 MHXXX