I have installed libcrafter following the instructions on the main page. For some reason the installation ended up in my home directory (I am running CentOS 6.5). I am not sure if this is causing an issue but I am trying to use libcrafter in eclipse and getting the following error:
error while loading shared libraries: libcrafter.so.0: cannot open shared object file: No such file or directory
I have already followed this step "Properties -> C/C++ Build -> Settings. In the "Tool Settings" tab I add the library "crafter" (without the lib prefix) into GCC C++ Linker -> Libraries."
How can I resolve this error?