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...
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 toLD_LIBRARY_PATH
but that did not change anything either.Sorry if this is a dumb question. A linux noob here...