FireFly Media Server › Firefly Media Server Forums › Firefly Media Server › Nightlies Feedback › FreeBSD Nightly Issue
- This topic has 1 reply, 1 voice, and was last updated 16 years, 7 months ago by joedunn.
-
AuthorPosts
-
13/05/2008 at 4:19 PM #2431joedunnParticipant
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 installMy 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.laMy 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
Abortingcat /usr/local/etc/mt-daapd.conf |grep plugin
[plugins]
plugin_dir = /usr/local/share/mt-daapd/pluginsAny idea what I screwed up? 🙁
13/05/2008 at 6:47 PM #16998joedunnParticipantSo 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.sostart up in the foreground, and we are off to the races.
yay
joe
-
AuthorPosts
- The forum ‘Nightlies Feedback’ is closed to new topics and replies.