Ad Widget

Collapse

Zabbix 2.2.8 with Oracle support compile error

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • oitss
    Member
    • Dec 2013
    • 62

    #1

    Zabbix 2.2.8 with Oracle support compile error

    ../../src/libs/zbxdbhigh/libzbxdbhigh.a(libzbxdbhigh_a-db.o): In function `zbx_db_insert_add_values_dyn':
    /root/rpmbuild/BUILD/zabbix-2.2.8/src/libs/zbxdbhigh/db.c:2274: undefined reference to `zbx_strlen_utf8_n'
    collect2: ld returned 1 exit status

    there is no function zbx_strlen_utf8_n in common.h since 2.2.8:

    size_t<>zbx_strlen_utf8_nchars(const char *text, size_t utf8_maxlen);
    size_t<>zbx_strlen_utf8_nbytes(const char *text, size_t maxlen);
  • oitss
    Member
    • Dec 2013
    • 62

    #2

    Comment

    Working...