On Wed, 14 Dec 2011, Carson Dunbar wrote:
Hello, I was wondering if there have been any issues regarding installation of IBR-DTN on 64-bit computers. I've tried installing it on an 64-bit AMD computer running Debian and the ibrcommon library is not being found when trying to install ibrdtn. Specifically I get the error below during configuration.
checking for ibrcommon... no ibrcommon library not found!
I had no issues with 64-bit processors. And it doesn't look like one. Probably you installed ibrcommon to some non-standard place and configure script simply can't find it. For example, if you configured and installed ibrcommon with --prefix=/home/user/local/ then try 'export PKG_CONFIG_PATH=/home/user/local/lib/pkgconfig/' (bash shell syntax). This should tell the script to search in appropriate place. Also you can manually set ibrcommon_LIBS and ibrcommon_CFLAGS environment variables to point to the correct directory but PKG_CONFIG_PATH should it automatically.