Hi Folks, I am trying install nebula-graph3.2.0 on...
# nebula
m
Hi Folks, I am trying install nebula-graph3.2.0 on ubuntu server using source code compilation method and seeing dependencies error related to rocksdb. However, I was able to install the same nebula-graph version 3.2.0 successfully few days ago, not sure what changed now. Can someone please take a look and help me with this, Thanks. Error :
/home/ubuntu/nebula/src/kvstore/RocksEngine.h:11:10: fatal error: rocksdb/utilities/backupable_db.h: No such file or directory
j
hi, may I know which git branch you tried to build?
❤️ 1
m
Hi @Jingchun, I am trying on the git branch v3.2.0
git clone --branch v3.2.0  <https://github.com/vesoft-inc/nebula-console>
j
Understood. Recently there's an upgrade of rocksdb in nebula-thirdparty, which breaks code compilation in released branches. Would you mind to refer to this PR: https://github.com/vesoft-inc/nebula/pull/4395 and you can cherry pick it to your branch, or simply copy the 2-line change, and try again. We plan to release a hotfix 3.2.1 to address this issue. Thanks.
❤️ 1
m
Sure, Thanks a lot @Jingchun