Hello Support,
I am currently resolving to build a remote monitoring system so I can monitor other clients machine and gain knowledge
in advance before providing them with support. I installed Zabbix 1.1.6 but I found out that the frontend php files did not have a
setup.php or install.php file to carry on with the installation. This is in contrary to what is specified in your documentation. I nevertheless
persevered to upgrade to Zabbix 1.3.3 ( I do understand is beta ). I managed to upgrade the database and frontend php files. I then
did php install, went through the necessary onscreen instructions. Everything looked perfect until after I clicked on the "Finish" button.
It took me back to the beginning of the frontend install!
You have to bear in mind that I am still using Zabbix 1.1.6 as server. Please instruct me on how to upgrade this. When I run the install
of Zabbix 1.3.3 (./configure --enable-server --with-mysql) the make install bit fails with the following error code :
ritm# make install
Making install in src
Making install in libs
Making install in zbxcrypto
if gcc -DHAVE_CONFIG_H -I. -I. -I../../../include -g -O2 -MT md5.o -MD -MP -MF ".deps/md5.Tpo" -c -o md5.o md5.c; then mv -f i
In file included from ../../../include/common.h:31,
from md5.c:54:
../../../include/sysinc.h:342:24: curl/curl.h: No such file or directory
*** Error code 1
Stop in /usr/home/rajen/zabbix-1.3.3/src/libs/zbxcrypto.
*** Error code 1
Stop in /usr/home/rajen/zabbix-1.3.3/src/libs.
*** Error code 1
Stop in /usr/home/rajen/zabbix-1.3.3/src.
*** Error code 1
Stop in /usr/home/rajen/zabbix-1.3.3.
ritm#
I ran "make distclean" prior to all of this and then ran the configure file. Any suggestions on this will be great.
P.S. I have also tried ./configure --enable-server --with-mysql --enable-agentd --with-libcurl. Same error.
Please advise as to how I can do a successful upgrade from 1.1.6 to 1.3.3. I am using FreeBSD 6 + Apache
2.2 + PHP 5 + MySQL 5.
Regards,
Rajen
I am currently resolving to build a remote monitoring system so I can monitor other clients machine and gain knowledge
in advance before providing them with support. I installed Zabbix 1.1.6 but I found out that the frontend php files did not have a
setup.php or install.php file to carry on with the installation. This is in contrary to what is specified in your documentation. I nevertheless
persevered to upgrade to Zabbix 1.3.3 ( I do understand is beta ). I managed to upgrade the database and frontend php files. I then
did php install, went through the necessary onscreen instructions. Everything looked perfect until after I clicked on the "Finish" button.
It took me back to the beginning of the frontend install!
You have to bear in mind that I am still using Zabbix 1.1.6 as server. Please instruct me on how to upgrade this. When I run the install
of Zabbix 1.3.3 (./configure --enable-server --with-mysql) the make install bit fails with the following error code :
ritm# make install
Making install in src
Making install in libs
Making install in zbxcrypto
if gcc -DHAVE_CONFIG_H -I. -I. -I../../../include -g -O2 -MT md5.o -MD -MP -MF ".deps/md5.Tpo" -c -o md5.o md5.c; then mv -f i
In file included from ../../../include/common.h:31,
from md5.c:54:
../../../include/sysinc.h:342:24: curl/curl.h: No such file or directory
*** Error code 1
Stop in /usr/home/rajen/zabbix-1.3.3/src/libs/zbxcrypto.
*** Error code 1
Stop in /usr/home/rajen/zabbix-1.3.3/src/libs.
*** Error code 1
Stop in /usr/home/rajen/zabbix-1.3.3/src.
*** Error code 1
Stop in /usr/home/rajen/zabbix-1.3.3.
ritm#
I ran "make distclean" prior to all of this and then ran the configure file. Any suggestions on this will be great.
P.S. I have also tried ./configure --enable-server --with-mysql --enable-agentd --with-libcurl. Same error.
Please advise as to how I can do a successful upgrade from 1.1.6 to 1.3.3. I am using FreeBSD 6 + Apache
2.2 + PHP 5 + MySQL 5.
Regards,
Rajen
Comment