wmo
06-03-2007, 09:20
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:
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
This all goes without problems.
So now i want to do the following:
shell> ./configure --enable-server --enable-agent --with-mysql --with-net-snmp
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
This all goes without problems.
So now i want to do the following:
shell> ./configure --enable-server --enable-agent --with-mysql --with-net-snmp
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.