From: Andrew Ting Date: 2009-12-22T17:26:21+09:00 Subject: Re: Help with gem ruby mysql error Thanks Phillip and Hassan, path is correct now but below error is still appearing. any advise? :) $ruby blog.rb /Library/Ruby/Gems/1.8/gems/sequel-3.7.0/lib/sequel/adapters/mysql.rb:2: LoadError: require 'mysql' did not define Mysql::CLIENT_MULTI_RESULTS! (Sequel::AdapterNotFound) You are probably using the pure ruby mysql.rb driver, which Sequel does not support. You need to install the C based adapter, and make sure that the mysql.so file is loaded instead of the mysql.rb file. -- Posted via http://www.ruby-forum.com/.