Closed johncblacker closed 1 year ago
I'm trying to run the sample. I've compiled and linked it after building the liblccv.so but I get error:
./takevideo: error while loading shared libraries: liblccv.so: cannot open shared object file: No such file or directory
Forgot I had to run sudo ldconfig. Once I did that, sample worked fine...
Forgot to run ldconfig after building lccv. All good.
I'm trying to run the sample. I've compiled and linked it after building the liblccv.so but I get error:
./takevideo: error while loading shared libraries: liblccv.so: cannot open shared object file: No such file or directory