Revision history [back]
Based on what I found by googling the title of your question - you might need to install libmysql-dev
package.
If you are on centos then you can try:
yum install libmysql-dev
On ubuntu:
apt-get install libmysql-dev
You are right - a better manual for the pre-requisite installation would be great.
Based on what I found by googling the title of your question - you might need to install libmysql-dev
package.
If you are on centos then you can try:
yum install libmysql-dev
On ubuntu:
apt-get install libmysql-dev
You are right - a better manual for the pre-requisite installation would be great.
Based on what I found by googling the title of your question - you might need to install libmysql-dev
package.
If you are on centos then you can try:
yum install libmysql-dev
On ubuntu:
apt-get install libmysql-dev