Hi,
I downloaded and compiled this new version and when I wanted to try dtninbox or dtnoutbox I was surprised: theses tools didn't compiled.
I don't mean that there was any error, I mean that it seems the make command don't compile these tools.
I skimmed the Makefile.in and found some lines referring dtninbox and dtnoutbox. Especially the line 81:
bin_PROGRAMS = dtnping$(EXEEXT) dtnrecv$(EXEEXT) dtnsend$(EXEEXT) \
dtntracepath$(EXEEXT) dtntrigger$(EXEEXT) dtnconvert$(EXEEXT) \
dtnstream$(EXEEXT) $(am__EXEEXT_1)
We can see that there are some tools but not all of them, and neither dtninbox neither dtnoutbox. However the next line is:
# compile dtninbox and dtnoutbox if libarchive is present
Then my guess is that I don't have this "libarchive". I installed the debian package "libarchive-dev" and try to ./configure, make, make install. But nothing more...
Any suggestions ?