FreeBSD Nightly Issue

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #2431
    joedunn
    Participant

    Trying to get mt-daapd working on my FreeBSD server with a nightly and I assume I messed something up. Here is my run down

    Configure OPTS
    ./configure –with-avahi –prefix=/usr/local –enable-sqlite3 –with-id3tag=/usr/local
    make && make install

    My plugin dir
    ls -lhad /usr/local/share/mt-daapd/plugins/
    drwxrwxrwx 2 daapd daapd 512B May 13 11:38 /usr/local/share/mt-daapd/plugins/

    ls -lha /usr/local/share/mt-daapd/plugins/
    total 400
    drwxrwxrwx 2 daapd daapd 512B May 13 11:38 .
    drwxrwxrwx 4 daapd daapd 512B May 13 11:38 ..
    -rwxrwxrwx 1 daapd daapd 136K May 13 11:38 libout-daap.a
    -rwxrwxrwx 1 daapd daapd 95K May 13 11:38 libout-daap.so.0.0
    -rwxrwxrwx 1 daapd daapd 67K May 13 11:38 librsp.a
    -rwxrwxrwx 1 daapd daapd 47K May 13 11:38 librsp.so.0.0
    -rwxrwxrwx 1 daapd daapd 20K May 13 11:38 libssc-script.a
    -rwxrwxrwx 1 daapd daapd 19K May 13 11:38 libssc-script.so.0.0
    -rwxrwxrwx 1 daapd daapd 922B May 13 11:38 out-daap.la
    -rwxrwxrwx 1 daapd daapd 892B May 13 11:38 rsp.la
    -rwxrwxrwx 1 daapd daapd 934B May 13 11:38 ssc-script.la

    My start up

    mt-daapd -c /usr/local/etc/mt-daapd.conf -f -d 5
    Loading new config file.
    Firefly Version svn-1696: Starting with debuglevel 5
    Warning: Could not load plugins
    Error opening plugin dir /usr/lib/firefly/plugins. Ignoring
    Error opening plugin dir /usr/lib/mt-daapd/plugins. Ignoring
    Error opening plugin dir /lib/mt-daapd/plugins. Ignoring
    Error opening plugin dir /lib/mt-daapd/plugins. Ignoring
    Error opening plugin dir /opt/share/firefly/plugins. Ignoring
    Error opening plugin dir /opt/share/mt-daapd/plugins. Ignoring
    Error opening plugin dir /opt/lib/firefly/plugins. Ignoring
    Error opening plugin dir /opt/lib/mt-daapd/plugins. Ignoring
    Error opening plugin dir plugins/.libs. Ignoring
    plugins/plugin_dir not specified
    Aborting

    cat /usr/local/etc/mt-daapd.conf |grep plugin
    [plugins]
    plugin_dir = /usr/local/share/mt-daapd/plugins

    Any idea what I screwed up? 🙁

    #16998
    joedunn
    Participant

    So I just got it with help from this post.

    http://forums.fireflymediaserver.org/viewtopic.php?t=6884&highlight=plugindir

    I cd /usr/local/share/mt-daapd
    then mv plugins plugins.bak
    ln -s /usr/local/lib/mt-daapd/plugins plugins
    cd plugins
    ln -s librsp.so.0.0 librsp.so

    start up in the foreground, and we are off to the races.

    yay

    joe

Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘Nightlies Feedback’ is closed to new topics and replies.