Hello
starmyc 
First of all, thanks for a great software. But I am struggling to get it working.
I am on CentOS 7 (7.5.1804)
You stated earlier in this thread that
yum install leveldb-devel will be enough to install LevelDB on my OS but I found that CentOS repos doesn't have that lib, so i searched and found it on epel repo.
Running
yum install leveldb-devel installed LevelDB 1.12.0 with headers. Then I installed chainstate with no errors, but when I try to run it I am getting this:
[xuser@power chainstate]$ time ./chainstate >/tmp/cs.output 2>/tmp/cs.errors
Aborted
real 0m0.024s
user 0m0.014s
sys 0m0.004s
And this:
[xuser@power chainstate]$ cat /tmp/cs.errors
chainstate: chainstate.cc:82: int main(int, char**): Assertion `status.ok()' failed.
What am I doing wrong?
Thank you for your help!