mac 安装thrift
Posted -beyond
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了mac 安装thrift相关的知识,希望对你有一定的参考价值。
参考:http://thrift.apache.org/docs/install/os_x
1、安装boost
2、然后安装libevent
3、安装libevent
4、下载thrift源码,进入thrift目录中,配置并make,提示openssh.h未找到,因为我没有安装openssl。
解决方法:下载openssl源码,编译安装到/usr/local/openssl目录,然后将/usr/local/openssl/include目录拷贝到thrift的目录下,然后再进行make即可。
在make install时,遇到错误,提示:configure: error: Bison version 2.5 or higher must be installed on the system!
以上是关于mac 安装thrift的主要内容,如果未能解决你的问题,请参考以下文章