From: Richard Kilmer Date: 2003-02-05T06:44:05+09:00 Subject: Problems building mysql ruby 2.4.4 on 1.8 I am trying to build MySQL and when I run: ruby extconf.rb --with-mysql-lib=/Library/MySQL/lib/mysql --with-mysql-include=/Library/MySQL/include I get the following error: checking for mysql_query() in -lmysqlclient... yes checking for mysql.h... no checking for mysql/mysql.h... yes creating Makefile extconf.rb:33: uninitialized constant CPP (NameError) Did the mkmf.rb utility change much in 1.8? Oh, and I am building this on OS X Jaguar with mysql Ver 11.18 Distrib 3.23.54, for apple-darwin6.3 (powerpc)