Displaying 2 results from an estimated 2 matches for "rb_thread_start_timer".
2010 Jan 13
1
Compiling mysql gem under CentOS 64-bit
...ror:
-bash-3.2# gem install mysql
Building native extensions. This could take a while...
ERROR: Error installing mysql:
ERROR: Failed to build gem native extension.
/usr/bin/ruby extconf.rb install mysql
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. Check the mkmf.log file for more
details. You may need configuration options.
Provided configuration op...
2010 Sep 08
3
puppet dashboard and 64-bit mysql
...5.
mysql Ver 14.12 Distrib 5.0.90, for pc-solaris2.10 (x86_64)
Apparently the mysql bindings for ruby don''t like the 64-bit version.
Output of "gem install mysql"
/opt/csw/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... yes
cc: Warning: Option -msse passed to ld, if ld is invoked, ignored
otherwise
cc: Warning: Option -msse2 passed to ld, if ld is invoked, ignored
otherwise
creating Makefile
make
cc -I. -I. -I/opt/csw/lib/ruby/1.8/i386-solaris2.8 -I. -DHAVE_MYSQL_H
-I/opt/csw/inclu...