From 23e045d9b750625698ca6cebcae16431f2df89e1 Mon Sep 17 00:00:00 2001 From: udiWertheimer Date: Wed, 3 Jan 2018 03:05:56 +0200 Subject: [PATCH] Add another rocksdb compile error fix to FAQ entry (#565) On Fedora, Linux headers aren't enough to build `rocksdb`, as suggested in #549. `clang` is also required. Adds note to troubleshooting to help with this. --- doc/FAQ.md | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/FAQ.md b/doc/FAQ.md index 9335aaa1..c1469f75 100644 --- a/doc/FAQ.md +++ b/doc/FAQ.md @@ -44,6 +44,7 @@ Run `cargo update` to fix this ## Build error: Panic during rocksdb compilation. This is caused by missing Linux headers. Install the development headers with your favorite package manager (usually they are called `linux-headers`). +On some platforms, installing `clang` is also required. # Short term plans ## Transaction types