Ubuntu server 14.04configure: error: Cannot find mysql.h

Started by zana403, January 31, 2015, 05:29:16 AM

Previous topic - Next topic

zana403

After running

ubnt@ubuntu:/opt/netxms-2.0-M2$ sudo sh ./configure --with-server --with-mysql --with-agent

I get the following error:
configure: error: Cannot find mysql.h - check your PostgreSQL client
   
Any suggestions on how to fix it?
Thanks everyone

Victor Kirhenshtein

Hi,

you have to install MySQL client development package (libmysqlclient-dev).

Best regards,
Victor