If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to REGISTER before you can post. To start viewing messages, select the forum that you want to visit from the selection below.
1. Download the 1.8.3 source code and unzip
2. stop the Zabbix processes (Including httpd)
3 compile using the appropriate command line for your platform/setup
4. put the new frontend files into place
5. Restart Zabbix processes and httpd
Just FYI - There is not a stable release of 1.8.3 yet. They are still on Release Candidates.
Installation and Upgrade Notes
Installation
See Zabbix Manual for full details.
Upgrade
Recompile Zabbix binaries and update front-end PHP files. Execute a database patch if migating from Zabbix 1.6.x. See Zabbix Manual for a detailed upgrade procedure.
1. Download the 1.8.3 source code and unzip
2. stop the Zabbix processes (Including httpd)
3 compile using the appropriate command line for your platform/setup
4. put the new frontend files into place
5. Restart Zabbix processes and httpd
Just FYI - There is not a stable release of 1.8.3 yet. They are still on Release Candidates.
Installation and Upgrade Notes
Installation
See Zabbix Manual for full details.
Upgrade
Recompile Zabbix binaries and update front-end PHP files. Execute a database patch if migating from Zabbix 1.6.x. See Zabbix Manual for a detailed upgrade procedure.
I'm attempting my first upgrade of Zabbix, and well, it's not going to well
Ok, I have Zabbix 1.8.2 running on Ubuntu 10.04 and MySQL, and I'm trying to move to 1.8.3. I'm following the "Install from Source" guide to configure and compile the binary downloaded from the Zabbix site.
When running this command "./configure --enable-server --with-mysql --with-net-snmp --with-jabber --with-libcurl # for MySQL + Jabber + WEB monitoring" I receive an error stating that "configure: command not found"
What am I doing wrong? Command was run using sudo, and I can see the file "configure" is in the directory.
Comment