problem loading plugins

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #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

    #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

    #12338
    robesau
    Participant

    sorry I cant find my config file what would be a area where it would be?

    #12339
    robesau
    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

    #12340
    robesau
    Participant

    ran 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

Viewing 5 posts - 1 through 5 (of 5 total)
  • The forum ‘Setup Issues’ is closed to new topics and replies.