W
walter
I'm trying to install ruby-mysql 2.7.3 win32 but can't get it working. I
tried using gem install mysql. it looks like it installed successfully, and
it's listed when i run gem q, but the first line in a simple program that
accesses mysql return undefined method.
I tried running ruby extconf.rb - even in the mysql\lib directory, but it
won't create the make file. error there is can't find main() in libmysql.lib
can anyone help getting this installed?
dbi is just as difficult, but i'm not sure if dbi is even necessary.
tried using gem install mysql. it looks like it installed successfully, and
it's listed when i run gem q, but the first line in a simple program that
accesses mysql return undefined method.
I tried running ruby extconf.rb - even in the mysql\lib directory, but it
won't create the make file. error there is can't find main() in libmysql.lib
can anyone help getting this installed?
dbi is just as difficult, but i'm not sure if dbi is even necessary.