I'm having the same issue except it happens when I simply do: sudo gem install mysql
Does anyone know of a fix? I've tried just about everything. On Feb 10, 1:57 pm, Eduardo Cirilo <[email protected]> wrote: > Hi, > > I'm still having the problem...here what it says: > > Run `rake gems:install` to install the missing gems. > MBPEduCirilo:kshema098 eduardocirilo$ rake gems:install > (in /Users/eduardocirilo/Desktop/kshema098) > gem install mysql > WARNING: Installing to ~/.gem since /opt/local/lib/ruby/gems/1.8 and > /opt/local/bin aren't both writable. > WARNING: You don't have /Users/eduardocirilo/.gem/ruby/1.8/bin in your > PATH, > gem executables will not run. > ERROR: Error installing mysql: > ERROR: Failed to build gem native extension. > > /opt/local/bin/ruby extconf.rb install mysql > checking for mysql_query() in -lmysqlclient... no > checking for main() in -lm... yes > checking for mysql_query() in -lmysqlclient... no > checking for main() in -lz... yes > checking for mysql_query() in -lmysqlclient... no > checking for main() in -lsocket... no > checking for mysql_query() in -lmysqlclient... no > checking for main() in -lnsl... no > checking for mysql_query() in -lmysqlclient... no > *** extconf.rb failed *** > Could not create Makefile due to some reason, probably lack of > necessary libraries and/or headers. Check the mkmf.log file for more > details. You may need configuration options. > > Provided configuration options: > --with-opt-dir > --without-opt-dir > --with-opt-include > --without-opt-include=${opt-dir}/include > --with-opt-lib > --without-opt-lib=${opt-dir}/lib > --with-make-prog > --without-make-prog > --srcdir=. > --curdir > --ruby=/opt/local/bin/ruby > --with-mysql-config > --without-mysql-config > --with-mysql-dir > --without-mysql-dir > --with-mysql-include > --without-mysql-include=${mysql-dir}/include > --with-mysql-lib > --without-mysql-lib=${mysql-dir}/lib > --with-mysqlclientlib > --without-mysqlclientlib > --with-mlib > --without-mlib > --with-mysqlclientlib > --without-mysqlclientlib > --with-zlib > --without-zlib > --with-mysqlclientlib > --without-mysqlclientlib > --with-socketlib > --without-socketlib > --with-mysqlclientlib > --without-mysqlclientlib > --with-nsllib > --without-nsllib > --with-mysqlclientlib > --without-mysqlclientlib > > Gem files will remain installed in > /Users/eduardocirilo/.gem/ruby/1.8/gems/mysql-2.7 for inspection. > Results logged to > /Users/eduardocirilo/.gem/ruby/1.8/gems/mysql-2.7/gem_make.out > Building native extensions. This could take a while... > Loaded suite /opt/local/bin/rake > Started > > Finished in 0.000433 seconds. > > 0 tests, 0 assertions, 0 failures, 0 errors > MBPEduCirilo:kshema098 eduardocirilo$ rake db:migrate > (in /Users/eduardocirilo/Desktop/kshema098) > Missing these required gems: > mysql > > You're running: > ruby 1.8.7.72 at /opt/local/bin/ruby > rubygems 1.3.1 at /Users/eduardocirilo/.gem/ruby/1.8, > /opt/local/lib/ruby/gems/1.8 > > Run `rake gems:install` to install the missing gems. > MBPEduCirilo:kshema098 eduardocirilo$ > > What must I do? > -- > Posted viahttp://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 [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---

