ubuntu 编译resiprocate

1、下载源码地址
https://www.resiprocate.org/files/pub/reSIProcate/releases/

选择其中一个版本,使用tar -zxvf解压出来 

2、直接执行 ./configure 不用带其他参数,我本地测试带其他参数,比如with ssl这种,即使openssl的库安装对了也依旧报错。

3、执行make 官网有写make -j12,可以试试 

 

注:resiprocate里边会使用

OPENSSL_debug_init 这个只有openssl的1.0.2以下的版本才支持

posted @ 2020-08-18 16:57  HappyCoder_1  阅读(447)  评论(0)    收藏  举报