Reply To: Compiling debian package from nightly

#6685
Bo Mellberg
Participant

OK.

Meanwhile I’m trying to get the tarball (1400) to work on my debian-box, using the above info. This is what I’ve done so far:

1. ran fakeroot debian/rules binary. Result: complaining on “make: *** [binary-arch] Error 1”

2. Edited debian/control with the suggestions from JxN + added –enable-sqlite3 —-enable-howl in debian/rules.

3. Renamed contrib/mt-daapd.conf.templ to contrib/mt-daapd.conf

4. fakeroot debian/rules binary now finishes with a .deb package in outer directory called mt-daapd_0.9-svn-1393_i386.deb (name is wrong but so what?)

I install the package: dpkg -i mt-daapd_0.9-svn-1393_i386.deb but I cant start the server. I’ve edited the /etc/mt-daapd.conf and tried mt-daapd start, /etc/init.d/mt-daapd start, mt-daapd & but the server wont start.

What am I doing wrong here?

/Bo