Ad Widget

Collapse

make error

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • jimmy4413
    Junior Member
    • Oct 2010
    • 12

    #1

    make error

    Hi to all,

    I'm installing zabbix 1.8.3 on a VM with redhat 5, with lampp as my server, php, MySQL, etc............
    As such as used this line as my configure command :

    # ./configure --enable-server --enable-agent --with-mysql=/opt/lampp/bin/mysql
    --with-net-snmp

    The command works fine, and I start the make command :

    # make install

    And i get this error message :


    make[3]: entrant dans le répertoire « /product/zabbix-1.8.3/src/libs/zbxdb »
    gcc -DHAVE_CONFIG_H -I. -I../../../include -g -O2 -MT db.o -MD -MP -MF .deps/db.Tpo -c -o db.o db.c
    db.c: In function âzbx_db_connectâ:
    db.c:139: erreur: âCLIENT_MULTI_STATEMENTSâ undeclared (first use in this function)
    db.c:139: erreur: (Each undeclared identifier is reported only once
    db.c:139: erreur: for each function it appears in.)
    make[3]: *** [db.o] Erreur 1
    make[3]: quittant le répertoire « /product/zabbix-1.8.3/src/libs/zbxdb »
    make[2]: *** [install-recursive] Erreur 1
    make[2]: quittant le répertoire « /product/zabbix-1.8.3/src/libs »
    make[1]: *** [install-recursive] Erreur 1
    make[1]: quittant le répertoire « /product/zabbix-1.8.3/src »
    make: *** [install-recursive] Erreur 1



    I've been pulling my hair out over this for the better part of my afternoon........
    Help !!!!!!!!!

    Thanks to all in advance
Working...