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.

Reply via email to