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

简介: 解决办法:configure: error: You requested SRTP (requires libsrtp) but not found...die
  • 类似错误很多
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

目录
相关文章
|
关系型数据库 Shell Oracle
RMAN-01009: syntax error: found "dot" 解决办法
RMAN-01009: syntax error: found "dot" 解决方法   今天调试一个RMAN 的备份脚本,这个脚本以前也用过很多次,并没有什么问题,今天执行时,就是过不去。
1442 0
|
5月前
|
JavaScript
Error loading saved preferences: ~/.vuerc may be corrupted or have syntax errors. Please fix/delete
Error loading saved preferences: ~/.vuerc may be corrupted or have syntax errors. Please fix/delete
error C2449: found ‘{‘ at file scope (missing function header?)和error C2059: syntax error : ‘}‘
error C2449: found ‘{‘ at file scope (missing function header?)和error C2059: syntax error : ‘}‘
130 0
configure: error: libacl not found
configure: error: libacl not found
82 0
configure: error: gperf is needed
configure: error: gperf is needed
122 0
解决办法:configure: error: You requested SRTP (requires libsrtp) but not found...die
解决办法:configure: error: You requested SRTP (requires libsrtp) but not found...die
146 0
configure: error: You requested LIBYUV but not found...die
configure: error: You requested LIBYUV but not found...die
102 0
|
Java
Error: A JNI error has occurred, please check your installation and try again
Error: A JNI error has occurred, please check your installation and try again
205 0
|
网络协议 关系型数据库 Linux
onfigure: error: no acceptable C compiler found in $PATH See `config.log' for more details 问题解决
onfigure: error: no acceptable C compiler found in $PATH See `config.log' for more details 问题解决
190 0