I am trying to run boost in eclipse,
under Library search path I have put: /home/etobkru/boost_1_43_0/boostBinaries/lib/ and under Libraries I have put all the libs, boost_system, etc.
The build is working without errors but when am trying to run the program I get an error:
error while loading shared libraries: libboost_system.so.1.43.0: cannot open shared object file: No such file or directory
This file is under /home/etobkru/boost_1_43_0/boostBinaries/lib/ but I dont know how to make eclipse search in that directory.