-
Notifications
You must be signed in to change notification settings - Fork 278
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
ROCKSDB build error #494
Comments
Might be related... ail-framework uses their own fork based on rocksdb-6.8.1. https://github.com/ail-project/ardb This updated fork uses rocksdb-6.27. Try running this and recompiling... |
Thank you so much for the suggested fix. I have tested that but I am having the same issue. Please find below the error: Done downloading RocksDB
|
Rocksdb is doing a c++ compile (even though it says CC). It can take 1gig+ of resident memory. Try closing everything before compiling, especially all web browsers. How much memory is there? What's the version of cpp --version? Also, open another terminal and run "top" to see what it's up to, could be just very slow. |
I am installing it on the AWS EC2 instance with Ubuntu version Ubuntu 20.04.3 LTS Below is the available memory: |
That's the disk space. Not the memory. The memory is in the lines at the "top" that has been cut off from the screen shot. And "tor" is running. Looks like cc1plus is doing something. You've just got to wait around. |
I am trying to install AIL (https://github.com/ail-project/ail-framework) on Debian 11. However, the installation is stuck at a point and not going forward. The installation is using a shell script with the name :
For Debian and Ubuntu based distributions
./installing_deps.sh
the file is present in the above repo..
For AIL the shell script contains a link of this repo (ARDB) where the issue is arising. I am posting the error here
Done building SNAPPY
It is not going forawrd...
I have tested on Ubuntu as well as Debian 10 and 11 (unhardened machines). I have tried different solutions but no luck :(
Please help me out..
Thank you in advance
The text was updated successfully, but these errors were encountered: