You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Configuration fails when trying to ./waf configure
My environment is a Ubuntu 14.04 with NFD, ndn-cxx, ndn-cpp, ndn-tools, and Boost libraries installed. In all of the above, the step Checking boost libs works. On the ndnfs-port I get the error lib system not found in /lib64.
Do you have a fix for this issue please?
Thanks in advance
The text was updated successfully, but these errors were encountered:
Hi Alex,
Thanks for the quick reply.
I checked my Boost libraries with $ dpkg -S /usr/include/boost/version.hpp libboost1.54-dev: /usr/include/boost/version.hpp
Uninstalled with $ sudo apt-get autoremove libboost1.54-dev
And reinstalled again with $ sudo apt-get install libboost-all-dev
After getting the same error, I tried these instructions:
In /usr do: sudo ln -s lib/x86_64-linux-gnu/ lib64
and then it works: ./waf configure --boost-libs=/usr/lib64
and it worked.
Hi,
Configuration fails when trying to
./waf configureMy environment is a Ubuntu 14.04 with NFD, ndn-cxx, ndn-cpp, ndn-tools, and Boost libraries installed. In all of the above, the step
Checking boost libsworks. On the ndnfs-port I get the errorlib system not found in /lib64.Do you have a fix for this issue please?
Thanks in advance
The text was updated successfully, but these errors were encountered: