您当前的位置: 首页 >  ui

柳鲲鹏

暂无认证

  • 0浏览

    0关注

    4642博文

    0收益

  • 0浏览

    0点赞

    0打赏

    0留言

私信
关注
热门博文

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

柳鲲鹏 发布时间:2020-01-28 08:26:04 ,浏览量:0

  • 类似错误很多
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时产生的。具体可参考:

https://blog.csdn.net/quantum7/article/details/104086072

关注
打赏
1665724893
查看更多评论
立即登录/注册

微信扫码登录

0.0911s