A
Ari Brown
Uhoh!
I need to work with MySQL databases, and my job is to enter in maybe
7000 entries into various tables. Since I'm getting paid by the hour,
entering the data in by hand would be a great way to save for college
- but I don't want to do that. I am looking to enter in the data via
RUBY!!!!!!!
After doing some research for a nice MySQL module in ruby, I came
across a very nice one (http://www.troubleshooters.com/codecorn/ruby/
database/index.htm). But to use it, I need DBI to be installed first.
However, whenever I type:
ruby setup.rb setup
I get an error:
checking for sqlite_open() in -lsqlite... no
*** extconf.rb failed ***
This, as you can see, cause me to fail at making the makefile.
What should I do to fix this? I am running Mac OS X and have MySQL
installed (although would really rather otherwise).
Help!
-------------------------------------------------------|
~ Ari
crap my sig won't fit
I need to work with MySQL databases, and my job is to enter in maybe
7000 entries into various tables. Since I'm getting paid by the hour,
entering the data in by hand would be a great way to save for college
- but I don't want to do that. I am looking to enter in the data via
RUBY!!!!!!!
After doing some research for a nice MySQL module in ruby, I came
across a very nice one (http://www.troubleshooters.com/codecorn/ruby/
database/index.htm). But to use it, I need DBI to be installed first.
However, whenever I type:
ruby setup.rb setup
I get an error:
checking for sqlite_open() in -lsqlite... no
*** extconf.rb failed ***
This, as you can see, cause me to fail at making the makefile.
What should I do to fix this? I am running Mac OS X and have MySQL
installed (although would really rather otherwise).
Help!
-------------------------------------------------------|
~ Ari
crap my sig won't fit