EDIT: it was a stupid mistake, I went and read the development blog and then re-read the conf file and realized I needed to make the runas user owned by nobody.
Hi guys,
Sorry for the newb question, I did some google searching and forum searching and not meeting with great results.
I have mt-daapd-svn-1050 installed with sqlite3 with the following options
./configure --enable-sqlite3 --with-sqlite3-includes=/usr/local/bin/ --with-sqlite3-libs=/usr/local/lib/
in the /etc/mt-daapd.conf file i have
db_type = sqlite3
db_parms = /usr/local/var/cache/mt-daapd
The above dir exists, since i did a:
mkdir -p /usr/local/var/cache/mt-daapd
When I start mt-daapd -f i get the following
bash-2.05#mt-daapd -f
Starting with debuglevel 1
Starting rendezvous daemon
Starting signal handler
Error opening db: No backend database support for type: sqlite
Stopping signal handler
Got INT signal. Notifying daap server.
So, do I have to build with sqlite instead of sqlite3?
Please point out any stupid newbie errors and I appeciate any time any of you can provide.
Thanks
Joe