westerndigitalcorporation / zenfs

ZenFS is a storage backend for RocksDB that enables support for ZNS SSDs and SMR HDDs.
GNU General Public License v2.0
239 stars 87 forks source link

Meet error when build and install rocksdb with zenfs enabled #101

Closed yingjia-wang closed 2 years ago

yingjia-wang commented 2 years ago

Hi, I was trying this command: sudo DEBUG_LEVEL=0 ROCKSDB_PLUGINS=zenfs make -j48 db_bench install But some errors occurred as below: $DEBUG_LEVEL is 0 Must specify package names on the command line Makefile:259: *** pkg-config failed. Stop. Would anyone give me some advices?

My linux version is 5.10.9.

metaspace commented 2 years ago

Hi!

Thanks for reaching out. The issue is resolved by facebook/rocksdb#9238, but that is not merged yet. If you use branch 6.27.fb instead of master, it should build.

yingjia-wang commented 2 years ago

Hi!

Thanks for reaching out. The issue is resolved by facebook/rocksdb#9238, but that is not merged yet. If you use branch 6.27.fb instead of master, it should build.

It helps, thanks very much!!!