Compiling Error

Home » Asterisk Users » Compiling Error
Asterisk Users No Comments

./configure LDFLAGS=”-z muldefs” –libdir=/usr/lib64
–with-unixodbc=$(odbc_config –include-prefix)/ –disable-asteriskssl
-enable-xmldoc NOISY_BUILD=yes

res_pjsip/config_transport.c: In function ‘cipher_name_to_id’:

res_pjsip/config_transport.c:982:24: error: ‘PJ_SSL_SOCK_MAX_CIPHERS’

pj_ssl_cipher ciphers[PJ_SSL_SOCK_MAX_CIPHERS];

^

res_pjsip/config_transport.c:982:24: note: each undeclared identifier is

res_pjsip/config_transport.c:982:16: warning: unused variable ‘ciphers’

pj_ssl_cipher ciphers[PJ_SSL_SOCK_MAX_CIPHERS];

^

res_pjsip/config_transport.c: In function ‘handle_pjsip_list_ciphers’:

res_pjsip/config_transport.c:1106:24: error: ‘PJ_SSL_SOCK_MAX_CIPHERS’

pj_ssl_cipher ciphers[PJ_SSL_SOCK_MAX_CIPHERS];

^

res_pjsip/config_transport.c:1106:16: warning: unused variable ‘ciphers’

pj_ssl_cipher ciphers[PJ_SSL_SOCK_MAX_CIPHERS];

^

make[1]: *** [res_pjsip/config_transport.o] Error 1

make[1]: Leaving directory `/usr/src/asterisk/res’

make: *** [res] Error 2