Hi,
I´ve some trouble with building zabbix 1.1 alpha 12 on a Mac OS X 10.4.2 client system. It first starts with make not finding my mysql 4.0.x installation, stops with an error message mysqlclient can´t be found. So i´ve downloaded the latest stable 4.1 and calling make stops with some error messages telling some mysql functions are missing. So I thought it would be a good idea to just trash the zabbix folder and get a new one by unpacking the tar archieve. I ran ./configure --with-mysql everything looks good so far. The make comes out with the following output:
Making all in src
make[2]: Nothing to be done for `all-am'.
make[1]: Nothing to be done for `all-am'.
To be sure my system is ok I´ve downloaded the latest stable zabbix 1.0, build it, created configuration files and all daemons are running without trouble.
What´s wrong with me and Zabbix 1.1? Any suggestions what to do to make make run again?
I´ve some trouble with building zabbix 1.1 alpha 12 on a Mac OS X 10.4.2 client system. It first starts with make not finding my mysql 4.0.x installation, stops with an error message mysqlclient can´t be found. So i´ve downloaded the latest stable 4.1 and calling make stops with some error messages telling some mysql functions are missing. So I thought it would be a good idea to just trash the zabbix folder and get a new one by unpacking the tar archieve. I ran ./configure --with-mysql everything looks good so far. The make comes out with the following output:
Making all in src
make[2]: Nothing to be done for `all-am'.
make[1]: Nothing to be done for `all-am'.
To be sure my system is ok I´ve downloaded the latest stable zabbix 1.0, build it, created configuration files and all daemons are running without trouble.
What´s wrong with me and Zabbix 1.1? Any suggestions what to do to make make run again?
Comment