0

我想安装agens-graph。

构建过程中发生错误。1.构建命令

make world

以下是一些错误。

make[2]: 디렉터리 '/home/bylee/install/agens-        graph/contrib/pg_freespacemap' 나감
make -C pg_hint_plan all
make[2]: 디렉터리 '/home/bylee/install/agens-graph/contrib/pg_hint_plan' 들어감
make[2]: pg_config: 명령을 찾지 못했음
make[2]: *** 타겟 'all'을(를) 만들 규칙이 없습니다.  멈춤.
make[2]: 디렉터리 '/home/bylee/install/agens-graph/contrib/pg_hint_plan' 나감
Makefile:96: 'all-pg_hint_plan-recurse' 타겟에 대한 명령이 실패했습니다
make[1]: *** [all-pg_hint_plan-recurse] 오류 2
make[1]: 디렉터리 '/home/bylee/install/agens-graph/contrib' 나감
GNUmakefile:19: 'world-contrib-recurse' 타겟에 대한 명령이 실패했습니다
make: *** [world-contrib-recurse] 오류 2

你能帮我解决这个错误吗?

4

1 回答 1

0

依赖项似乎存在一些问题。要编译 pg_hint_plan,必须先编译 pg_config。所以运行make install然后make install-world

于 2017-01-18T09:44:26.480 回答