Facing 'No such file' on LXTerminal but work fine via SSH - Raspberry Pi Forums


hello, building opencv application.
i'm following instruction of link below.
https://github.com/garystafford/object- ... g-blogpost

had built project, according instruction
used

code: select all

./cppappopencv
execute application after cd right location.
application works when using ssh connect raspberry pi
also, built/compilied application via ssh, , it's works.
image
(i'm using os x, iterm 2)

when on lxterminal in raspberry pi,

code: select all

./cppappopencv
execute application
facing error:

code: select all

error while loading shared libraries: libcvblob.so: cannot open shared object file: no such file or directory
image

tried locate libcvblob.so , found it's available.
, tried new ssh connect raspberry pi, , works too.

> tried locate libcvblob.so , found it's available.

available ?

little snippet guide linked relevant.

code: select all

# optional - fixed problem app finding cvblob library when started echo 'export ld_library_path=/usr/local/lib:$ld_library_path' | sudo tee -a ~/.bashrc bash --login # or exit vm , log in 
"echo $ld_library_path" in each shell , see if there difference.


raspberrypi



Comments