Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Asterisk 13 install fails (sqlite3) #48

Open
Af0x opened this issue May 21, 2018 · 2 comments
Open

Asterisk 13 install fails (sqlite3) #48

Af0x opened this issue May 21, 2018 · 2 comments

Comments

@Af0x
Copy link

Af0x commented May 21, 2018

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

@jonesman
Copy link

jonesman commented May 21, 2018

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
Copy link
Author

Af0x commented May 21, 2018

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants