[Home]

Summary:ASTERISK-18642: asterisk-10.0.0-beta2 , can not run make menuselect
Reporter:james.zhu (james.zhu)Labels:
Date Opened:2011-09-28 22:56:16Date Closed:2011-09-30 08:19:43
Priority:MinorRegression?
Status:Closed/CompleteComponents:Core/AstDB
Versions:10.0.0-beta2 Frequency of
Occurrence
Related
Issues:
Environment:i test with centor-5.0, the asterisk-1.8 can be compiled, but 10.2 can not compile. Attachments:
Description:checking for speex_preprocess_ctl in -lspeexdsp... no
checking for sqlite_exec in -lsqlite... no
checking for sqlite3_open in -lsqlite3... no
configure: WARNING: *** Asterisk now uses SQLite3 for the internal Asterisk database.
configure: WARNING: *** Please install the SQLite3 development package.
===============================
when i run  make menuselect
it comes some options.. i think something wrong. asterisk-1.8 is ok.
Comments:By: Malcolm Davenport (mdavenport) 2011-09-29 08:40:05.472-0500

Do you have the SQLite3 development package installed on your system?

By: james.zhu (james.zhu) 2011-09-29 20:47:09.763-0500

sorry, missed sqlite-devel.i386.
yum install sqlite-devel.i386, it works!