-
Notifications
You must be signed in to change notification settings - Fork 542
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
Stuck in rocksdb installing when make install-rocksdb-ull
#16
Comments
@funlake, it seems you got a incomplete/corrupted rocksdb .tar.gz file. Could you please try again and see what happens? |
@funlake, do you still experience the above reported problem? |
I will try again and see what happen |
Still got bad luck.
|
my gcc version
|
It seems to me that you now have a complete rocksdb source package, but your gcc 4.8.5 shipped with Redhat Linux had a crash when compiling rocksdb 5.13.4. Please update your dragonboat version to the latest in Master and try
If this still doesn't work for you, then you may want to upgrade your GCC to a more recent version. From memory, GCC 4.8 is the first GCC release with C++11 support, that might explain why it crashed in your case. |
Don't know much about yum/Redhat, but a quick search returned the following article that might help you to get GCC 7 in a few minutes. https://stackoverflow.com/questions/36327805/how-to-install-gcc-5-3-with-yum-on-centos-7-2 |
Ok,i will try later.thanks |
My workmate just smoothly done the installation under gcc 6.1,so i think this is not an issue of dragonboat. i think we can close it now.:-) |
Cool, let me know if you have any other questions on how to use dragonboat. Have fun! |
Stuck in rocksdb installing when
make install-rocksdb-ull
,anyone help?Originally posted by @funlake in #4 (comment)
The text was updated successfully, but these errors were encountered: