Reply To: Cannot start Firefly in FC6

#10486
rpedde
Participant

@zak_neutron wrote:

Hi – just installed (using tarball) set up and editted conf files on fedora core 6 – but using ./mt-daapd start in /etc/init.d directory fails to start the service.

“Starting DAAP server: /bin/bash: mt-daapd: command not found”

What gives? 🙁

Thanks

Where did you get the init script? Looks like maybe that isn’t appropriate to the version you have.

Also, did you compile with “–prefix=/usr”? If not, your mt-daapd executable is in /usr/local/sbin, not /usr/sbin.

So you might need ot fix up the paths in the init script, or rebuild with –prefix=/usr

— Ron