Ad Widget

Collapse

Help! Unable to configure Zabbix

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • roose
    Junior Member
    • Mar 2013
    • 9

    #1

    Help! Unable to configure Zabbix

    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:

    Code:
    configure: exit 77
    With the following error in the config.log
    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 */
    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!
  • BDiE8VNy
    Senior Member
    • Apr 2010
    • 680

    #2
    Maybe because lack of mpfr.
    Code:
    # yum provides \*/libmpfr.so.1
    Loaded plugins: fastestmirror, security
    Loading mirror speeds from cached hostfile
    mpfr-2.4.1-6.el6.i686 : A C library for multiple-precision floating-point
                          : computations
    Repo        : base
    Matched from:
    Filename    : /usr/lib/libmpfr.so.1

    Comment

    Working...