I'm trying to fix this issue but i cant.
I have a problem with libboost.
error while loading shared libraries: libboost_filesystem.so.1.42.0: cannot open shared object file: No such file or directory
I also did reinstall of it.
apt-get remove libboost1.42-dev apt-get install libboost1.42-dev
But it still doesn't work.
I also read it: Compiled C++ program raises "cannot open shared object file" on another system though the file is present
But still idk what i should do.
Can you explain me step by step how i can fix it?
Thanks.