[Rails] Ruby question

According to the site http://www.kitebird.com/articles/ruby-mysql.html

"To use the Ruby MySQL module, first make sure that you have the MySQL C
client API header files and libraries installed."

Can anyone point me to where I can get the 'C' library and header files

···

-----Original Message-----
From: Howard Roberts [mailto:lordkhaos@comcast.net]
Sent: Wednesday, October 12, 2005 1:55 PM
To: Ananthakrishnan
Subject: Re: [Rails] Ruby question

I am developing a standalone ruby app in windows platform. How do I

connect to MYSOL db.
This should get you started:
http://www.kitebird.com/articles/ruby-mysql.html

HTH,
Howard

They come with mysql. If you installed it from source, you should have them.
If you installed them from some package manager, then you need to make sure
you have the stuff like mysql-devel or mysql-libs installed.

Caleb

···

On Wednesday 12 October 2005 04:16 am, Ananthakrishnan wrote:

According to the site http://www.kitebird.com/articles/ruby-mysql.html

"To use the Ruby MySQL module, first make sure that you have the MySQL C
client API header files and libraries installed."

Can anyone point me to where I can get the 'C' library and header files

I installed MySQL 4.1.14 on Windows XP and the libraries were not
included. I searched the MySQL website but couldn't find where to
download the client libraries other than the ODBC interface but it does
not contain the libs needed by Ruby MySQL. Does anyone know where to
obtain the libraries?

Thanks,

Gary Blomquist

Have you tried the following site?

http://www.tmtm.org/en/mysql/ruby/

Regards,

Arman

···

On 10/14/05, GJB <gjblomquist@hotmail.com> wrote:

I installed MySQL 4.1.14 on Windows XP and the libraries were not
included. I searched the MySQL website but couldn't find where to
download the client libraries other than the ODBC interface but it does
not contain the libs needed by Ruby MySQL. Does anyone know where to
obtain the libraries?

Thanks,

Gary Blomquist

I used gem to install MySQL Ruby. However, the install fails because
it is dependent on the MySQL libraries which were not included when I
installed MySQL. It is looking for mysqlclient.lib but that was not
part of the MySQL install. mysqlclient.lib was included in earlier
versions of the MySQL download.

What platform?

···

On 10/17/05, GJB <gjblomquist@hotmail.com> wrote:

I used gem to install MySQL Ruby. However, the install fails because
it is dependent on the MySQL libraries which were not included when I
installed MySQL. It is looking for mysqlclient.lib but that was not
part of the MySQL install. mysqlclient.lib was included in earlier
versions of the MySQL download.

--
Regards,
John Wilger

-----------
Alice came to a fork in the road. "Which road do I take?" she asked.
"Where do you want to go?" responded the Cheshire cat.
"I don't know," Alice answered.
"Then," said the cat, "it doesn't matter."
- Lewis Carrol, Alice in Wonderland