gorocksdb
gorocksdb copied to clipboard
install error
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?

I also faced the same problem, haven't been able to solve it
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.