Ruby on Rails Thursday, July 29, 2010

Now need to get MySQL installed. I am having the following trouble
installing

sudo gem install mysql -- --with-mysql-config=/usr/bin/mysql_config

ERROR: Error installing mysql:
ERROR: Failed to build gem native extension.

/usr/bin/ruby1.8 extconf.rb --with-mysql-config=/usr/bin/mysql_config
extconf.rb:10:in `require': no such file to load -- mkmf (LoadError)
from extconf.rb:10


Gem files will remain installed in
/usr/lib/ruby/gems/1.8/gems/mysql-2.8.1 for inspection.
Results logged to
/usr/lib/ruby/gems/1.8/gems/mysql-2.8.1/ext/mysql_api/gem_make.out

Any ideas?


Dis Tec wrote:
> Thanks - I have now update the version.That seems to have done the
> trick!
>
> Thanks!
>
> Leonardo Mateo wrote:
>> On Thu, Jul 29, 2010 at 12:46 PM, Dis Tec <lists@ruby-forum.com> wrote:
>>> $ ruby script/generate model product
>>>
>>> brett@ubuntu:~/RoR/Apps/OpenBenefit/depot$ gem -v
>>> 1.3.5
>> The weird thing is gem -v showing 1.3.5
>> However, you can try this on a Debian(-like) environment:
>> sudo gem install rubygems-update #( 1.3.7 should be the latest version)
>> sudo update_rubygems #if this doesn't work, try finding the right
>> executable file in your gems path.
>>
>> That would update your rubygems version.
>>
>> Hope it helps.
>>
>>
>>
>> --
>> Leonardo Mateo.
>> There's no place like ~

--
Posted via http://www.ruby-forum.com/.

--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

No comments:

Post a Comment