Ad Widget

Collapse

Error duing Zabbix 1.4.1 Installation

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • nandu
    Junior Member
    • Aug 2007
    • 3

    #1

    Error duing Zabbix 1.4.1 Installation

    Hello,

    I am trying to install Zabbix 1.4.1 on a x86_64 machine running FC6. I am getting the following error while running the "configure" command. I am using postgres as the DB and I also have enabled SNMP support, Jabber messaging and web client support.

    The "configure" command and the last few lines of its output (containing the error message) is shown below:
    # ./configure --enable-server --with-pgsql --with-net-snmp --with-jabber --with-libcurl --enable-static

    checking for pg_config... /usr/bin/pg_config
    checking for PostgreSQL libraries... yes
    checking for ZABBIX server database selection... ok
    checking for pkg-config... /usr/bin/pkg-config
    checking pkg-config is at least version 0.9.0... yes
    checking for IKSEMEL... yes
    checking for getaddrinfo... yes
    checking for gawk... (cached) gawk
    checking for curl-config... /usr/bin/curl-config
    checking for the version of libcurl... 7.15.5
    checking for libcurl >= version 7.15.1... yes
    checking for main in -lgssapi_krb5 ... no
    configure: error: Not found gssapi_krb5 library


    If I don't specify the "--enable-static" option to the command, then everything is OK and I am able to build the binaries. But I want to do a static linking while creating the zabbix binaries.

    Also, the output of /usr/lib64/libgssapi_krb5* is shown below:
    -rw-r--r-- 1 root root 458306 Jun 27 12:22 /usr/lib64/libgssapi_krb5.a
    lrwxrwxrwx 1 root root 21 Aug 13 13:49 /usr/lib64/libgssapi_krb5.so -> libgssapi_krb5.so.2.2
    lrwxrwxrwx 1 root root 21 Aug 13 13:27 /usr/lib64/libgssapi_krb5.so.2 -> libgssapi_krb5.so.2.2
    -rwxr-xr-x 1 root root 171528 Jun 27 12:22 /usr/lib64/libgssapi_krb5.so.2.2

    Can anyone please let me know what the problem is. Thanks a lot for your help.

    Regards,
    Nandu
Working...