public
Fork of oldmoe/mysqlplus
Description: An enhanced mysql driver with an async interface and threaded access support
Home | Edit | New

Home

This is a forked repository. Have a look at
oldmoe’s mysqlplus wiki
for more information.

Installing mysqlplus on Ubuntu?

mysqlplus seems to install:
$ sudo gem install mysqlplus-0.1.0.gem — —with-mysql-config=/usr/local/mysql/bin/mysql_config
Building native extensions. This could take a while…
Successfully installed mysqlplus-0.1.0
1 gem installed
Installing ri documentation for mysqlplus-0.1.0…
Installing RDoc documentation for mysqlplus-0.1.0…

But…
$ irb
irb(main):001:0> require ‘mysqlplus’
LoadError: no such file to load — mysqlplus
from (irb):1:in `require’
from (irb):1
irb(main):002:0>

I know this is probably a stupid question, but I have no idea what to do.

Last edited by ge, Sat Nov 07 13:21:09 -0800 2009
Home | Edit | New
Versions: