我无法安装Hawq,即使遵循了HAWQ网站上的步骤,以供参考:https://github.com/apache/incubator-hawq
当我运行./configure --without-readline时,我得到这个错误
checking how to run the C++ preprocessor... g++ -E
checking thrift/protocol/TBinaryProtocol.h usability... no
checking thrift/protocol/TBinaryProtocol.h presence... yes
configure: WARNING: thrift/protocol/TBinaryProtocol.h: present but cannot be compiled
configure: WARNING: thrift/protocol/TBinaryProtocol.h: check for missing prerequisite headers?
configure: WARNING: thrift/protocol/TBinaryProtocol.h: see the Autoconf documentation
configure: WARNING: thrift/protocol/TBinaryProtocol.h: section "Present But Cannot Be Compiled"
configure: WARNING: thrift/protocol/TBinaryProtocol.h: proceeding with the compiler's result
configure: WARNING: ## --------------------------------------------------------- ##
configure: WARNING: ## Report this to https://issues.apache.org/jira/browse/HAWQ ##
configure: WARNING: ## --------------------------------------------------------- ##
checking for thrift/protocol/TBinaryProtocol.h... no
configure: error: thrift is required有人能帮帮忙吗?
发布于 2020-03-17 17:20:09
我认为你应该检查你是否安装了thrift,因为有一条错误消息:“configure: error: thrift is required”。安装后,确保可以找到它的路径。
https://stackoverflow.com/questions/50767442
复制相似问题