NetXMS Support Forum

English Support => General Support => Topic started by: zana403 on January 31, 2015, 05:29:16 AM

Title: Ubuntu server 14.04configure: error: Cannot find mysql.h
Post by: zana403 on January 31, 2015, 05:29:16 AM
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
Title: Re: Ubuntu server 14.04configure: error: Cannot find mysql.h
Post by: Victor Kirhenshtein on January 31, 2015, 06:39:46 PM
Hi,

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

Best regards,
Victor