You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When i am trying to compile this library getting following errors
g++ -std=c++11 -fPIC -shared src/_.cpp -lrocksdb -lpthread -lrt -lsnappy -lgflags -lz -lbz2 -lphpcpp -lmemenv -I./src/include -o bin/rocksdb_php.so
/usr/bin/ld.bfd.real: /usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../lib/librocksdb.a(db_impl.o): relocation R_X86_64_32S against `ZTVN7rocksdb2DBE' can not be used when making a shared object; recompile with -fPIC
/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../lib/librocksdb.a: could not read symbols: Bad value
collect2: error: ld returned 1 exit status
make: ** [all] Error 1
Please help
The text was updated successfully, but these errors were encountered:
When i am trying to compile this library getting following errors
g++ -std=c++11 -fPIC -shared src/_.cpp -lrocksdb -lpthread -lrt -lsnappy -lgflags -lz -lbz2 -lphpcpp -lmemenv -I./src/include -o bin/rocksdb_php.so
/usr/bin/ld.bfd.real: /usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../lib/librocksdb.a(db_impl.o): relocation R_X86_64_32S against `ZTVN7rocksdb2DBE' can not be used when making a shared object; recompile with -fPIC
/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../lib/librocksdb.a: could not read symbols: Bad value
collect2: error: ld returned 1 exit status
make: ** [all] Error 1
Please help
The text was updated successfully, but these errors were encountered: