-
Notifications
You must be signed in to change notification settings - Fork 913
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
ERROR installing Jekyll: Failed to build gem native extension. #1
Comments
Ok so you need to install the ruby development headers to install some gem with Ruby-FFI (it is a ruby extension for programmatically loading dynamic libraries, binding functions within them, and calling those functions from Ruby code). SolutionYou need to install the ruby development package before using
|
For other issues linked to nokogiri and native extensions, you can check it out at nokogiri.org |
I was getting the same error but got the solution, just go ahead and install ruby-dev and you have got the solution. Cheers! |
…/lodash.merge-4.6.2 Bump lodash.merge from 4.6.1 to 4.6.2 in /assets
* Rearrange * Set theme jekyll-theme-architect * Add nav * Move layout to the correct place * Change theme * Add docsify generated site * Rename link * Add extra sidebar * Fix sidebars * Fix C readme link * Rearrange repo * Add some basic docs * Fixing broken links * Update docs/concept-exercises.md Co-Authored-By: Erik Schierboom <erik_schierboom@hotmail.com> * Update docs/concept-exercises.md Co-Authored-By: Erik Schierboom <erik_schierboom@hotmail.com> * Update docs/concept-exercises.md Co-Authored-By: Erik Schierboom <erik_schierboom@hotmail.com> * Fix sidebars * Updated links * Add maintainers info * Add tooling sidebar * Fix more broken links * Add extra start to get started * Additional link-fixes * Additional link-fixes * Rename content to reference * Update repository structure * Move exercise-shared files to separate section * csharp: update to new structure (sylhare#1) * csharp: create docs, reference and exercises directory * csharp: make README and index * csharp: renamed concept-exercises to reference * csharp: move cli.md and debug.md to exercise/.docs directory * csharp: add how to implement document * csharp: update links * csharp: add concept-exercises document * csharp: add concept exercises * csharp: fix invalid escaping * csharp: fix link * csharp: add todo for converting to Fact-based tests * csharp: add shared file * csharp: add new concept exercise template * csharp: add reference to how to implement * csharp: fix grammar * csharp: replace duplicate information * Fix broken links * Add link to C# reference * csharp: add example for new concept exercise * csharp: example of reference * csharp: add contributing * csharp: add link * csharp: update links * csharp: add sidebar * csharp: update sidebar * csharp: more work * Tweak README * csharp: update README * csharp: add contributing information for reference documents * Add license * Add GitHub information to repository structure * Add subdivision for exercises directory in repository structure * Update language contributing text * Update languages/README.md Co-Authored-By: Jeremy Walker <jez.walker@gmail.com> * Update languages/README.md Co-Authored-By: Jeremy Walker <jez.walker@gmail.com> * csharp: add document for contributing to exercise-shared documents * templates: make implement new concept exercise template generic * Fix about * csharp: add suggest new exercise template * Add new concept exercise info * templates: add placeholder brackets * Add ask a question template * Update ask question template * Update markdown * Update contributing * csharp: update name * Update documents * Add links to all reference documents * Add links to implemented files * Add link to reference docs contributing * Improve links * Update links * csharp: remove dependencies * csharp: add more contributing * csharp: add readme for docs * Add links to analyzer/representer/test-runner * csharp: update strings * csharp: bitwise operations to fact-base * csharp: add defaults * csharp: convert tests to fact-based * csharp: add sidebars * csharp: add link * Change V3 to v3 * Consistent casing * csharp: change order * Update README * Update README.md * Tweak things further * More tweaks * Fix links * Fix typos * Change * csharp: rework readme * csharp: updates * csharp: update readme * csharp: update word * csharp: update * csharp: move concepts * Add reference doc * Fix template links * csharp: more work * Simplify * csharp: remove unused link * csharp: remove empty row * csharp: removing contributing * csharp: explain * Update README.md * Update README.md * Update README.md * Add maintainers docs * Add links * Update C# readme * Fix link * Fix link * Tweak repo structure document * Small improvements * csharp: fixes * csharp: more * Fix typo * Add converting details * structure: make it more clear * Add new README and docs * Split out readiness steps further * Split out online editor settings further * Tweak the repo structure docs a little * Tweak the README for clarity * Add new language docs * csharp: link directly to analyzer and representer * csharp: move concept interpretation to reference doc * csharp: small update * csharp: add online editor settings * csharp: add config.json example * csharp: more data * Use consistent example * Add online editor config changes * Update README.md Co-Authored-By: Erik Schierboom <erik_schierboom@hotmail.com> * Update README.md Co-Authored-By: Erik Schierboom <erik_schierboom@hotmail.com> * Update docs/_sidebar.md Co-Authored-By: Erik Schierboom <erik_schierboom@hotmail.com> * Update docs/_sidebar.md Co-Authored-By: Erik Schierboom <erik_schierboom@hotmail.com> * Update docs/concept-exercises.md Co-Authored-By: Erik Schierboom <erik_schierboom@hotmail.com> * Update docs/concept-exercises.md * Update docs/maintainers/README.md Co-Authored-By: Erik Schierboom <erik_schierboom@hotmail.com> * Apply suggestions from code review Co-Authored-By: Erik Schierboom <erik_schierboom@hotmail.com> * Apply suggestions from code review Co-Authored-By: Erik Schierboom <erik_schierboom@hotmail.com> * Update languages/csharp/docs/examples/new-concept-exercise-arrays.md Co-Authored-By: Jeremy Walker <jez.walker@gmail.com> * Update languages/csharp/docs/examples/new-concept-exercise-arrays.md Co-Authored-By: Jeremy Walker <jez.walker@gmail.com> * Move migrating config json file to separate file * Add more details * Add introduction for what maintainers actually need to do * Update README.md * Move things around for clarity * Fix tons of issues * Fix links * Fix links * More fixes * Fix things more * Revert link * Rephrase * Add maintainers * update * casing Co-authored-by: Charles Care <c.p.care@gmail.com> Co-authored-by: Erik Schierboom <erik_schierboom@hotmail.com>
new blog post (Ney city vs. Blue people)
While trying to install Jekyll on Ubuntu 16.04 32bits. I encountered an error.
Here is what I had:
Trying to run:
And here is the error message:
The text was updated successfully, but these errors were encountered: