Howdie,

I'm trying to install snorby but when going through the process I get hit with the following error:

Gem::Installer::ExtensionBuildError: ERROR: Failed to build gem native extension.

/usr/bin/ruby1.9.1 extconf.rb
checking for mysql_query() in -lmysqlclient... 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 options:
--with-opt-dir
--without-opt-dir
--with-opt-include
--without-opt-include=${opt-dir}/include
--with-opt-lib
--without-opt-lib=${opt-dir}/lib
--with-make-prog
--without-make-prog
--srcdir=.
--curdir
--ruby=/usr/bin/ruby1.9.1
--with-mysql-config
--without-mysql-config
--with-mysql-dir
--without-mysql-dir
--with-mysql-include
--without-mysql-include=${mysql-dir}/include
--with-mysql-lib
--without-mysql-lib=${mysql-dir}/lib
--with-mysqlclientlib
--without-mysqlclientlib


Gem files will remain installed in /var/lib/gems/1.9.1/gems/do_mysql-0.10.12 for inspection.
Results logged to /var/lib/gems/1.9.1/gems/do_mysql-0.10.12/ext/do_mysql/gem_make.out
An error occurred while installing do_mysql (0.10.12), and Bundler cannot
continue.
Make sure that `gem install do_mysql -v '0.10.12'` succeeds before bundling.

Any ideas from anyone on how to over come this and resolve it?

Cheers