<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40"><head><meta http-equiv=Content-Type content="text/html; charset=us-ascii"><meta name=Generator content="Microsoft Word 14 (filtered medium)"><style><!--
/* Font Definitions */
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        text-align:justify;
        font-size:11.0pt;
        font-family:"Calibri","sans-serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:"Calibri","sans-serif";
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-family:"Calibri","sans-serif";}
.MsoPapDefault
        {mso-style-type:export-only;
        text-align:justify;}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]--></head><body lang=EN-US link=blue vlink=purple><div class=WordSection1><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>All;<o:p></o:p></p><p class=MsoNormal>    I have a Fedora 26 server that I am trying to compile asterisk-certified-13.13-cert6 on. However, I’m getting the following errors. I’m also having a tough time trying to compile Dahdi. I’m not sure what I’m missing, but if anyone else is running Fedora, I’d really appreciate any help at all.<o:p></o:p></p><p class=MsoNormal>Thanks Much;<o:p></o:p></p><p class=MsoNormal>John V.<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>make[1]: Leaving directory '/usr/src/asterisk-certified-13.13-cert6/menuselect'<o:p></o:p></p><p class=MsoNormal>   [CC] tcptls.c -> tcptls.o<o:p></o:p></p><p class=MsoNormal>tcptls.c: In function 'tcptls_stream_close':<o:p></o:p></p><p class=MsoNormal>tcptls.c:401:20: error: dereferencing pointer to incomplete type 'SSL {aka struct ssl_st}'<o:p></o:p></p><p class=MsoNormal>    if (!stream->ssl->server) {<o:p></o:p></p><p class=MsoNormal>                    ^~<o:p></o:p></p><p class=MsoNormal>tcptls.c:404:5: warning: 'ERR_remove_thread_state' is deprecated [-Wdeprecated-declarations]<o:p></o:p></p><p class=MsoNormal>     ERR_remove_thread_state(NULL);<o:p></o:p></p><p class=MsoNormal>     ^~~~~~~~~~~~~~~~~~~~~~~<o:p></o:p></p><p class=MsoNormal>In file included from /usr/include/openssl/opensslconf.h:42:0,<o:p></o:p></p><p class=MsoNormal>                 from /usr/include/openssl/ct.h:13,<o:p></o:p></p><p class=MsoNormal>                 from /usr/include/openssl/ssl.h:61,<o:p></o:p></p><p class=MsoNormal>                 from /usr/src/asterisk-certified-13.13-cert6/include/asterisk/tcptls.h:66,<o:p></o:p></p><p class=MsoNormal>                 from tcptls.c:44:<o:p></o:p></p><p class=MsoNormal>/usr/include/openssl/err.h:247:1: note: declared here<o:p></o:p></p><p class=MsoNormal> DEPRECATEDIN_1_1_0(void ERR_remove_thread_state(void *))<o:p></o:p></p><p class=MsoNormal> ^<o:p></o:p></p><p class=MsoNormal>tcptls.c: In function '__ssl_setup':<o:p></o:p></p><p class=MsoNormal>tcptls.c:819:31: warning: implicit declaration of function 'SSLv2_client_method'; did you mean 'SSLv3_client_method'? [-Wimplicit-function-declaration]<o:p></o:p></p><p class=MsoNormal>    cfg->ssl_ctx = SSL_CTX_new(SSLv2_client_method());<o:p></o:p></p><p class=MsoNormal>                               ^~~~~~~~~~~~~~~~~~~<o:p></o:p></p><p class=MsoNormal>                               SSLv3_client_method<o:p></o:p></p><p class=MsoNormal>tcptls.c:819:31: warning: passing argument 1 of 'SSL_CTX_new' makes pointer from integer without a cast [-Wint-conversion]<o:p></o:p></p><p class=MsoNormal>In file included from /usr/src/asterisk-certified-13.13-cert6/include/asterisk/tcptls.h:66:0,<o:p></o:p></p><p class=MsoNormal>                 from tcptls.c:44:<o:p></o:p></p><p class=MsoNormal>/usr/include/openssl/ssl.h:1338:17: note: expected 'const SSL_METHOD * {aka const struct ssl_method_st *}' but argument is of type 'int'<o:p></o:p></p><p class=MsoNormal> __owur SSL_CTX *SSL_CTX_new(const SSL_METHOD *meth);<o:p></o:p></p><p class=MsoNormal>                 ^~~~~~~~~~~<o:p></o:p></p><p class=MsoNormal>tcptls.c:825:4: warning: 'SSLv3_client_method' is deprecated [-Wdeprecated-declarations]<o:p></o:p></p><p class=MsoNormal>    cfg->ssl_ctx = SSL_CTX_new(SSLv3_client_method());<o:p></o:p></p><p class=MsoNormal>    ^~~<o:p></o:p></p><p class=MsoNormal>In file included from /usr/include/openssl/opensslconf.h:42:0,<o:p></o:p></p><p class=MsoNormal>                 from /usr/include/openssl/ct.h:13,<o:p></o:p></p><p class=MsoNormal>                 from /usr/include/openssl/ssl.h:61,<o:p></o:p></p><p class=MsoNormal>                 from /usr/src/asterisk-certified-13.13-cert6/include/asterisk/tcptls.h:66,<o:p></o:p></p><p class=MsoNormal>                 from tcptls.c:44:<o:p></o:p></p><p class=MsoNormal>/usr/include/openssl/ssl.h:1616:1: note: declared here<o:p></o:p></p><p class=MsoNormal> DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *SSLv3_client_method(void)) /* SSLv3 */<o:p></o:p></p><p class=MsoNormal> ^<o:p></o:p></p><p class=MsoNormal>tcptls.c:829:4: warning: 'TLSv1_client_method' is deprecated [-Wdeprecated-declarations]<o:p></o:p></p><p class=MsoNormal>    cfg->ssl_ctx = SSL_CTX_new(TLSv1_client_method());<o:p></o:p></p><p class=MsoNormal>    ^~~<o:p></o:p></p><p class=MsoNormal>In file included from /usr/include/openssl/opensslconf.h:42:0,<o:p></o:p></p><p class=MsoNormal>                 from /usr/include/openssl/ct.h:13,<o:p></o:p></p><p class=MsoNormal>                 from /usr/include/openssl/ssl.h:61,<o:p></o:p></p><p class=MsoNormal>                 from /usr/src/asterisk-certified-13.13-cert6/include/asterisk/tcptls.h:66,<o:p></o:p></p><p class=MsoNormal>                 from tcptls.c:44:<o:p></o:p></p><p class=MsoNormal>/usr/include/openssl/ssl.h:1631:1: note: declared here<o:p></o:p></p><p class=MsoNormal> DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_client_method(void)) /* TLSv1.0 */<o:p></o:p></p><p class=MsoNormal> ^<o:p></o:p></p><p class=MsoNormal>make[1]: *** [/usr/src/asterisk-certified-13.13-cert6/Makefile.rules:150: tcptls.o] Error 1<o:p></o:p></p><p class=MsoNormal>make: *** [Makefile:402: main] Error 2<o:p></o:p></p></div></body></html>