Reply To: "no supported mediaserver found…"

#18068
EVILRipper
Participant
ron@laptop:~$ mkdir firefly
ron@laptop:~$ cd firefly
ron@laptop:~/firefly$ wget http://nightlies.fireflymediaserver.org/nightlies/svn-1586/mt-daapd-svn-1586.tar.gz
ron@laptop:~/firefly$ tar -xvzf mt-daapd-svn-1586.tar.gz
ron@laptop:~/firefly$ cd mt-daapd-svn-1586
ron@laptop:~/firefly/mt-daapd-svn-1586$ ./configure --enable-flac --enable-sqlite3 --with-id3tag=/opt/local

ron@laptop:~/firefly/mt-daapd-svn-1586$ make

You used the above code to build firefly? You need to enable RSP when building. It would need changes to the following line:
./configure –enable-flac –enable-sqlite3 –with-id3tag=/opt/local –enable-rsp

I’m not completely sure that is the correct flag, as I never compiled firefly myself.
If you have no success compiling, maybe a .dmg file for mac would help you out:
http://nightlies.fireflymediaserver.org/version.php?version=svn-1586
Look at that page, it has a precompiled version for mac. Though I’m not sure whether it’s the correct version of mac…

Hope this helps