Reply To: Feisty Fawn + mtdaapd = Bonjour won’t start…

#10213
nathanziarek
Participant

Thank you mrblack. Turns out I couldn’t leave well-enough alone. 😛

My steps:

sudo apt-get remove mt-daapd
sudo apt-get install libid3tag0
wget http://prdownloads.sourceforge.net/mt-daapd/mt-daapd_0.2.4-1_i386.deb?download
sudo dpkg -i mt-daapd_0.2.4-1_i386.deb
sudo /etc/init.d/mt-daapd restart

… which provides the error …

Restarting mt-daapd: Invalid config directive: db_type
Error reading config file (/etc/mt-daapd.conf)

I tried both sqlite and sqlite3. Other than that, I made no changes, and this is the config that was working two minutes before with the apt-get version.

I’m also a little confused about the versioning. apt-get gave me 0.2.4, which is being called an “old version.” But the latest release on sourceforge also appears to be 0.2.4. Am I missing something?