diff --git a/site/_docs/troubleshooting.md b/site/_docs/troubleshooting.md index 5d7b1ad9..899f129e 100644 --- a/site/_docs/troubleshooting.md +++ b/site/_docs/troubleshooting.md @@ -30,6 +30,13 @@ On Red Hat, CentOS, and Fedora systems you can do this by running: sudo yum install ruby-devel {% endhighlight %} +If you installed the above - specifically on Fedora 23 - but the extensions would still not compile, you are probably running a Fedora image that misses the `redhat-rpm-config` package. To solve this, simply run: + +{% highlight bash %} +sudo dnf install redhat-rpm-config +{% endhighlight %} + + On [NearlyFreeSpeech](https://www.nearlyfreespeech.net/) you need to run the following commands before installing Jekyll: