0
点赞
收藏
分享

微信扫一扫

解决办法:configure: error: You requested SRTP (requires libsrtp) but not found...die

东林梁 2022-02-07 阅读 44


  • 类似错误很多
configure: error: You requested SSL (requires OpenSSL) but not found...die
  • 解决办法1

查看config.log

./autogen.sh

autoreconf -fiv

./configure ...(参数)
  • 解决办法2

查看config.log

使用的srtp太新,导致目录错误。找到头文件所在位置:

cp -rf srtp2 srtp
or
ln -snf srtp2 srtp


这是在编译doubango时产生的。


举报

相关推荐

0 条评论