Hello. I am using:
-Ubuntu 9.04
-Ruby 1.9.1p243
-mysql 5.0.75-0ubuntu10.2
(which mysql #=> /usr/bin/mysql/)
1# I unzip mysql-ruby. I type in:
ruby extconf.rb --with-mysql-dir=/usr/bin/mysql/
And I get this ugly output: http://pastie.org/606488
2# I do the same, except I try:
ruby extconf.rb
And I get this output: http://pastie.org/606491
// Is there anything I am doing wrong?
I would appreciate any help as I desperately need MySQL/Ruby installed.
I got no clue what else to do :-(
Thanks.
|