Hi everyone,
I'm trying to install zabbix on Ubuntu Drapper, and when I try to compile it throws this error (as from config.log):
xx01@ubsrv01:~/kits/zabbix-1.1.1$ $ ./configure --prefix=/usr --with-mysql --with-net-snmp --enable-server --enable-agent
-bash: $: command not found
xx01@ubsrv01:~/kits/zabbix-1.1.1$ configure:6656: error: Invalid MySQL directory - unable to find mysql.h
-bash: configure:6656:: command not found
What I should do?
I'm trying to install zabbix on Ubuntu Drapper, and when I try to compile it throws this error (as from config.log):
xx01@ubsrv01:~/kits/zabbix-1.1.1$ $ ./configure --prefix=/usr --with-mysql --with-net-snmp --enable-server --enable-agent
-bash: $: command not found
xx01@ubsrv01:~/kits/zabbix-1.1.1$ configure:6656: error: Invalid MySQL directory - unable to find mysql.h
-bash: configure:6656:: command not found
What I should do?
Comment