All; I am trying to build and install certified Asterisk 13.13 cert3 on a Ubuntu 16.04.2 LTS host without much success. I am getting the following errors when I try to compile. [CC] res_pjsip/config_transport.c -> res_pjsip/config_transport.o res_pjsip/config_transport.c: In function 'transport_apply': res_pjsip/config_transport.c:572:6: error: 'pjsip_tcp_transport_cfg {aka struct pjsip_tcp_transport_cfg}' has no member named 'sockopt_params' cfg.sockopt_params.options[0].level = pj_SOL_TCP(); ^ res_pjsip/config_transport.c:573:6: error: 'pjsip_tcp_transport_cfg {aka struct pjsip_tcp_transport_cfg}' has no member named 'sockopt_params' cfg.sockopt_params.options[0].optname = pj_TCP_NODELAY(); ^ res_pjsip/config_transport.c:574:6: error: 'pjsip_tcp_transport_cfg {aka struct pjsip_tcp_transport_cfg}' has no member named 'sockopt_params' cfg.sockopt_params.options[0].optval = &option; ^ res_pjsip/config_transport.c:575:6: error: 'pjsip_tcp_transport_cfg {aka struct pjsip_tcp_transport_cfg}' has no member named 'sockopt_params' cfg.sockopt_params.options[0].optlen = sizeof(option); ^ res_pjsip/config_transport.c:576:6: error: 'pjsip_tcp_transport_cfg {aka struct pjsip_tcp_transport_cfg}' has no member named 'sockopt_params' cfg.sockopt_params.cnt = 1; ^ /usr/src/asterisk-certified-13.13-cert3/Makefile.rules:149: recipe for target 'res_pjsip/config_transport.o' failed make[1]: *** [res_pjsip/config_transport.o] Error 1 Makefile:402: recipe for target 'res' failed make: *** [res] Error 2 Has anyone seen this error before? Any insight at all would be greatly appreciated. Thanks; John V. Tech Support Tech Support VoIP Business Solutions 240-215-3479 x325 <mailto:fsd at voipbusiness.us> support at voipbusiness.us -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20170418/ee3001df/attachment.html>
Feel free to take a look at https://github.com/lardconcepts/asterisk-digitalocean-voipfone-config/blob/master/Asterisk-14-on-Ubuntu.md Ignore the bit about Voipfone and just skip to the "Install Asterisk" bit. I've used this same script with Asterisk 12,13 and 14 on Ubuntu 15,16 and 17 so this should work! Let me know how you get on. On 18 April 2017 at 13:41, Tech Support <asterisk at voipbusiness.us> wrote:> All; > > I am trying to build and install certified Asterisk 13.13 cert3 on a > Ubuntu 16.04.2 LTS host without much success. I am getting the following > errors when I try to compile. > > > > [CC] res_pjsip/config_transport.c -> res_pjsip/config_transport.o > > res_pjsip/config_transport.c: In function 'transport_apply': > > res_pjsip/config_transport.c:572:6: error: 'pjsip_tcp_transport_cfg {aka > struct pjsip_tcp_transport_cfg}' has no member named 'sockopt_params' > > cfg.sockopt_params.options[0].level = pj_SOL_TCP(); > > ^ > > res_pjsip/config_transport.c:573:6: error: 'pjsip_tcp_transport_cfg {aka > struct pjsip_tcp_transport_cfg}' has no member named 'sockopt_params' > > cfg.sockopt_params.options[0].optname = pj_TCP_NODELAY(); > > ^ > > res_pjsip/config_transport.c:574:6: error: 'pjsip_tcp_transport_cfg {aka > struct pjsip_tcp_transport_cfg}' has no member named 'sockopt_params' > > cfg.sockopt_params.options[0].optval = &option; > > ^ > > res_pjsip/config_transport.c:575:6: error: 'pjsip_tcp_transport_cfg {aka > struct pjsip_tcp_transport_cfg}' has no member named 'sockopt_params' > > cfg.sockopt_params.options[0].optlen = sizeof(option); > > ^ > > res_pjsip/config_transport.c:576:6: error: 'pjsip_tcp_transport_cfg {aka > struct pjsip_tcp_transport_cfg}' has no member named 'sockopt_params' > > cfg.sockopt_params.cnt = 1; > > ^ > > /usr/src/asterisk-certified-13.13-cert3/Makefile.rules:149: recipe for > target 'res_pjsip/config_transport.o' failed > > make[1]: *** [res_pjsip/config_transport.o] Error 1 > > Makefile:402: recipe for target 'res' failed > > make: *** [res] Error 2 > > > > Has anyone seen this error before? Any insight at all would be greatly > appreciated. > > Thanks; > > John V. > > > > Tech Support > > Tech Support > > VoIP Business Solutions > > 240-215-3479 x325 > > support at voipbusiness.us > > > > > -- > _____________________________________________________________________ > -- Bandwidth and Colocation Provided by http://www.api-digital.com -- > > Check out the new Asterisk community forum at: > https://community.asterisk.org/ > > New to Asterisk? Start here: > https://wiki.asterisk.org/wiki/display/AST/Getting+Started > > asterisk-users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users
Hey; Thank you very much. I was able to install asterisk from your link. One other question. How are you starting asterisk? Do you use an init script or systemd? Do you think that you could share the script you use? Thanks Again; John V. -----Original Message----- From: asterisk-users-bounces at lists.digium.com [mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of Jonathan H Sent: Tuesday, April 18, 2017 09:10 AM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [asterisk-users] Can't compile Asterisk on Ubuntu 16 Feel free to take a look at https://github.com/lardconcepts/asterisk-digitalocean-voipfone-config/blob/m aster/Asterisk-14-on-Ubuntu.md Ignore the bit about Voipfone and just skip to the "Install Asterisk" bit. I've used this same script with Asterisk 12,13 and 14 on Ubuntu 15,16 and 17 so this should work! Let me know how you get on. On 18 April 2017 at 13:41, Tech Support <asterisk at voipbusiness.us> wrote:> All; > > I am trying to build and install certified Asterisk 13.13 cert3 on > a Ubuntu 16.04.2 LTS host without much success. I am getting the > following errors when I try to compile. > > > > [CC] res_pjsip/config_transport.c -> res_pjsip/config_transport.o > > res_pjsip/config_transport.c: In function 'transport_apply': > > res_pjsip/config_transport.c:572:6: error: 'pjsip_tcp_transport_cfg > {aka struct pjsip_tcp_transport_cfg}' has no member named 'sockopt_params' > > cfg.sockopt_params.options[0].level = pj_SOL_TCP(); > > ^ > > res_pjsip/config_transport.c:573:6: error: 'pjsip_tcp_transport_cfg > {aka struct pjsip_tcp_transport_cfg}' has no member named 'sockopt_params' > > cfg.sockopt_params.options[0].optname = pj_TCP_NODELAY(); > > ^ > > res_pjsip/config_transport.c:574:6: error: 'pjsip_tcp_transport_cfg > {aka struct pjsip_tcp_transport_cfg}' has no member named 'sockopt_params' > > cfg.sockopt_params.options[0].optval = &option; > > ^ > > res_pjsip/config_transport.c:575:6: error: 'pjsip_tcp_transport_cfg > {aka struct pjsip_tcp_transport_cfg}' has no member named 'sockopt_params' > > cfg.sockopt_params.options[0].optlen = sizeof(option); > > ^ > > res_pjsip/config_transport.c:576:6: error: 'pjsip_tcp_transport_cfg > {aka struct pjsip_tcp_transport_cfg}' has no member named 'sockopt_params' > > cfg.sockopt_params.cnt = 1; > > ^ > > /usr/src/asterisk-certified-13.13-cert3/Makefile.rules:149: recipe for > target 'res_pjsip/config_transport.o' failed > > make[1]: *** [res_pjsip/config_transport.o] Error 1 > > Makefile:402: recipe for target 'res' failed > > make: *** [res] Error 2 > > > > Has anyone seen this error before? Any insight at all would be greatly > appreciated. > > Thanks; > > John V. > > > > Tech Support > > Tech Support > > VoIP Business Solutions > > 240-215-3479 x325 > > support at voipbusiness.us > > > > > -- > _____________________________________________________________________ > -- Bandwidth and Colocation Provided by http://www.api-digital.com -- > > Check out the new Asterisk community forum at: > https://community.asterisk.org/ > > New to Asterisk? Start here: > https://wiki.asterisk.org/wiki/display/AST/Getting+Started > > asterisk-users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users-- _____________________________________________________________________ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- Check out the new Asterisk community forum at: https://community.asterisk.org/ New to Asterisk? Start here: https://wiki.asterisk.org/wiki/display/AST/Getting+Started asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users