1 --- firebird.org/src/jrd/fun.epp 2015-01-23 22:11:26.751475044 +0100
2 +++ firebird/src/jrd/fun.epp 2015-01-23 22:16:42.507322568 +0100
4 if (tryLibrary(LIBNAME, message[3]))
7 + /* fdo#72543: quote from https://bugs.freedesktop.org/show_bug.cgi?id=72543#c8
8 + "we don't need UDF support for embedded firebird,
9 + hence the lack of ib_util isn't an issue and can safely be ignored"
10 // all failed - log error
11 gds__log("ib_util init failed, UDFs can't be used - looks like firebird misconfigured\n"
12 "\t%s\n\t%s\n\t%s\n\t%s", message[0].c_str(), message[1].c_str(),
13 message[2].c_str(), message[3].c_str());
17 void* IbUtil::alloc(long size)