Tech Support
2017-Apr-29 15:47 UTC
[asterisk-users] Can't compile asterisk-certified-11.6-cert16 on Ubuntu 16
All; I'm trying to install certified asterisk 11.6 cert16 on a Ubuntu 16 server. However, when I try to compile it, I'm getting hundreds and hundreds of errors. Here is a sample of the output. make[1]: Leaving directory '/usr/src/asterisk-certified-11.6-cert16/menuselect' [LD] aelparse.o aelbison.o pbx_ael.o hashtab.o lock.o ael_main.o ast_expr2f.o ast_expr2.o strcompat.o pval.o extconf.o -> aelparse aelbison.o: In function `ast_atomic_fetchadd_int': /usr/src/asterisk-certified-11.6-cert16/include/asterisk/lock.h:567: multiple definition of `ast_atomic_fetchadd_int' aelparse.o:/usr/src/asterisk-certified-11.6-cert16/include/asterisk/lock.h:5 67: first defined here aelbison.o: In function `ast_atomic_dec_and_test': /usr/src/asterisk-certified-11.6-cert16/include/asterisk/lock.h:613: multiple definition of `ast_atomic_dec_and_test' aelparse.o:/usr/src/asterisk-certified-11.6-cert16/include/asterisk/lock.h:6 13: first defined here aelbison.o: In function `ast_tvdiff_sec': /usr/src/asterisk-certified-11.6-cert16/include/asterisk/time.h:45: multiple definition of `ast_tvdiff_sec' aelparse.o:/usr/src/asterisk-certified-11.6-cert16/include/asterisk/time.h:4 5: first defined here aelbison.o: In function `ast_tvdiff_us': pbx_ael.o: In function `ast_str_set_va': /usr/src/asterisk-certified-11.6-cert16/include/asterisk/strings.h:803: undefined reference to `__ast_str_helper' pbx_ael.o: In function `ast_str_append_va': /usr/src/asterisk-certified-11.6-cert16/include/asterisk/strings.h:820: undefined reference to `__ast_str_helper' pbx_ael.o: In function `ast_str_set_va': /usr/src/asterisk-certified-11.6-cert16/include/asterisk/strings.h:803: undefined reference to `__ast_str_helper' pbx_ael.o: In function `ast_str_append_va': /usr/src/asterisk-certified-11.6-cert16/include/asterisk/strings.h:820: undefined reference to `__ast_str_helper' pbx_ael.o: In function `ast_str_set_substr': I'm not exactly sure where I should begin looking for the source of the problem. When I try to build Asterisk 13, I have no problem. Any insight at all would be greatly appreciated. Thanks; John -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20170429/1791c234/attachment.html>
Jonathan H
2017-Apr-29 15:57 UTC
[asterisk-users] Can't compile asterisk-certified-11.6-cert16 on Ubuntu 16
On 29 April 2017 at 16:47, Tech Support <asterisk at voipbusiness.us> wrote:> I?m trying to install certified asterisk 11.6 cert16 on a Ubuntu 16 server. However, when I try to compile it, I?m getting hundreds and hundreds of errors. Here is a sample of the output. > When I try to build Asterisk 13, I have no problem. Any insight at all would be greatly appreciated.I suppose the first and most obvious question would be: If the current version installs fine, why would you want to install an old obsolete version which is currently subject to an end of life warning? https://community.asterisk.org/t/asterisk-11-eol-6-month-notice/70490 "As many of you know, for the past 6 months Asterisk 11 has been in security fix only mode. This means it currently does not receive bug fixes, but it does receive applicable security fixes and will continue to do so for the next 6 months."
Jeff LaCoursiere
2017-Apr-29 16:11 UTC
[asterisk-users] Can't compile asterisk-certified-11.6-cert16 on Ubuntu 16
On 04/29/2017 10:57 AM, Jonathan H wrote:> On 29 April 2017 at 16:47, Tech Support <asterisk at voipbusiness.us> wrote: > >> I?m trying to install certified asterisk 11.6 cert16 on a Ubuntu 16 server. However, when I try to compile it, I?m getting hundreds and hundreds of errors. Here is a sample of the output. >> When I try to build Asterisk 13, I have no problem. Any insight at all would be greatly appreciated. > I suppose the first and most obvious question would be: > > If the current version installs fine, why would you want to install an > old obsolete version which is currently subject to an end of life > warning? > > https://community.asterisk.org/t/asterisk-11-eol-6-month-notice/70490 > > "As many of you know, for the past 6 months Asterisk 11 has been in security > fix only mode. This means it currently does not receive bug fixes, > but it does receive applicable security fixes and will continue to do > so for the next 6 months." >Probably because he wants to run certified...