Greetings,
I am new to Zabbix and I have read through the various posts using the search utility but cannot find anyone who has the same issue that I am currently experiencing...
I am installing Zabbix on a Linux named PCLinux. I have installed other packages on here without incident but I am getting an error when I try to install the ZABBIX package, using the command:
./configure --enable-server --with-mysql --with-net-snmp --enable-agent
It goes through alot of the process and I get a line after while that reads:
configure: error: Invalid MySQL Directory - unable to find mysql.h
MySQL is installed and running and being used by another application - the tables supplied with the .sql files installed fine into the database. However I am clueless why it is having a problem finding it? Is there an environment variable that possibly isn't set?
Thanks in advance.
-Dirk
I am new to Zabbix and I have read through the various posts using the search utility but cannot find anyone who has the same issue that I am currently experiencing...
I am installing Zabbix on a Linux named PCLinux. I have installed other packages on here without incident but I am getting an error when I try to install the ZABBIX package, using the command:
./configure --enable-server --with-mysql --with-net-snmp --enable-agent
It goes through alot of the process and I get a line after while that reads:
configure: error: Invalid MySQL Directory - unable to find mysql.h
MySQL is installed and running and being used by another application - the tables supplied with the .sql files installed fine into the database. However I am clueless why it is having a problem finding it? Is there an environment variable that possibly isn't set?
Thanks in advance.
-Dirk
Comment