I made a program in c++ with sqlite3 kompex framework.
Now I flashed the latest version of raspbian on my raspberry pi b+
and after successfull compiling, I want to run the program with sudo rights.
But now I got the following error:
Code: Select all
./Hauptprogramm: error while loading shared libraries: libkompex-sqlite-wrapper.so: cannot open shared object file: No such file or directoryCode: Select all
# git clone https://github.com/Aethelflaed/kompex-sqlite-wrapper
# cd kompex-sqlite-wrapper/
# ./configure && make && make installsudo make install. Without sudo rights I got the error, that the files can't be copy to /usr/local/includes.
Does anyone have a clue whats wrong?
best regards