FireFly Media Server › Firefly Media Server Forums › Firefly Media Server › Setup Issues › problem loading plugins
- This topic has 4 replies, 2 voices, and was last updated 16 years, 3 months ago by
robesau.
-
AuthorPosts
-
02/09/2007 at 5:10 AM #1675
robesau
Participant
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
02/09/2007 at 5:33 AM #12337rpedde
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
02/09/2007 at 5:45 AM #12338robesau
Participantsorry I cant find my config file what would be a area where it would be?
02/09/2007 at 5:55 AM #12339robesau
Participant
Firefly Version svn-1586: Starting with debuglevel 2
Error loading plugin /usr/share/mt-daapd/plugins/ssc-script.so: plugin declined to load
Plugin loaded: daap/svn-1586
Plugin loaded: rsp/svn-1586
Starting rendezvous daemon
Starting signal handler
db_sqlite2_open: unable to open database: /var/cache/mt-daapd/songs.db (/var/cache/mt-daapd/songs.db)
Error opening db: Misc SQL Error: unable to open database: /var/cache/mt-daapd/songs.db
ok this is the new one now that I found the right plugin directory
02/09/2007 at 6:47 AM #12340robesau
Participantran this
sudo mt-daapd -f -d 9
and it recreated the db and seems to be working so I will play with it some more and yah
so far so good
things seem to be working ok
-
AuthorPosts
- The forum ‘Setup Issues’ is closed to new topics and replies.