wdoekes / asterisk-chan-dongle

chan_dongle channel driver for Huawei UMTS cards, works with Asterisk 14+
Other
296 stars 104 forks source link

error: sqlite3 library missing #165

Closed aouiniamine closed 1 year ago

aouiniamine commented 1 year ago

When I run ./configure --with-astversion=18.15 I get an error: sqlite3 library missing, when I run yum install sqlite I get "package already installed"

Is there how to fix the issue? any help would be appreciated.

Thanks. Amine

wdoekes commented 1 year ago

You need the -devel package as well.

aouiniamine commented 1 year ago

I have set up both asterisk18-devel and sangoma-devel which one are we talking about?

aouiniamine commented 1 year ago

For anyone who's facing the same issue Ive solved it with: yum install libsqlite3x-devel -y

wdoekes commented 1 year ago

You're welcome!