configure: AVISO: *** Por favor, instale o pacote de desenvolvimento SQLite3

1

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

    
por AVM 01.01.2015 / 19:06

1 resposta

13

Depois de pesquisar muito, eu consegui consertá-lo. Usei o seguinte comando

sudo apt-get install libsqlite3-dev

Entendi este fórum.

    
por AVM 01.01.2015 / 19:36