OpenAtomFoundation / pikiwidb

a high-performance, large-capacity, multi-tenant, data-persistent, strong data consistency based on raft, Redis-compatible elastic KV data storage system based on RocksDB
BSD 3-Clause "New" or "Revised" License
198 stars 63 forks source link

bug: can not compile pikiwidb on ubuntu #366

Closed AlexStocks closed 3 months ago

AlexStocks commented 3 months ago

Is this a regression?

Yes

Description

can not compile pikiwidb on ubuntu 22.04

Please provide a link to a minimal reproduction of the bug

No response

Screenshots or videos

image

Please provide the version you discovered this bug in (check about page for version information)

No response

Anything else?

image

After make a soft link "build-release/third-party/install/openssl/lib64" to "build-release/third-party/install/openssl/lib", the compilation is successfully.

Additional Error: 1 Could NOT find ZLIB 2 Found relative path while evaluating include directories of "braft-static": "OPENSSL_INCLUDE_DIR-NOTFOUND"

how to fix:

sudo apt install -y zlib1g-dev sudo apt install -y libssl-dev

Issues-translate-bot commented 3 months ago

Bot detected the issue body's language is not English, translate it automatically.


Title: bug: can not compile pikiwidb on ubuntu