Cacti Spine: configure: error: MySQL libraries not found

I was trying to compile the cacti spine poller source code and I encounter this error:
configure: error: MySQL libraries not found

root@V-NMS:/var/www/cacti-spine-0.8.7i# find / -name libmysqlclient.so
/usr/lib/i386-linux-gnu/libmysqlclient.so

To specify the lib location:
LDFLAGS="-L/usr/lib -L/usr/lib/i386-linux-gnu/" ./configure

Reference:http://forums.cacti.net/viewtopic.php?f=2&t=46947

Advertisement

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s