Howdy, I downloaded mt-daapd-cvs-20050620.tar.gz and tried to build it on Fedora Core 4 thusly:
./configure –prefix=/var/tmp/mt-daapd-cvs-20050620-1-buildroot/usr –enable-flac –enable-oggvorbis
This broke because FC4 actually calls its sqlite “sqlite3” and the configure couldn’t find it. So I built like this instead:
./configure –prefix=/var/tmp/mt-daapd-cvs-20050620-1-buildroot/usr –enable-flac –enable-oggvorbis –disable-sqlite
make
make install
The install went well, and I configured my /etc/mt-daapd.conf just like I had on my Fedora Core 3 installation of a previous mt-daapd snapshot. My permissions are all right as far as I can tell. But mt-daapd segfaults. I’m attaching the strace output.
Any suggestions?
Thanks,
Dave [file name=strace.txt size=30606]http://www.mt-daapd.org/components/com_simpleboard/uploaded/files/strace.txt[/file]
Post edited by: davew, at: 2005/06/30 00:02