Hello,
I am trying to install ibrdtn from source and after following all instructions when I try to run the daemon I get the following : dtnd: error while loading shared libraries: libibrdtn-0.10.so.1: cannot open shared object file: No such file or directory
Any idea on what might be wrong?
Thank you.
Regards, Dimitris Giotas
Did you do a `make install`? Then try running `ldconfig` as root. If not, you can set the environment variable LD_LIBRARY_PATH to the directory with the .so.1-file: $ LD_LIBRARY_PATH=/home/foo/bar/ibrdtn/... dtnd (replace with the correct path)
Best regards, Stephan
On Mon, 2013-09-09 at 14:24 +0300, Dimitrios Giotas wrote:
Hello,
I am trying to install ibrdtn from source and after following all instructions when I try to run the daemon I get the following : dtnd: error while loading shared libraries: libibrdtn-0.10.so.1: cannot open shared object file: No such file or directory
Any idea on what might be wrong?
Thank you.
Regards,
Dimitris Giotas
-- !! 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.
participants (2)
-
Dimitrios Giotas
-
Stephan Rottmann