Subject Re: [firebird-support] Re: UDF: ib_util_malloc vs. malloc
Author Helen Borrie
At 09:21 PM 7/08/2005 +0600, you wrote:

> >> Probably, ib_util.so (in Windows FB version its name is ib_util.dll, I
> >> don't know *nix name exactly)?
>
>v> I did a locate on ib_util, and only got ib_util.h in the include
>v> files. That only contains a forward declaration for ib_util_malloc.
>v> Further, a strings in /usr/lib on *.a and *.so (strings *.a *.so |
>v> grep ib_util) leads to nothing. What file should I be linking to?

You want libib_util.so. It is symlinked from /usr/lib, pointing to
/opt/firebird/lib/libib_util.so.

./heLen