← Back to team overview

mosquitto-dev team mailing list archive

[Question #107297]: can't build mosquitto

 

New question #107297 on mosquitto:
https://answers.launchpad.net/mosquitto/+question/107297

I'm trying to build mosquitto on Ubuntu904, I've read the compiling.txt and I've apt-get installed sqlite3, tcp-wrappers and I've put sqlite3-pcre in the mosquitto directory but it's failing with the following, any ideas?

>make
for d in client man src; do make -C ${d}; done
make[1]: Entering directory `/home/tb/Projects/mosquitto-0.5.4/client'
cc -I../src -I. -Wall -ggdb -DWITH_CLIENT -c ../src/database.c -o database.o
../src/database.c: In function ‘mqtt3_db_open’:
../src/database.c:151: error: ‘sqlite3_backup’ undeclared (first use in this functi

what I'm really after is a binary for my dd-wrt router but I thought I'd try and get this building first. Cheers :)

-- 
You received this question notification because you are a member of
Mosquitto Dev, which is an answer contact for mosquitto.