[asterisk-bugs] [JIRA] (ASTERISK-21760) Script bootstrap.sh produces configure script which fails on Debian Squeeze
Olivier Krief (JIRA)
noreply at issues.asterisk.org
Tue May 7 04:37:38 CDT 2013
Olivier Krief created ASTERISK-21760:
----------------------------------------
Summary: Script bootstrap.sh produces configure script which fails on Debian Squeeze
Key: ASTERISK-21760
URL: https://issues.asterisk.org/jira/browse/ASTERISK-21760
Project: Asterisk
Issue Type: Bug
Security Level: None
Affects Versions: 11.3.0
Environment: Debian Squeeze
Reporter: Olivier Krief
On a fresh Debian Squeeze system, run:
{{apt-get update}}
{{apt-get upgrade}}
{{apt-get install gcc g++ make libncurses5-dev bison libssl-dev libnewt-dev zlib1g-dev libxml2-dev libsqlite3-dev libmemcached-dev autoconf}}
{{cd /usr/src}}
{{wget http://downloads.asterisk.org/pub/telephony/asterisk/asterisk-11.3.0.tar.gz}}
{{tar zxf asterisk-11.3.0.tar.gz}}
{{sh -x ./bootstrap.sh}}
{{./configure}}
The last command fails with:
checking for gsm_create in -lgsm... no
./configure: line 17928: syntax error near unexpected token `ILBC,'
./configure: line 17928: ` PKG_CHECK_MODULES(ILBC, libilbc,'
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.asterisk.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the asterisk-bugs
mailing list