Dependencies
To build this module you must install the libmysqlclient library and the development files for it.
mysql_config is used to determine the paths to the library and header files.
To install these dependencies, execute the commands below for the OS you're running.
For CentOS:
#> yum install mysql-devel
For openSUSE:
#> zypper install libmysqlclient-devel
For Debian-based systems/Ubuntu:
#> apt-get install libmysqlclient-dev
Alternatively, you can use aptitude for Debian-based systems.
Please refer to your system's documentation for more information and feel free to send me a patch for this readme.
Installation
You can install this module via NPM:
$> npm install mysql-libmysqlclient