kbarni / LCCV

LibCamera wrapper library for OpenCV
61 stars 30 forks source link

Cannot find the dynamic library #21

Open ArosPrince opened 1 year ago

ArosPrince commented 1 year ago

Hi, after compiling and installing the library, I cannot execute any app that links LCCV, not even the examples. It says:

error while loading shared libraries: liblccv.so: cannot open shared object file: No such file or directory

Not sure what's wrong. I tried searching for the LCCV using ldconfig and it is there in /usr/local/lib/arm-linux-gnueabihf. I also tried explicitly adding it to LD_LIBRARY_PATH but that did not change anything either.

Sorry if this is a dumb question. A linux noob here...