Hi, I am trying to install zabbix-1.8.3, I am facing two problems. Firstly, when I started installing zabbix by running the ./configure ..... comand, at the end it generate the following error and not allow me to run make
checking for -rdynamic linking option... yes
checking if Oracle support is enabled... no
checking for mysql_config... /usr/bin/mysql_config
checking for main in -lmysqlclient ... yes
checking for function PQserverVersion()... no
checking for Zabbix server database selection... ok
checking for multirow insert statements... yes
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for gawk... (cached) gawk
checking for curl-config... /usr/bin/curl-config
checking for the version of libcurl... 7.12.1
checking for libcurl >= version 7.13.1... no
checking for net-snmp-config... no
configure: error: Invalid NET-SNMP directory - unable to find net-snmp-config
but when I check the net-snmp it was installed, as I received the result of the command rpm -qa | grep -i net-snmp
net-snmp-5.1.2-11.EL4.7
net-snmp-libs-5.1.2-11.EL4.7
net-snmp-utils-5.1.2-11.EL4.7
-------------------------------------------------
then I remove the --with-net-snmp from ./configure ..... command, so it complete and allow me to run make and make install.
But when I copied the php folder at /var/www/html and try to access it in the browser, it give no output just a blank white web page.
Apache is running .....
So I tried my level best to discribe my problem, can any one help me how to resole this problem.
checking for -rdynamic linking option... yes
checking if Oracle support is enabled... no
checking for mysql_config... /usr/bin/mysql_config
checking for main in -lmysqlclient ... yes
checking for function PQserverVersion()... no
checking for Zabbix server database selection... ok
checking for multirow insert statements... yes
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for gawk... (cached) gawk
checking for curl-config... /usr/bin/curl-config
checking for the version of libcurl... 7.12.1
checking for libcurl >= version 7.13.1... no
checking for net-snmp-config... no
configure: error: Invalid NET-SNMP directory - unable to find net-snmp-config
but when I check the net-snmp it was installed, as I received the result of the command rpm -qa | grep -i net-snmp
net-snmp-5.1.2-11.EL4.7
net-snmp-libs-5.1.2-11.EL4.7
net-snmp-utils-5.1.2-11.EL4.7
-------------------------------------------------
then I remove the --with-net-snmp from ./configure ..... command, so it complete and allow me to run make and make install.
But when I copied the php folder at /var/www/html and try to access it in the browser, it give no output just a blank white web page.
Apache is running .....
So I tried my level best to discribe my problem, can any one help me how to resole this problem.
Comment