Hi,

I used in my program for UDF function ib_util_malloc for allocation 
memory. One of these is for example utoday(). When I use it in query I 
get error message 'undefined symbol: ib_util_malloc '

SQL> select first 1 utoday() from bool;

/opt/firebird/bin/isql: symbol lookup error: 
/usr/lib/firebird/2.5/UDF/udf_gios: undefined symbol: ib_util_malloc

I'm trying to find on web any information to resolve this problem but 
unsuccessfully.

I join some info about server:

----------------
Distributor ID: Ubuntu
Description:    Ubuntu 12.04.1 LTS
Release:        12.04
Codename:       precise
----------------
gsec version LI-V2.5.1.26351 Firebird 2.5
----------------

/etc/ld.so.conf.d/i686-linux-gnu.conf

contains

/lib/i386-linux-gnu
/usr/lib/i386-linux-gnu
----------------
finding library"

find / -name libib_util.so
/usr/lib/i386-linux-gnu/libib_util.so
----------------
ldconfig -p | grep libib_util.so
         libib_util.so (libc6) => /usr/lib/i386-linux-gnu/libib_util.so
----------------

Please, can I help me to resolve problem with correct allocation memory 
in UDF functions.

Thanks


------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Visit http://www.firebirdsql.org and click the Resources item
on the main (top) menu.  Try Knowledgebase and FAQ links !

Also search the knowledgebases at http://www.ibphoenix.com 

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/firebird-support/

<*> Your email settings:
    Individual Email | Traditional

<*> To change settings online go to:
    http://groups.yahoo.com/group/firebird-support/join
    (Yahoo! ID required)

<*> To change settings via email:
    [email protected] 
    [email protected]

<*> To unsubscribe from this group, send an email to:
    [email protected]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/

Reply via email to