From: Brian Candler Date: 2003-08-04T23:36:39+09:00 Subject: Re: Problem building mysql-ruby under 1.8.0 On Mon, Aug 04, 2003 at 11:22:26PM +0900, ts wrote: > >>>>> "B" == Brian Candler writes: > > B> all: Makefile > > Put > > create_makefile("mysql") > > at the end, i.e. after creation of mysql.c No joy yet: $ ruby extconf.rb --with-mysql-dir=/usr/local/mysql checking for mysql_query() in -lmysqlclient... yes checking for mysql.h... yes creating Makefile creating Makefile /usr/local/lib/ruby/1.8/mkmf.rb:896:in `create_makefile': undefined method `close' for nil:NilClass (NoMethodError) from extconf.rb:63 Regards, Brian.