首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >在配置agens-graph之后,在构建过程中出现以下错误

在配置agens-graph之后,在构建过程中出现以下错误
EN

Stack Overflow用户
提问于 2017-01-16 22:42:50
回答 1查看 55关注 0票数 0

我想安装agens-graph。

生成过程中发生错误。1.build命令

代码语言:javascript
复制
make world

以下是一些错误。

代码语言:javascript
复制
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

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

EN

回答 1

Stack Overflow用户

发布于 2017-01-18 17:44:26

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

票数 0
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/41678907

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档