amooma / GS3

Dies ist die Asterisk Version von Gemeinschaft
https://www.alternative-solution.de/gs3
41 stars 36 forks source link

Asterisk 13 install fails (sqlite3) #48

Open Af0x opened 6 years ago

Af0x commented 6 years ago

Hello, after resolving this issue https://github.com/amooma/GS3/issues/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

jonesman commented 6 years ago

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 6 years ago

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