Depois de pesquisar muito, eu consegui consertá-lo. Usei o seguinte comando
sudo apt-get install libsqlite3-dev
Entendi este fórum.
Estou tentando instalar o Asterisk no meu sistema ubuntu.Eu baixei com sucesso o pacote asterisk e quando tentei compilar e instalar usando
./configure
está mostrando um erro
configure: WARNING: *** Asterisk now uses SQLite3 for the internal Asterisk database.
configure: WARNING: *** Please install the SQLite3 development package.
então eu instalei o sqlite usando o seguinte comando
sudo apt-get install php5-sqlite //also tried the following
sudo apt-get install sqlite3
Depois de instalar o sqlite, ainda estou recebendo o mesmo erro ao executar ./configure
configure: WARNING: *** Asterisk now uses SQLite3 for the internal Asterisk database.
configure: WARNING: *** Please install the SQLite3 development package.
Alguém pode ajudar!
Obrigado