Displaying 6 results from an estimated 6 matches for "dhave_mysql_h".
2012 Feb 08
3
An error occured while installing mysql2 (0.3.11), and Bundler cannot continue.
...cal/bin/ruby extconf.rb
checking for rb_thread_blocking_region()... no
checking for rb_wait_for_single_fd()... no
checking for mysql.h... yes
checking for errmsg.h... yes
checking for mysqld_error.h... yes
creating Makefile
make
/usr/bin/gcc-4.0 -I. -I. -I/opt/local/lib/ruby/1.8/i686-darwin8 -I. -
DHAVE_MYSQL_H -DHAVE_ERRMSG_H -DHAVE_MYSQLD_ERROR_H -I/opt/local/
include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -I/opt/local/include -I/
opt/local/include/mysql5/mysql -fPIC -D_P1003_1B_VISIBLE -
DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -
DIGNORE_SIGHUP_SIGQUIT -DDONT_DECLARE_CXA_PURE_VIRTUAL -fno-com...
2011 Nov 27
0
/usr/bin/ld: cannot find -lmysqlclient_r installing ruby gem mysql2.... in Fedora Linux + MySQL 5.5.15...
..._error.h... yes
creating Makefile
make
gcc -I. -I/home/dinooz/.rvm/rubies/ruby-1.9.2-p290/include/ruby-1.9.1/
i686-linux -I/home/dinooz/.rvm/rubies/ruby-1.9.2-p290/include/
ruby-1.9.1/ruby/backward -I/home/dinooz/.rvm/rubies/ruby-1.9.2-p290/
include/ruby-1.9.1 -I. -DHAVE_RB_THREAD_BLOCKING_REGION -DHAVE_MYSQL_H
-DHAVE_ERRMSG_H -DHAVE_MYSQLD_ERROR_H -D_FILE_OFFSET_BITS=64 -I/usr/
include/mysql -g -pipe -m32 -fPIC -g -static-libgcc -fno-omit-frame-
pointer -fno-strict-aliasing -DMY_PTHREAD_FASTMUTEX=1 -fPIC -O3 -ggdb -
Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -Wwrite-
strings -Wno-mis...
2005 Jun 24
9
new mysql gem
Hi everyone,
For those who have/had problems with Webrick not properly closing MySQL
connections, there is a new MySQL gem. (Actually the version was
released some time ago, just nobody took the time to make a gem)
So run "gem update" or just "gem install mysql" to update (not sure if
the latter also updates).
Special thanks to Tobias Luetke, who forwarded the gem to Chad
2006 Feb 14
2
mysql/ruby + gcc 3.2 ?
.../lib''
ruby extconf.rb install mysql -- --with-mysql-config=/usr/bin/mysql_config
checking for mysql_ssl_set()... yes
checking for mysql.h... yes
creating Makefile
make
gcc -fPIC -g -O2 -I. -I/usr/local/lib/ruby/1.8/i686-linux
-I/usr/local/lib/ruby/1.8/i686-linux -I. -DHAVE_MYSQL_SSL_SET
-DHAVE_MYSQL_H -I/usr/include/mysql -mcpu=i486 -fno-strength-reduce
-c mysql.c
gcc -shared -L''/usr/local/lib'' -Wl,-R''/usr/local/lib'' -o mysql.so
mysql.o -L/usr/lib/mysql -lmysqlclient -lz -lcrypt -lnsl -lm -lc
-lnss_files -lnss_dns -lresolv -lc -lnss_files -lnss_dns -lresolv...
2010 Sep 08
3
puppet dashboard and 64-bit mysql
...king 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/include -I/opt/csw/include -I/opt/csw/mysql5/include/mysql
-m64 -msse -msse2 -DCSW_HAVE_STACKTRACE -I/opt/csw/include -
DHAVE_RWLOCK_T -KPIC -xO3 -xarch=386 -xspace -xildoff -I/opt/csw/
include -I/opt/csw/include -KPIC -c mysql.c
cc: Warning: Option -msse passed to ld, if ld is inv...
2006 May 10
7
mongrel vs. scgi
I''ve liked the scgi runner ever since it came out. I like the way it''scontrolled, the way it''s clusterable, and the fact that it runs onwin32 platforms so easily.
Now it''s May 2006, and the scgi runner hasn''t changed since October,and now we have mongrel. I keep seeing hints of clustering in mongrel,as well. I just downloaded the win32 installer for