amooma/GS3

Asterisk 13 install fails (sqlite3)

Opened this issue · 2 comments

Af0x commented

Hello,
after resolving this issue #47 with a simple

apt install libjansson-dev

the next error is

checking for sqlite3_open in -lsqlite3... no
configure: error: *** Asterisk now uses SQLite3 for the internal Asterisk database.

Regards,

Af0x

Hi, that would be: apt-get install libsqlite3-dev
If anything else is missing during compilation, you're always looking for the "-dev" version of the package

Af0x commented

thank you, after installing libsqlite3-dev the setup finished without errors.