Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save victorsosa/c6a2c77b4a74e431ab8b62d573ce931e to your computer and use it in GitHub Desktop.
Save victorsosa/c6a2c77b4a74e431ab8b62d573ce931e to your computer and use it in GitHub Desktop.
"gcc: error: /usr/lib/rpm/redhat/redhat-hardened-cc1: No such file or directory" workaround
"gcc: error: /usr/lib/rpm/redhat/redhat-hardened-cc1: No such file or directory" CentOS's and Fedora +22 workaround
Install `redhat-rpm-config`
$ sudo dnf install redhat-rpm-config
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment