解决办法: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时产生的。具体可参考:

目录
相关文章
|
缓存 PHP
Composer 报错 Error while processing content unencoding: Unknown failure within ...
Composer 报错 Error while processing content unencoding: Unknown failure within ...
210 0
|
6月前
An unexpected error was encountered while executing a WSL command. Common causes include access righ
An unexpected error was encountered while executing a WSL command. Common causes include access righ
|
开发者 Python
ERROR: Could not install packages due to an OSError: [WinError 5] Access is denied
ERROR: Could not install packages due to an OSError: [WinError 5] Access is denied
412 0
ERROR: Could not install packages due to an OSError: [WinError 5] Access is denied
configure: error: libacl not found
configure: error: libacl not found
81 0
configure: error: gperf is needed
configure: error: gperf is needed
120 0
configure: error: You requested LIBYUV but not found...die
configure: error: You requested LIBYUV but not found...die
93 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
197 0
configure: line syntax error near unexpected token `win32-dll'
configure: line syntax error near unexpected token `win32-dll'
351 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 问题解决
182 0