Spreadsheet/Excel distro fix

All,

I made a stupid mistake and forgot to include the
excel.rb file in the original tarball. I’ve uploaded
a new tarball to sourceforge and modified the RAA link
to point to this file. I also made a minor fix to the
install.rb file.

Consider this release 0.0.1a

Regards,

Dan

···

Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com

Hi,
I am totally new to ruby, and am trying to get mysql to work. I am
trying to use ruby-dbi-all-0.0.18. I’m getting 'unitialized constant
Mysql…see attached. After unpacking tarball, I did
ruby setup.rb config --with=dbi,dbd_mysql
ruby setup.rb setup
ruby setup.rb install
What did miss?
thanks,
don

The constant, Mysql, is the name of the module used by dbd_mysql. Can you give
me the full stack dump from the error so I can work out where it’s happening
for you? ruby-dbi-all-0.0.18 works fine for me.

Tim Bates

···

On Sat, 30 Nov 2002 02:28 pm, don thompson wrote:

Hi,
I am totally new to ruby, and am trying to get mysql to work. I am
trying to use ruby-dbi-all-0.0.18. I’m getting 'unitialized constant
Mysql…see attached. After unpacking tarball, I did
ruby setup.rb config --with=dbi,dbd_mysql
ruby setup.rb setup
ruby setup.rb install
What did miss?
thanks,
don


tim@bates.id.au

Ruby/DBI depends on the Mysql Ruby Module available at
http://www.tmtm.org/mysql/.
Install that first!

Regards,

Michael

···

On Sat, 2002-11-30 at 04:58, don thompson wrote:

Hi,
I am totally new to ruby, and am trying to get mysql to work. I am
trying to use ruby-dbi-all-0.0.18. I’m getting 'unitialized constant
Mysql…see attached. After unpacking tarball, I did
ruby setup.rb config --with=dbi,dbd_mysql
ruby setup.rb setup
ruby setup.rb install
What did miss?