Thanks for your response. We did not try to install ibrcommon to a non-standard place, just followed the simple instructions to configure, make and make install in order. We can see the ibrcommon shared libraries in /usr/local/lib. But when we try to run configure for ibrdtn (after make install for ibrcommon with no errors), it fails to find the ibrcommon library. We set LD_LIBRARY_PATH and also added /usr/local/lib to /etc/ld.so.conf, but none of it works.
-- Padma
On Thu, 15 Dec 2011 12:36:14 +0200, Kurnikov Arseny arseny.kurnikov@aalto.fi wrote:
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.
!! 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://www.ibr.cs.tu-bs.de/mailman/listinfo/ibr-dtn.