Dear Quiliro, Please take a look at the following output:
arthur@TCOServer:~/Documents/Websites$ cd TCO arthur@TCOServer:~/Documents/Websites/TCO$ bundle install --system Fetching source index for http://rubygems.org/ Enter your password to install the bundled RubyGems to your system: Using rake (0.9.2.2) Using abstract (1.0.0) Using activesupport (3.0.11) Using builder (2.1.2) Using i18n (0.5.0) Using activemodel (3.0.11) Using erubis (2.6.6) Using rack (1.2.4) Using rack-mount (0.6.14) Using rack-test (0.5.7) Using tzinfo (0.3.31) Using actionpack (3.0.11) Using mime-types (1.17.2) Using polyglot (0.3.3) Using treetop (1.4.10) Using mail (2.2.19) Using actionmailer (3.0.11) Using arel (2.0.10) Using activerecord (3.0.11) Using activeresource (3.0.11) Using bundler (1.0.21) Installing json (1.6.3) with native extensions Installing rdoc (3.12) Using thor (0.14.6) Using railties (3.0.11) Using rails (3.0.11) Using hobo_support (1.3.0) Using dryml (1.3.0) Using hobo_fields (1.3.0) Using will_paginate (3.0.2) Using hobo (1.3.0) Installing mysql2 (0.2.18) with native extensions Your bundle is complete! Use `bundle show [gemname]` to see where a bundled gis installed. Please note that the lines that begin with "Using" indicate that nothing has changed, but the ones that begin with "Installing" indicate that something new is being used. 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. Please notice that the error message is "expecting" version 0.2.17 of mysql2, not 0.2.18! Sincerely, Arthur Baldwin ________________________________ From: Arthur Baldwin <[email protected]> To: "[email protected]" <[email protected]> Sent: Wednesday, December 21, 2011 1:41 PM Subject: Re: [Hobo Users] Latest InstantHobo install script for Ubuntu 11.10 Dear Quiliro, Nope...I'm on the wrong track...I tried going to the ruby language directory and doing the following commands: apt-get install mysql-client sudo make clean sudo make sudo make install then I went back to the directory where the script was and did: sudo gem list | cut -d" " -f1 | xargs sudo gem uninstall -aIx ./InstantHobo.bash but still ended up with the same error message listed below: Hobo Setup Wizard Do you want to start the Setup Wizard now? (Choose 'n' if you need to manually customize any file before running the Wizard. You can run it later with `hobo g setup_wizard` from the application root dir.) [y|n] y => "y" Could not find gem 'mysql2 (~> 0.2.17) ruby' in any of the gem sources listed in your Gemfile. Run `bundle install` to install missing gems. By the way, I can get the hobo wizard to run properly (for subsequent hobo projects) by going into one of the new hobo project directories and issuing the command: bundle update --system But doing this is NOT a desirable solution. Sincerely, Arthur Baldwin ________________________________ From: Arthur Baldwin <[email protected]> To: "[email protected]" <[email protected]> Sent: Wednesday, December 21, 2011 12:48 PM Subject: Re: [Hobo Users] Latest InstantHobo install script for Ubuntu 11.10 Hey Quiliro, Just had an idea! I know that the package libmysqlclient16-dev is used when compiling the ruby language to interface with mysql-server somehow, but the name refers to mysql-client, but no mysql-client package is in the list of things to install in the APT section. Doesn't that mean that there will be nothing to actually "link to" in the Ruby language even though everything compiles because the "dev" package is there? Sincerely, Arthur Baldwin ________________________________ From: Arthur Baldwin <[email protected]> To: "[email protected]" <[email protected]> Sent: Wednesday, December 21, 2011 12:27 PM Subject: Re: [Hobo Users] Latest InstantHobo install script for Ubuntu 11.10 OK, nevermind, just saw this item in the current script: libmysqlclient16-dev I think that was the one I remembered. One other thought keeps bothering me though, I'm using KUbuntu 11.10 (64 bit version). Would than make any difference in the library packages used? Sincerely, Arthur Baldwin ________________________________ From: Arthur Baldwin <[email protected]> To: "[email protected]" <[email protected]> Sent: Wednesday, December 21, 2011 12:10 PM Subject: Re: [Hobo Users] Latest InstantHobo install script for Ubuntu 11.10 In the beginning of the script where APT is used to install all those packages, there might be one package missing. I seem to remember that there is a mysql package that has a -dev on the end that is also required. Sincerely, Arhtur ________________________________ From: Arthur Baldwin <[email protected]> To: "[email protected]" <[email protected]> Sent: Wednesday, December 21, 2011 11:16 AM Subject: Re: [Hobo Users] Latest InstantHobo install script for Ubuntu 11.10 Unfortunately the script still does not fully prepare the MySQL2 module for hobo. I'm still getting the error: Hobo Setup Wizard Do you want to start the Setup Wizard now? (Choose 'n' if you need to manually customize any file before running the Wizard. You can run it later with `hobo g setup_wizard` from the application root dir.) [y|n] y => "y" Could not find gem 'mysql2 (~> 0.2.17) ruby' in any of the gem sources listed in your Gemfile. Run `bundle install` to install missing gems. This happens on a clean install of KUbuntu 11.10 when running the current version of the script as you sent it to me. Sincerely, Arthur Baldwin ________________________________ From: Quiliro Ordóñez <[email protected]> To: [email protected] Sent: Tuesday, December 20, 2011 1:01 PM Subject: Re: [Hobo Users] Latest InstantHobo install script for Ubuntu 11.10 On 20/12/11 14:12, Arthur Baldwin wrote: I won't have news until later tonight...had to reinstall KUbuntu because of several screwups. >Will be testing on a clean install of KUbuntu 11.10 tonight after work. > > I did not design this scrip for Ubuntu 11.10 but for Trisquel 5.0 which is the free (as in freedom) software version of Ubuntu 11.04. It might work for that distro but I am not sure. The other error messages I reported may not be affecting the usefulness of hobo, but they really should be addressed by someone. > I changed the script to address those issues. -- 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. -- 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. -- 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. -- 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.
