Release 0.12.0 is available!
This a major release with many new features, performance improvements, bug fixes and new support for Windows. The source is available via the project Trac. The packages for Debian, Raspbian and OpenWrt are currently in our build queue and should be available very soon.
For a changes watch the official changelog: http://www.ibr.cs.tu-bs.de/trac/ibr-dtn/wiki/changelog
Kind regards, Johannes Morgenroth
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 ?
Best regards, --- Auzias Maël - http://auzias.net PhD candidate http://auzias.net/?p=phd - IRISA
Affected to the Scientific Commiteehttp://auzias.net/Generation14/index-en.html GSM : *0033 695 118 774*
On Fri, Mar 28, 2014 at 12:15 PM, Johannes Morgenroth < morgenroth@ibr.cs.tu-bs.de> wrote:
Release 0.12.0 is available!
This a major release with many new features, performance improvements, bug fixes and new support for Windows. The source is available via the project Trac. The packages for Debian, Raspbian and OpenWrt are currently in our build queue and should be available very soon.
For a changes watch the official changelog: http://www.ibr.cs.tu-bs.de/trac/ibr-dtn/wiki/changelog
Kind regards, Johannes Morgenroth -- !! This message is brought to you via the `ibr-dtn' mailing list. !! Please do not reply to this message to unsubscribe. To unsubscribe or adjust !! your settings, send a mail message to ibr-dtn-request@ibr.cs.tu-bs.de !! or look at https://mail.ibr.cs.tu-bs.de/listinfo/ibr-dtn.
Hello Maël.
Am 03.04.2014 17:54, schrieb Maël Auzias:
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 ?
If you configure the ibrdtn-tools package watch out for "checking for ARCHIVE... yes". If this message is missing or says "no", dtninbox / dtnoutbox will not get built.
In general, "libarchive-dev" is the right and missing dependency. Maybe your version is too old or does not provide a pkg-config description. Which Linux distribution and version do you use?
Kind regards, Johannes Morgenroth
Hi Johannes,
I'm using a Wheezy. The latest stable Debian. Here is the #uname -a:
Linux pc-mna-67 3.2.0-4-686-pae #1 SMP Debian 3.2.54-2 i686 GNU/Linux
During the ./configure, there is the message:
checking for ARCHIVE... yes
However I just caught following lines:
checking for OPENSSL... no configure: WARNING: openssl not found, dtninbox and dtnoutbox will not be compiled
Which both bother me because I do have openssl as the #dpkg -l | grep openssl shows:
ii openssl 1.0.1e-2+deb7u4 i386 Secure Socket Layer (SSL) binary and related cryptographic tools
On Fri, Apr 4, 2014 at 3:02 AM, Johannes Morgenroth < morgenroth@ibr.cs.tu-bs.de> wrote:
Hello Maël.
Am 03.04.2014 17:54, schrieb Maël Auzias:
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 ?
If you configure the ibrdtn-tools package watch out for "checking for ARCHIVE... yes". If this message is missing or says "no", dtninbox / dtnoutbox will not get built.
In general, "libarchive-dev" is the right and missing dependency. Maybe your version is too old or does not provide a pkg-config description. Which Linux distribution and version do you use?
Kind regards, Johannes Morgenroth
participants (3)
-
Johannes Morgenroth
-
Maël Auzias
-
Maël Auzias