Hi all,
after having troubles with 1.3.2 (and no anwsers
) i downloaded 1.3.3 and followed the "manual"
Now i've set-up mysql 5.0.32, created a user zabbix and ran the:
This all goes without problems.
So now i want to do the following:
And then i gives me this error:
configure: error: no acceptable C compiler found in $PATH
When i look in the log i have no idea what to look for. It's a normal Debian installation and version 1.1.6 has been running on it for weeks without any problems.
So, again, please help me out here.
after having troubles with 1.3.2 (and no anwsers
) i downloaded 1.3.3 and followed the "manual"Now i've set-up mysql 5.0.32, created a user zabbix and ran the:
shell> mysql -u<username> -p<password>
mysql> create database zabbix;
mysql> quit;
shell> cd create/mysql
shell> cat schema.sql |mysql -u<username> -p<password> zabbix
shell> cd ../data
shell> cat data.sql |mysql -u<username> -p<password> zabbix
shell> cat images.sql |mysql -u<username> -p<password> zabbix
mysql> create database zabbix;
mysql> quit;
shell> cd create/mysql
shell> cat schema.sql |mysql -u<username> -p<password> zabbix
shell> cd ../data
shell> cat data.sql |mysql -u<username> -p<password> zabbix
shell> cat images.sql |mysql -u<username> -p<password> zabbix
So now i want to do the following:
shell> ./configure --enable-server --enable-agent --with-mysql --with-net-snmp
configure: error: no acceptable C compiler found in $PATH
When i look in the log i have no idea what to look for. It's a normal Debian installation and version 1.1.6 has been running on it for weeks without any problems.
So, again, please help me out here.
Comment