Dear Quiliro, Unfortunately...I've found the real problem. Although the latest version is 0.3.11...it is also THE version that causes the problem I was describing since the beginning of this new round of script design. By issuing the following two commands I fixed the problem:
sudo gem uninstall mysql2 sudo gem install mysql2 -v 0.2.18 So...it is time for the developers of the mysql2 driver to fix their code. Unless perhaps it's just that hobo isn't able to get past version 0.2.18 yet? Either way...for now the script must include the -v 0.2.18. At least until the problem is fixed. Sincerely, Arthur Baldwin ________________________________ From: Quiliro Ordóñez <[email protected]> To: [email protected] Sent: Saturday, December 24, 2011 9:50 AM Subject: Re: [Hobo Users] Latest InstantHobo install script for Ubuntu 11.10 > That means that mysql2 version 0.2.18 is not the latest > I can see that the current version for mysql2 is 0.3.11. If you remove the currently installed mysql2 versions and install the latest version (0.3.11), will it work? sudo gem remove mysql2 (Repeat the above command until there are no more mysql2 gems installed.) sudo gem install mysql2 (Now test.) I will make a mod of the script for Parabola so we can have InstantHobo for various GNU platforms. -- 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. -- 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.
