https://nebula-graph.io logo
#nebula
Title
m

Munichandra Nageti

08/29/2022, 3:41 PM
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

Jingchun

08/30/2022, 8:19 AM
hi, may I know which git branch you tried to build?
❤️ 1
m

Munichandra Nageti

08/30/2022, 10:47 AM
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

Jingchun

08/31/2022, 7:02 AM
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

Munichandra Nageti

09/01/2022, 4:18 AM
Sure, Thanks a lot @Jingchun
9 Views