tecbot / gorocksdb

gorocksdb is a Go wrapper for RocksDB
http://rocksdb.org
MIT License
937 stars 269 forks source link

install error #226

Open Tsai-TsungLin opened 1 year ago

Tsai-TsungLin commented 1 year ago

I have followed the steps to install dependencies, when I use go get github.com/tecbot/gorocksdb , it will get the following error, how can I exclude it? image

nghuyenthevinh2000 commented 1 year ago

I also faced the same problem, haven't been able to solve it

moonbox3 commented 1 year ago

Which version of RocksDB are you building? I was running into the same error and realized that those methods are no longer included in RocksDB v7+. When I built a RocksDB version like 6.19.3, I was able to get it working.