Skip to content
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

downgraded to ruby 1.9.3p286 as there seems to be a bug for Jekyll on ruby 1.9.3p327 #749

Closed
grayghostvisuals opened this issue Jan 11, 2013 · 8 comments

Comments

@grayghostvisuals
Copy link

In order to run jekyll --server
I've had to downgrade to ruby 1.9.3p286 as there seems to be a bug for Jekyll on ruby 1.9.3p327

running jekyll --server on ruby 1.9.3p327 throws this error

You may have encountered a bug in the Ruby interpreter or extension libraries.
@s10wen
Copy link

s10wen commented Jan 11, 2013

Not sure if it's related, but last time I got jekyll up and running I found using sudo helped.

sudo gem install jekyll

and also needed rdiscount, so did:

sudo gem install rdiscount

then:

sudo jekyll --server

and the bugs / warnings I had went away.

@parkr
Copy link
Member

parkr commented Jan 11, 2013

What Ruby version manager are you using? What OS? It could have been an error during the compilation process of your ruby that Jekyll requires.

@grayghostvisuals
Copy link
Author

OSX v10.8.2

Currently Ruby version manager rvm 1.17.2 (stable) by Wayne E. Seguin <wayneeseguin@gmail.com>, Michal Papis <mpapis@gmail.com> [https://rvm.io/]

Had to run rvm use 1.9.3-p286 once again today after the same error once again from jekyll --server

@parkr
Copy link
Member

parkr commented Jan 11, 2013

Yeah, ML is a b*tch when it comes to installing Rubies. Try uninstalling and re-installing p327 and let me know whether you're still hitting the same problem.

@parkr
Copy link
Member

parkr commented Jan 12, 2013

I installed 1.9.3-p327 (rbenv 0.4.0 (w/ ruby-build), ML 10.8.2) and couldn't duplicate this. The evidence seems to point to a problem with your system & installation of ruby, rather than Jekyll.

@parkr parkr closed this as completed Jan 12, 2013
@grayghostvisuals
Copy link
Author

@simonowendesign Thanks sudo did the trick.

@parkr
Copy link
Member

parkr commented Jan 12, 2013

Glad you got it sorted out :)

@ygweric
Copy link

ygweric commented Jul 24, 2015

sudo jekyll server works for me

@jekyll jekyll locked and limited conversation to collaborators Feb 27, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

5 participants