Ad Widget

Collapse

Libsqlora8-30002

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • jansonz
    Member
    • Dec 2006
    • 53

    #1

    Libsqlora8-30002

    Hello,

    My Zabbix dies with error:

    28832:20090316:164118 [Z3005] Query failed: [0] SLQORALIB *** FATAL *** : allocation of statement failed LIBSQLORA8-30002: Memory allocation error


    Im using latest zabbix 1.6.2 with Oracle DB. What could be the problem??
  • paulojbe
    Junior Member
    • May 2007
    • 9

    #2
    Hi,

    I think it could be a missusing or a bug in libsqlora8.
    What Oracle version are you using? I was trying to build Zabbix with Oracle 10g (libsqlora8 builds fine), but i cloudn't build zabbix due to "undefined references to sqlo*" errors like these:

    ....
    ../../src/libs/zbxdbcache/libzbxdbcache.a(dbcache.o)(.text+0x17e2):/usr/src/zabbix-1.6.2/src/libs/zbxdbcache/dbcache.c:906: undefined reference to `sqlo_close'
    ../../src/libs/zbxdbcache/libzbxdbcache.a(dbcache.o)(.text+0x1ad7):/usr/src/zabbix-1.6.2/src/libs/zbxdbcache/dbcache.c:535: undefined reference to `sqlo_close'
    ../../src/libs/zbxserver/libzbxserver.a(functions.o)(.text+0x172): In function `update_functions':
    /usr/src/zabbix-1.6.2/src/libs/zbxserver/functions.c:109: undefined reference to `sqlo_close'
    ../../src/libs/zbxserver/libzbxserver.a(functions.o)(.text+0x3a5):/usr/src/zabbix-1.6.2/src/libs/zbxserver/functions.c:179: more undefined references to `sqlo_close' follow
    collect2: ld returned 1 exit status
    make[3]: *** [zabbix_server] Error 1
    make[3]: Leaving directory `/usr/src/zabbix-1.6.2/src/zabbix_server'
    make[2]: *** [install-recursive] Error 1

    Comment

    Working...