Hi Alvaro sorry to come back to you on this, but it's still not working. the package now installs ruby1.9.3.4, however jekyll requires 2.0
these are these are the messages i received: *$ sudo apt-get install ruby ruby-dev build-essential -y* *Setting up libalgorithm-merge-perl (0.08-2) ...* *Setting up libfile-fcntllock-perl (0.14-2build1) ...* *Setting up ruby1.9.1-dev (1.9.3.484-2ubuntu1.2) ...* *Setting up ruby-dev (1:1.9.3.4) ...* sudo gem install jekyll *ERROR: Error installing jekyll:* * public_suffix requires Ruby version >= 2.0.* any advice on what i should do? On Wednesday, January 4, 2017 at 1:19:58 PM UTC, Alvaro Miranda Aguilera wrote: > > hello. > > my bad for the typo > > > > *$ sudo apt-get install ruby ruby-dev build-essential -y$ sudo gem install > jekyll* > > On Wed, Jan 4, 2017 at 8:57 AM, 'paul kendal' via Vagrant < > [email protected] <javascript:>> wrote: > >> hello Alvaro >> >> i tried what you suggested but got this message: >> >> *Building dependency tree* >> *Reading state information... Done* >> *E: Unable to locate package builc-essentials* >> >> >> is there anything you can suggest? >> >> On Tuesday, January 3, 2017 at 7:08:20 PM UTC, Alvaro Miranda Aguilera >> wrote: >>> >>> hello >>> >>> replace: >>> $ sudo apt-get install ruby1.9.1-dev -y >>> $ sudo gem install jekyll >>> >>> with >>> >>> $ sudo apt-get install ruby ruby-dev builc-essentials -y >>> $ sudo gem install jekyll >>> >>> >>> On Tue, Jan 3, 2017 at 8:06 PM, 'paul kendal' via Vagrant < >>> [email protected]> wrote: >>> >>>> hi. thanks for your response. i am not clear what you mean by using >>>> ruby-dev. do you mean, i should try without the numbering? >>>> >>>> >>>> >>>> On Tuesday, January 3, 2017 at 3:50:14 PM UTC, Alvaro Miranda Aguilera >>>> wrote: >>>>> >>>>> >>>>> On Tue, Jan 3, 2017 at 10:01 AM, 'paul kendal' via Vagrant < >>>>> [email protected]> wrote: >>>>> >>>>>> cannot load such file -- mkmf (LoadError) >>>>> >>>>> >>>>> hi >>>>> >>>>> Seems to be related to cannot load such file -- mkmf (LoadError) >>>>> >>>>> what happens if you use ruby and ruby-dev >>>>> >>>>> ? >>>>> >>>>> >>>>> >>>>> -- >>>>> Alvaro >>>>> >>>>> -- >>>> This mailing list is governed under the HashiCorp Community Guidelines >>>> - https://www.hashicorp.com/community-guidelines.html. Behavior in >>>> violation of those guidelines may result in your removal from this mailing >>>> list. >>>> >>>> GitHub Issues: https://github.com/mitchellh/vagrant/issues >>>> IRC: #vagrant on Freenode >>>> --- >>>> You received this message because you are subscribed to the Google >>>> Groups "Vagrant" group. >>>> To unsubscribe from this group and stop receiving emails from it, send >>>> an email to [email protected]. >>>> To view this discussion on the web visit >>>> https://groups.google.com/d/msgid/vagrant-up/e6850c44-281a-4e53-897a-10aca6e11000%40googlegroups.com >>>> >>>> <https://groups.google.com/d/msgid/vagrant-up/e6850c44-281a-4e53-897a-10aca6e11000%40googlegroups.com?utm_medium=email&utm_source=footer> >>>> . >>>> For more options, visit https://groups.google.com/d/optout. >>>> >>> >>> >>> >>> -- >>> Alvaro >>> >>> -- >> This mailing list is governed under the HashiCorp Community Guidelines - >> https://www.hashicorp.com/community-guidelines.html. Behavior in >> violation of those guidelines may result in your removal from this mailing >> list. >> >> GitHub Issues: https://github.com/mitchellh/vagrant/issues >> IRC: #vagrant on Freenode >> --- >> You received this message because you are subscribed to the Google Groups >> "Vagrant" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected] <javascript:>. >> To view this discussion on the web visit >> https://groups.google.com/d/msgid/vagrant-up/4ac6f12c-4fa2-4b5b-aef9-9b986f37c738%40googlegroups.com >> >> <https://groups.google.com/d/msgid/vagrant-up/4ac6f12c-4fa2-4b5b-aef9-9b986f37c738%40googlegroups.com?utm_medium=email&utm_source=footer> >> . >> For more options, visit https://groups.google.com/d/optout. >> > > > > -- > Alvaro > > -- This mailing list is governed under the HashiCorp Community Guidelines - https://www.hashicorp.com/community-guidelines.html. Behavior in violation of those guidelines may result in your removal from this mailing list. GitHub Issues: https://github.com/mitchellh/vagrant/issues IRC: #vagrant on Freenode --- You received this message because you are subscribed to the Google Groups "Vagrant" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/vagrant-up/b97ba6bb-7ca4-4645-9b6c-d2caf57ccb25%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
