-
Notifications
You must be signed in to change notification settings - Fork 13
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
crabz failed to build on centos 7 #10
Comments
By the way, I can validate this crabz tool works on a very large number for files in a very large tgz 500+ GB. |
Thanks for posting the solution! I actually just ran into this yesterday and ended up just pulling the binary from the release page. And that's awesome to hear that it's working in the wild! I appreciate the feedback 👍 |
You're also going to need to install a newer version of gcc unfortunately if you are using a newer nightly. https://linuxize.com/post/how-to-install-gcc-compiler-on-centos-7/ by doing so, it mitigates seeing this error when attempting to build crabz:
I will be more detailed with explicit steps:
And you're done. |
I had a build error with centos 7 because the default cmake package is an older version. The steps below help to get crabz built and installed successfully on centos 7.
The text was updated successfully, but these errors were encountered: