Reply To: problem loading plugins

#12337
rpedde
Participant

@robesau wrote:


Firefly Version svn-1586: Starting with debuglevel 2
Warning: Could not load plugins
Starting rendezvous daemon
Starting signal handler
Error opening db: No backend database support for type: sqlite3

when I rund mt-daapd I get these errors this is only when I started using the new svn-1586

I am running ubuntu 7.04

not sure what to do, I have sqlite3 installed and not sure what plugins I am missing thought it would do it by itself put not sure any help would be good

You have several problems. Not being able to load plugins means you either don’t have a [plugins] section with a “plugin_dir=” entry, or your plugin_dir isn’t right.

Check the configfile in the contrib directory and use that, particularly if you upgraded from 0.2.4.

The “no database support” means that you have sqlite3 set as your db_type in the config file, but you don’t have sqlite3 support compiled in. Try changing the db_type to “sqlite”.

— Ron