Summary: | ASTERISK-24324: Issue compiling Asterisk13 without PJSIP | ||||
Reporter: | Lorenzo Emilitri (lenz.loway) | Labels: | |||
Date Opened: | 2014-09-13 01:28:15 | Date Closed: | 2014-09-13 05:49:28 | ||
Priority: | Minor | Regression? | |||
Status: | Closed/Complete | Components: | |||
Versions: | 13.0.0-beta1 | Frequency of Occurrence | Constant | ||
Related Issues: |
| ||||
Environment: | CentOS 6.5 64-bit | Attachments: | |||
Description: | I did a plain install of Asterisk 13 beta 1 on a DigitalOcean VM just created with CentOS 6.5 64-bit.
Packages: yum install -y gcc-c++ make gnutls-devel kernel-devel libxml2-devel ncurses-devel \ subversion doxygen texinfo curl-devel net-snmp-devel neon-devel \ uuid-devel libuuid-devel sqlite-devel sqlite \ git speex-devel gsm-devel Installed Jansoon manually. Downloaded Asterisk 13.0.0 beta 1. wget http://downloads.asterisk.org/pub/telephony/asterisk/releases/asterisk-13.0.0-beta1.tar.gz tar zxvf asterisk-13.0.0-beta1.tar.gz cd asterisk-13.0.0-beta1 ./configure --libdir=/usr/lib64 make menuselect . Configuration works without issues and menuselect tells that chan_pjsip is not available. Did not change anything in menuselect. make [CC] res_hep_rtcp.c -> res_hep_rtcp.o res_hep_rtcp.c:36:19: error: pjsip.h: No such file or directory make[1]: *** [res_hep_rtcp.o] Error 1 make: *** [res] Error 2 | ||||
Comments: | By: Joshua C. Colp (jcolp) 2014-09-13 05:49:28.301-0500 This has been fixed in SVN already and will be in the next release. |