Boost.python failed with libboost_python.so.1.41.0: cannot open shared object file
boost-python
Solution
Check if the boost library files are in `LD_LIBRARY_PATH`.
If that doesn't help, check if the filename is correct, and create a symlink if different.
Problem
I have already installed Boost.Python. There were no erros during instalation, but I have a problem. When I try to build my project ererything is OK, but when I run my wrapped project there is an error: ``` import wrraped_project ImportError: libboost_python.so.1.41.0: cannot open shared object file: No such file or directory ``` I tried to copy the project to libboost_python.so.1.41.0 also the lib to the project etc. But every time I have the sme error.