-
Notifications
You must be signed in to change notification settings - Fork 474
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot run on debian #123
Comments
@haodiao what's your GCC version? can you paste the error log? |
Debian9 and debian10 have the same error
|
@haodiao try |
@git-hulk the problem still exists |
It seems that something was gone wrong when creating the DB files in |
I suggest you answer after testing |
@haodiao I can't reproduce the issue with clean Debian 9, Please check your db dir status.
|
|
see the similar issue on the "4.18.16-300.fc29.x86_64", build is successfully but when run it will fail to open the CURRENT file. |
you can first check the external rocksdb folder to see if you can run the benchmark like: If you can run, then the issue can be solved. In my enviornment, i missed the snappy-devel folder and the rocksdb library is not build with the snappy, you run the rocksdb benchmark with the same command will see: So just confirm you can run db_bench successful. |
I've the same issue and didnt find a chance to solve it on Debian 10. |
@hsnamed db_bench was the tool in the RocksDB, NOT in kvrocks |
I am testing kvrocks on debian10 and there is no problem at all. |
Fixed by #620 |
Compilation is completed on debian, run error
The text was updated successfully, but these errors were encountered: