tar -xzvf rocksdb-6.16.6.tar.gz cd rocksdb-6.16.4/
编译安装
1 2 3 4
// 编译静态库 make static_lib // 编译动态库 make shared_lib
如果出现下面的错误:
1 2 3 4 5
// 错误示例 $DEBUG_LEVEL is 0 GEN util/build_version.cc CCLD librocksdb.so.6.13.0 /usr/bin/ld: ./memory/concurrent_arena.o: relocation R_X86_64_TPOFF32 against symbol _ZN7rocksdb15ConcurrentArena9tls_cpuidE' can not be used when making a shared object; recompile with -fPIC /usr/bin/ld: ./monitoring/iostats_context.o: relocation R_X86_64_TPOFF32 against symbol _ZN7rocksdb15iostats_contextE' can not be used when making a shared object; recompile with -fPIC