FireFly Media Server › Firefly Media Server Forums › Firefly Media Server › Setup Issues › Error reading config file. Build 1417 on FC4
- This topic has 3 replies, 2 voices, and was last updated 16 years, 5 months ago by
rpedde.
-
AuthorPosts
-
26/12/2006 at 9:42 AM #925
niamh
Participant[[email protected] mt-daapd-svn-1417]# /etc/init.d/mt-daapd start
Starting DAAP server: Error reading config file (/usr/local/etc/mt-daapd.conf)
[FAILED]Copying mt-daapd.conf from /etc to /usr/local/etc enables Firefly to start… but Shouldn’t /etc be the right place for the file?
27/12/2006 at 4:20 AM #8128rpedde
Participant@niamh wrote:
[[email protected] mt-daapd-svn-1417]# /etc/init.d/mt-daapd start
Starting DAAP server: Error reading config file (/usr/local/etc/mt-daapd.conf)
[FAILED]Copying mt-daapd.conf from /etc to /usr/local/etc enables Firefly to start… but Shouldn’t /etc be the right place for the file?
Perhaps. It is if you configure it with –prefix=/usr, but when you use /usr/local as the prefix, it uses $PREFIX/etc.
I thought that was already fixed though. Maybe not.
— Ron
27/12/2006 at 7:25 AM #8129niamh
Participant@rpedde wrote:
Perhaps. It is if you configure it with –prefix=/usr, but when you use /usr/local as the prefix, it uses $PREFIX/etc.
I thought that was already fixed though. Maybe not.
— Ron
I used-
[[email protected] mt-daapd-svn-1417]# ./configure –prefix=/usr/local –sysconfdir=/etc –enable-sqliteSo I’d expect the path as specified in sysconfdir to be used as specified… though if of course I’d specified –sysconfdir=etc then I’d expect it to use what it does.
Whatever it was only a very minor problem easily overcome
29/12/2006 at 12:20 AM #8130rpedde
Participant@niamh wrote:
I used-
[[email protected] mt-daapd-svn-1417]# ./configure –prefix=/usr/local –sysconfdir=/etc –enable-sqliteAh, yes. The sysconfdir bug is a known bug, as is putting the shared libraries in pkgdir rather than libdir. Just that armwrestling autoconf is so much work that i tend to put it off as long as I can. :-/
But thanks for reminding me. Maybe I’m sufficiently rested up to tackle it again. 🙂
— Ron
-
AuthorPosts
- The forum ‘Setup Issues’ is closed to new topics and replies.