Reply To: again: Error opening db: No backend database support….

#5208
andrews
Guest

You need to install sqlite first before you switch to the nightlies. mt-daapd uses sqlite2.x by default – so you can download that one. If you want to use the latest – sqlite3 – just make sure you use this line as your configure line…

./configure –enable-sqlite3 –with-sqlite3-includes=/usr/local/include –with-sqlite3-libs=/usr/local/lib –enable-browse –enable-query –with-id3tag=/usr/local

That will enable the sqlite3 support.

You then need to go to the /etc/mt-daapd.conf file and find the line that says

db_type = sqlite

and change it to

db_type = sqlite3

again – this is only if you install sqlite3. sqlite2 = db_type sqlite.