noisyscanner Posted February 10, 2010 Author Posted February 10, 2010 Yeah, Thank you guys!! This really helped.
noisyscanner Posted February 10, 2010 Author Posted February 10, 2010 It did help... Now it doesn't work anymore. I did a resarch on what showed up in my mongrel log and google said you need the latest version of rubygems. Can you update this please?
kpd100 Posted February 10, 2010 Posted February 10, 2010 Correct if it is possible ----- Installing "mysql" Ruby Gem ERROR: Error installing mysql: ERROR: Failed to build gem native extension. /usr/bin/ruby extconf.rb checking for mysql_ssl_set()... no checking for rb_str_set_len()... no checking for rb_thread_start_timer()... no checking for mysql.h... no checking for mysql/mysql.h... no *** extconf.rb failed *** Could not create Makefile due to some reason, probably lack of necessary libraries and/or headers.
Ashoat Posted February 10, 2010 Posted February 10, 2010 It did help... Now it doesn't work anymore. I did a resarch on what showed up in my mongrel log and google said you need the latest version of rubygems. Can you update this please?Google is not authoritative. I'm pretty confident that if there was indeed a dependency, the installer would inform me of it. Give me a link to the site you found claiming I need to update gem. Correct if it is possible ----- Installing "mysql" Ruby Gem ERROR: Error installing mysql: ERROR: Failed to build gem native extension. /usr/bin/ruby extconf.rb checking for mysql_ssl_set()... no checking for rb_str_set_len()... no checking for rb_thread_start_timer()... no checking for mysql.h... no checking for mysql/mysql.h... no *** extconf.rb failed *** Could not create Makefile due to some reason, probably lack of necessary libraries and/or headers.Okay, the mysql gem has been installed.
kpd100 Posted February 11, 2010 Posted February 11, 2010 Okay, the mysql gem has been installed. All perfectly works. Thanks!
Recommended Posts