Hi,
I am currently trying to install Zabbix 2.0 on a RHEL 6 server. However, when I try to do the ./configure command, I am getting error:
With the following error in the config.log
I don't have any experience in Zabbix and I have a basic knowledge of Linux. I searched over the web and found a website detailing how to install dependencies first on Linux, but when I did it, I also encountered problem in installing the dependencies. Can anyone help shed some light here? Thanks!
I am currently trying to install Zabbix 2.0 on a RHEL 6 server. However, when I try to do the ./configure command, I am getting error:
Code:
configure: exit 77
Code:
configure:3363: gcc conftest.c >&5 /usr/libexec/gcc/x86_64-redhat-linux/4.4.6/cc1: error while loading shared libra ries: libmpfr.so.1: cannot open shared object file: No such file or directory configure:3367: $? = 1 configure:3405: result: no configure: failed program was: | /* confdefs.h */
Comment