首页 > 技术文章 > ubuntu 编译resiprocate

132818Creator 2020-08-18 16:57 原文

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以下的版本才支持

推荐阅读