Ad Widget

Collapse

Erro na instalação

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • rmatielo
    Junior Member
    • Jun 2016
    • 17

    #1

    Erro na instalação

    Estou instalado o Zabbix 3.0 via Source e tomei o seguinte erro após executar o comando "make install", alguém pode me ajudar?

    db.c:27:20: error: mysql.h: No such file or directory
    db.c:28:21: error: errmsg.h: No such file or directory
    db.c:29:27: error: mysqld_error.h: No such file or directory
    db.c:54: error: expected specifier-qualifier-list before âMYSQL_RESâ
    db.c:96: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token
    db.c: In function âis_recoverable_mysql_errorâ:
    db.c:250: error: âconnâ undeclared (first use in this function)
    db.c:250: error: (Each undeclared identifier is reported only once
    db.c:250: error: for each function it appears in.)
    db.c:252: error: âCR_CONN_HOST_ERRORâ undeclared (first use in this function)
    db.c:253: error: âCR_SERVER_GONE_ERRORâ undeclared (first use in this function)
    db.c:254: error: âCR_CONNECTION_ERRORâ undeclared (first use in this function)
    db.c:255: error: âCR_SERVER_LOSTâ undeclared (first use in this function)
    db.c:256: error: âCR_UNKNOWN_HOSTâ undeclared (first use in this function)
    db.c:257: error: âER_SERVER_SHUTDOWNâ undeclared (first use in this function)
    db.c:258: error: âER_ACCESS_DENIED_ERRORâ undeclared (first use in this function)
    db.c:259: error: âER_ILLEGAL_GRANT_FOR_TABLEâ undeclared (first use in this function)
    db.c:260: error: âER_TABLEACCESS_DENIED_ERRORâ undeclared (first use in this function)
    db.c:261: error: âER_UNKNOWN_ERRORâ undeclared (first use in this function)
    db.c: In function âzbx_db_connectâ:
    db.c:286: error: âmy_boolâ undeclared (first use in this function)
    db.c:286: error: expected â;â before âmysql_reconnectâ
    db.c:384: error: âconnâ undeclared (first use in this function)
    db.c:390: error: âCLIENT_MULTI_STATEMENTSâ undeclared (first use in this function)
    db.c:402: error: âMYSQL_OPT_RECONNECTâ undeclared (first use in this function)
    db.c:402: error: âmysql_reconnectâ undeclared (first use in this function)
    db.c: In function âzbx_db_closeâ:
    db.c:674: error: âconnâ undeclared (first use in this function)
    db.c: In function âzbx_db_vexecuteâ:
    db.c:1144: error: âconnâ undeclared (first use in this function)
    db.c: In function âzbx_db_vselectâ:
    db.c:1366: error: âstruct zbx_db_resultâ has no member named âresultâ
    db.c:1368: error: âconnâ undeclared (first use in this function)
    db.c:1385: error: âstruct zbx_db_resultâ has no member named âresultâ
Working...