We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
make install-am make[3]: Entering directory/opt/MRCP-Plugin-Demo/unimrcp-deps-1.5.0/libs/sofia -sip/libsofia-sip-ua/tport' LTCOMPILE tport_tls.lo tport_tls.c: In function 'tls_init_context': tport_tls.c:300:7: warning: 'TLSv1_method' is deprecated [-Wdeprecated-declarati ons] meth = TLSv1_method(); In file included from /usr/include/openssl/e_os2.h:13:0, from /usr/include/openssl/lhash.h:17, from tport_tls.c:45: /usr/include/openssl/rand.h:47:1: note: declared here DEPRECATEDIN_1_1_0(int RAND_pseudo_bytes(unsigned char *buf, int num)) ^ tport_tls.c: In function 'tls_post_connection_check': tport_tls.c:596:33: error: dereferencing pointer to incomplete type 'X509 {aka s truct x509_st}' tls_parse_extensions(tls, cert->cert_info->extensions); ^~ make[3]: *** [tport_tls.lo] Error 1 make[3]: Leaving directory /opt/MRCP-Plugin-Demo/unimrcp-deps-1.5.0/libs/sofia- sip/libsofia-sip-ua/tport' make[2]: *** [install] Error 2 make[2]: Leaving directory /opt/MRCP-Plugin-Demo/unimrcp-deps-1.5.0/libs/sofia- sip/libsofia-sip-ua/tport' make[1]: *** [install-recursive] Error 1 make[1]: Leaving directory /opt/MRCP-Plugin-Demo/unimrcp-deps-1.5.0/libs/sofia- sip/libsofia-sip-ua' make: *** [install-recursive] Error 1
make install-am make[3]: Entering directory
/opt/MRCP-Plugin-Demo/unimrcp-deps-1.5.0/libs/sofia- sip/libsofia-sip-ua/tport' make[2]: *** [install] Error 2 make[2]: Leaving directory
/opt/MRCP-Plugin-Demo/unimrcp-deps-1.5.0/libs/sofia- sip/libsofia-sip-ua' make: *** [install-recursive] Error 1
The text was updated successfully, but these errors were encountered:
Sofia没有安装或者安装不成功。
Sorry, something went wrong.
有没有解决,我这边也出现这种情况
No branches or pull requests
make install-am make[3]: Entering directory
/opt/MRCP-Plugin-Demo/unimrcp-deps-1.5.0/libs/sofia-sip/libsofia-sip-ua/tport'
LTCOMPILE tport_tls.lo
tport_tls.c: In function 'tls_init_context':
tport_tls.c:300:7: warning: 'TLSv1_method' is deprecated [-Wdeprecated-declarati
ons]
meth = TLSv1_method();
In file included from /usr/include/openssl/e_os2.h:13:0,
from /usr/include/openssl/lhash.h:17,
from tport_tls.c:45:
/usr/include/openssl/rand.h:47:1: note: declared here
DEPRECATEDIN_1_1_0(int RAND_pseudo_bytes(unsigned char *buf, int num))
^
tport_tls.c: In function 'tls_post_connection_check':
tport_tls.c:596:33: error: dereferencing pointer to incomplete type 'X509 {aka s
truct x509_st}'
tls_parse_extensions(tls, cert->cert_info->extensions);
^~
make[3]: *** [tport_tls.lo] Error 1
make[3]: Leaving directory
/opt/MRCP-Plugin-Demo/unimrcp-deps-1.5.0/libs/sofia- sip/libsofia-sip-ua/tport' make[2]: *** [install] Error 2 make[2]: Leaving directory
/opt/MRCP-Plugin-Demo/unimrcp-deps-1.5.0/libs/sofia-sip/libsofia-sip-ua/tport'
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory
/opt/MRCP-Plugin-Demo/unimrcp-deps-1.5.0/libs/sofia- sip/libsofia-sip-ua' make: *** [install-recursive] Error 1
The text was updated successfully, but these errors were encountered: