Ad Widget

Collapse

error message while installing zabbix 1.8.1

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • p-de-geus
    Junior Member
    • Mar 2010
    • 2

    #1

    error message while installing zabbix 1.8.1

    I have a Suse Enterprise Server 11 installation.

    i'm currently installing zabbix 1.8.1 on it.

    when i do the configure command i get a message that the curl-config is not found.

    i have Curl libcurl installed, but when searching for the curl-config i can't find it.

    can someone tell me how the create such a config file or an other way to solve it so i can install zabbix?



    EDIT:
    I'm now a bit further, i extraceted every thing needed to the file system. now i get the following error message:
    checking for main in -lcurl... no
    configure: error: not found libcurl library

    i used the following command:
    ./configure --enable-server --with-mysql=/usr/bin/mysql_config --with-net-snmp --with-libcurl
    Last edited by p-de-geus; 30-03-2010, 15:58.
  • zabbix_zen
    Senior Member
    • Jul 2009
    • 426

    #2
    Have you already installed curl-devel?

    Just a list of dependencies I've taken note in my install cookbook:

    php-gd php-bcmath php-cli php-common php-devel php-pdo php-mysql gcc net-snmp net-snmp-utils net-snmp-devel net-snmp-libs curl curl-devel libtool mysql-server mysql-devel mysql ntp

    Note:
    You might as well drop 1.8.1 as your goal and go for the just baked 1.8.2

    Comment

    • p-de-geus
      Junior Member
      • Mar 2010
      • 2

      #3
      the strange thing is, if been installing a couple of diferent curl packages that are needed. when i install libcurl it's gives a message that libidn.so.11 is needed.
      I did installed so i dont know why it's not able to find it


      The following dependencies are not recognized by the installer(zypper/software manager) of Suse:

      php-cli php-common php-devel gcc net-snmp-utils net-snmp-devel net-snmp-libs curl curl-devel

      Curl i installed by downloading it manually from there site. libcurl and libcurl-devel both not wanted to be installed because it's stating it's missing components wich are installed:S:S. i did extract the compressed files to the file system but still it's not found:S:S
      Last edited by p-de-geus; 31-03-2010, 09:42.

      Comment

      • mister
        Junior Member
        • Mar 2008
        • 7

        #4
        Try checking the config.log.

        The error message you see at the end is sometimes a long way from the bit that failed the test.

        Just note that the config.log has a lot of extra info logged after the initial error while the configure script exits. You'll need to track back in the log a ways from the end.

        Comment

        Working...