*hello everyone,* * * *im getting this error when im installing a gem via command prompt * *can any one help me out? please* * * *thanks.* * * *C:\>gem i mysql2* *Temporarily enhancing PATH to include DevKit...* *Building native extensions. This could take a while...* *ERROR: Error installing mysql2:* * ERROR: Failed to build gem native extension.* * * * C:/Ruby192/bin/ruby.exe extconf.rb* *checking for rb_thread_blocking_region()... yes* *checking for main() in -llibmysql... 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=C:/Ruby192/bin/ruby* * --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-libmysqllib* * --without-libmysqllib* * * * * *Gem files will remain installed in C:/Ruby192/lib/ruby/gems/1.9.1/gems/mysql2-0.* *2.6 for inspection.* *Results logged to C:/Ruby192/lib/ruby/gems/1.9.1/gems/mysql2-0.2.6/ext/mysql2/ge* *m_make.out* -- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
*i even tried installing gem mysql2 but im getting a error which i''m nt able to retify it.. following is the error* *C:\>gem i mysql2* *Temporarily enhancing PATH to include DevKit...* *Building native extensions. This could take a while...* *ERROR: Error installing mysql2:* * ERROR: Failed to build gem native extension.* * * * C:/Ruby192/bin/ruby.exe extconf.rb* *checking for rb_thread_blocking_region()... yes* *checking for main() in -llibmysql... 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=C:/Ruby192/bin/ruby* * --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-libmysqllib* * --without-libmysqllib* * * * * *Gem files will remain installed in C:/Ruby192/lib/ruby/gems/1.9.1/gems/mysql2-0.* *2.4 for inspection.* *Results logged to C:/Ruby192/lib/ruby/gems/1.9.1/gems/mysql2-0.2.4/ext/mysql2/ge* *m_make.out* * * *-------------------------------------* -- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
On Mar 14, 2011, at 4:11 AM, salim mandrekar <mandrekar.salim-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> i even tried installing gem mysql2 but im getting a error which i''m nt able to retify it.. following is the error > > C:\>gem i mysql2 > Temporarily enhancing PATH to include DevKit... > Building native extensions. This could take a while... > ERROR: Error installing mysql2: > ERROR: Failed to build gem native extension. > > C:/Ruby192/bin/ruby.exe extconf.rb > checking for rb_thread_blocking_region()... yes > checking for main() in -llibmysql... 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=C:/Ruby192/bin/ruby > --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-libmysqllib > --without-libmysqllib > > > Gem files will remain installed in C:/Ruby192/lib/ruby/gems/1.9.1/gems/mysql2-0. > 2.4 for inspection. > Results logged to C:/Ruby192/lib/ruby/gems/1.9.1/gems/mysql2-0.2.4/ext/mysql2/ge > m_make.outTry to build it with native extensions.. gem install mysql2 --platform=ruby B. -- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
thanks sir. it worked.. -- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.