Thrift 0.8.0无法在安装/配置



我正试图在windows 10机器上托管的ubunto 20虚拟机上安装节俭-0.8.0。执行命令后,我得到最后三行:

正在检查setsocketopt-in-lsocket。。。不正在lybcrypto中检查BN_init。。。不配置:错误:";错误:需要libcrypto">

我已经安装了libss-dev软件包。我也尝试了这个解决方案,我在这里的一篇帖子中看到:LDFLAGS='-L/usr/local/ssl/lib'LIBS='-ldl'/configure--prefix=/usr/local/frift--with php--with boost=/usr/local/boost我尝试过:/节俭-0.8.0/配置CPPFLAGS=-I/usr/local/ssl/include LDFLAGS=-L/usr/local/sssl/lib CXXFLAGS=-DMINGW

什么都不起作用,我感到很失落,你们能提出解决方案吗?

从git-reo:安装最新版本的0.15.0

sudo apt install automake bison flex g++ git libboost-all-dev 
libevent-dev libssl-dev libtool make pkg-config
git clone -b 0.15.0 https://github.com/apache/thrift.git
cd thrift
git branch
./bootstrap.sh
./configure --disable-dependency-tracking
make
sudo make install 

最新更新