Jump to content

[Solved] 500 error in my rails application... Logs show IP Spoofing attack?!


noisyscanner

Recommended Posts

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.

 

 

Link to comment
Share on other sites

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.
Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...