-
Notifications
You must be signed in to change notification settings - Fork 370
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
Problems with Rocksdb #1632
Comments
When upgrading, investigate using an official package. One that already defines the dependencies properly, hopefully. |
The other issue we have to the Python wrapper being used for rocksdb is out of date, and there seems to be a fracturing of replacement wrappers for it. |
@WadeBarnes should we close this issue, since we have a working workaround for the moment? |
It should stay open. Thanks @pSchlarb |
alright got it |
Plenums 3rd parties dependencies use a build of rocksdb from evernym. (https://github.com/evernym/rocksdb)
The built of rocksdb from evernym is not declaring its dependencies such as:
libgflags-dev
libsnappy-dev
zlib1g-dev
libbz2-dev
liblz4-dev
libgflags-dev
References:
indy-plenum/build-scripts/ubuntu-1604/build-3rd-parties.sh
Lines 8 to 23 in 1fa69a1
The text was updated successfully, but these errors were encountered: