.so is a shared library, similar to .dll on windows. The linker is trying to find the .so file and cant find it. You need to make sure you have the file, and it is also where the linker expects to find it.