[asterisk-bugs] [JIRA] (ASTERISK-28662) Asterisk install does not compile res_pjsip/config_transport.c
Kevin Harwell (JIRA)
noreply at issues.asterisk.org
Mon Dec 16 18:46:31 CST 2019
[ https://issues.asterisk.org/jira/browse/ASTERISK-28662?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=249077#comment-249077 ]
Kevin Harwell commented on ASTERISK-28662:
------------------------------------------
That guide is a bit outdated now. Please use the instructions on the wiki for installing Asterisk from source [1] as that will be kept more up to date. Specifically in your case you need to configure Asterisk with the pjproject bundled option, {{--with-pjproject-bundled}}. For more information see the pjsip/pjproject on our wiki[2].
[1] https://wiki.asterisk.org/wiki/display/AST/Installing+Asterisk+From+Source
[2] https://wiki.asterisk.org/wiki/display/AST/PJSIP-pjproject
> Asterisk install does not compile res_pjsip/config_transport.c
> --------------------------------------------------------------
>
> Key: ASTERISK-28662
> URL: https://issues.asterisk.org/jira/browse/ASTERISK-28662
> Project: Asterisk
> Issue Type: Bug
> Security Level: None
> Components: pjproject/pjsip
> Affects Versions: 13.29.2
> Environment: Centos 6 X64bit
> Reporter: Rahmani
> Severity: Critical
>
> https://www.sangoma.com/articles/install-asterisk-13-pjsip-centos-6/?utm_source=digium_redirect
> returns below error at this step:
> # make && make install
> {noformat}
> [LD] res_parking.o parking/parking_applications.o parking/parking_bridge.o parking/parking_bridge_features.o parking/parking_controller.o parking/parking_devicestate.o parking/parking_manager.o parking/parking_tests.o parking/parking_ui.o -> res_parking.so
> [CC] res_phoneprov.c -> res_phoneprov.o
> [LD] res_phoneprov.o -> res_phoneprov.so
> [CC] res_pjproject.c -> res_pjproject.o
> [LD] res_pjproject.o -> res_pjproject.so
> [CC] res_pjsip_acl.c -> res_pjsip_acl.o
> [LD] res_pjsip_acl.o -> res_pjsip_acl.so
> [CC] res_pjsip_authenticator_digest.c -> res_pjsip_authenticator_digest.o
> [LD] res_pjsip_authenticator_digest.o -> res_pjsip_authenticator_digest.so
> [CC] res_pjsip.c -> res_pjsip.o
> [CC] res_pjsip/config_auth.c -> res_pjsip/config_auth.o
> [CC] res_pjsip/config_domain_aliases.c -> res_pjsip/config_domain_aliases.o
> [CC] res_pjsip/config_global.c -> res_pjsip/config_global.o
> [CC] res_pjsip/config_system.c -> res_pjsip/config_system.o
> [CC] res_pjsip/config_transport.c -> res_pjsip/config_transport.o
> res_pjsip/config_transport.c: In function ‘cipher_name_to_id’:
> res_pjsip/config_transport.c:982: error: ‘PJ_SSL_SOCK_MAX_CIPHERS’ undeclared (first use in this function)
> res_pjsip/config_transport.c:982: error: (Each undeclared identifier is reported only once
> res_pjsip/config_transport.c:982: error: for each function it appears in.)
> res_pjsip/config_transport.c:982: warning: unused variable ‘ciphers’
> res_pjsip/config_transport.c: In function ‘handle_pjsip_list_ciphers’:
> res_pjsip/config_transport.c:1106: error: ‘PJ_SSL_SOCK_MAX_CIPHERS’ undeclared (first use in this function)
> res_pjsip/config_transport.c:1106: warning: unused variable ‘ciphers’
> make[1]: *** [res_pjsip/config_transport.o] Error 1
> make: *** [res] Error 2
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.2#6252)
More information about the asterisk-bugs
mailing list