Apache Thrift 0.9.0 won't configure per instructions

孤人 提交于 2019-12-06 13:25:56

The documentation is missing the openssl dependency, you also need to include:

openssl-devel.x86_64 in your package install list above

What you really need to install is

sudo yum install automake libtool flex bison pkgconfig gcc-c++ boost-devel libevent-devel zlib-devel python-devel ruby-devel openssl-devel.x86_64

Or just this if you've already installed the above per the original instructions.

sudo yum install openssl-devel.x86_64
标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!