"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
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:
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?
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?
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.
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