El 21/12/11 17:03, Arthur Baldwin escribió:
This shows me that the following gem related packages were not
successfully installed by our script:
Installing json (1.6.3) with native extensions
Installing rdoc (3.12)
Installing mysql2 (0.2.18) with native extensions
Find out why our script is failing in this area...and we'll have our
answer.
Exactly those are the gems needed. All you have to do is add them to a
"sudo gem install" line. Here is the exact text
sudo gem install json rdoc mysql2
But possibly it would just work with
sudo gem install mysql2
because the others might be dependecies of mysql2. If you remove all
gems with
sudo gem list | cut -d" " -f1 | xargs sudo gem uninstall -aIx
and you execute the modified script, then you can test if it will work
with the simpler command or if it needs to be the long one.
Please notice that the error message is "expecting" version 0.2.17 of
mysql2, not 0.2.18!
mysql2 (~> 0.2.17) means that version or newer.
Please avoid top-posting. It is easier to read when your response is
right after the portion of the text you are answering.
--
You received this message because you are subscribed to the Google Groups "Hobo
Users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/hobousers?hl=en.