-
Notifications
You must be signed in to change notification settings - Fork 76
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
Build fails on RHEL8 #256
Comments
Sorry, I do not know the dependencies installation instructions for RHEL8, but to solve this, we are shipping a You can check it at the releases page https://github.com/ouch-org/ouch/releases. |
So I quit being lazy and actually dug in and did some experimenting. Turns out there is a hacky fix, but I'm unsure why. The issue seems to be that the version of Here's the hacky bit. I installed and enabled the newest GCC toolchain available on RHEL 8 (out of desperation more than anything else), and surprisingly
So I guess yay? Anyways, this post is just to share how I solved the issue in case anyone else runs into it. If you have ideas why all this is happening please feel free to share them too. P.s. It seems like as long as |
And btw to anyone who intends to install on RHEL, I built it as a COPR package here. You may find it useful. |
Version
0.3.1
Description
cargo install ouch
errors during compilation. See full log down bottom.I took a look at the error and it seems like external functions of
zstd
are not found. So I randnf install zstd libzstd libzstd-devel
but all is already installed and up to date. So I don't know where to go from here.Env:
RHEL8
Linux 4.18.0-348.12.2.el8_5.x86_64
Full log:
The text was updated successfully, but these errors were encountered: