I'm following the instruction of the link below.
https://github.com/garystafford/object- ... g-blogpost
I had built the project, according to the instruction
I used
Code: Select all
./cppappopencvThe application works when I using SSH to connect to my Raspberry Pi
Also, I built/compilied application via SSH, and it's works.

(I'm using OS X, iTerm 2)
But when I do so on the LXTerminal in Raspberry Pi,
Code: Select all
./cppappopencvI am facing error:
Code: Select all
error while loading shared libraries: libcvblob.so: cannot open shared object file: No such file or directory
I tried to locate libcvblob.so and I found it's available.
and I also tried new SSH to connect to Raspberry Pi, and it works too.