Repo steps: mkdir build && cd build cmake -DBUILD_SHARED_LIBS=ON -DBUILD_STATIC_LIBS=ON ../ What I got: CMake Error in CMakeLists.txt: Target "gflags-static" INTERFACE_INCLUDE_DIRECTORIES property contains relative path: "include" CMake ...
./simple_example ./simple_example: error while loading shared libraries: libgflags.so.2: cannot open shared object file: No such file or directory Steps to reproduce the behavior Using CentOS 7.7 and standard yum repositories. Installing rocksdb and its dependencies according to the https://gi...