Hello
I downloaded and built the ibr-dtn-0.1 implementation. While it
successfully compiled, running it produced errors:
dtnd: error while loading shared libraries: libibrdtn-utils.so: cannot
open shared object file: No such file or directory
strace reveals that dtnd checks a number of locations for the
libibrdtn-utils.so, but not the place where the make script installed
it: /usr/local/lib/
I was able to work around the issue by making symlinks to the lib
files in /usr/lib. I'm not sure if this was just my setup (a
bare-bones install of Debian-5.0.2), but you might want to update your
build scripts, if that's where the problem lies.
Thanks
Travis