我想安装agens-graph。
生成过程中发生错误。1.build命令
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你能帮我解决这个错误吗?
发布于 2017-01-18 17:44:26
依赖关系似乎存在一些问题。要编译pg_hint_plan,必须首先构建pg_config。所以先运行make install,然后运行make install-world。
https://stackoverflow.com/questions/41678907
复制相似问题