Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save slaveofcode/6c143e9759d692b62821a1c32f6692b0 to your computer and use it in GitHub Desktop.
Save slaveofcode/6c143e9759d692b62821a1c32f6692b0 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