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

目录
相关文章
|
关系型数据库 Shell Oracle
RMAN-01009: syntax error: found "dot" 解决办法
RMAN-01009: syntax error: found "dot" 解决方法   今天调试一个RMAN 的备份脚本,这个脚本以前也用过很多次,并没有什么问题,今天执行时,就是过不去。
1466 0
|
开发者 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
451 0
ERROR: Could not install packages due to an OSError: [WinError 5] Access is denied
configure: error: gperf is needed
configure: error: gperf is needed
129 0
configure: error: libacl not found
configure: error: libacl not found
93 0
configure: error: You requested LIBYUV but not found...die
configure: error: You requested LIBYUV but not found...die
122 0
configure: error: udev support requested but libudev header not installed
configure: error: udev support requested but libudev header not installed
377 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
248 0
|
编解码
configure: error: You requested G729 audio codec but not found...die
configure: error: You requested G729 audio codec but not found...die
97 0
configure:13747: error: You requested FFmpeg (h264, h263, theora, mp4v-es) but not found...die
configure:13747: error: You requested FFmpeg (h264, h263, theora, mp4v-es) but not found...die
115 0