From: <no...@so...> - 2001-11-24 09:51:28
|
Bugs item #484627, was opened at 2001-11-22 10:20 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=109028&aid=484627&group_id=9028 Category: Core Engine Group: Initial Bug Status: Open Resolution: None Priority: 5 Submitted By: Michael Gast (mgast) Assigned to: Nobody/Anonymous (nobody) Summary: UDF are not longer accessible Initial Comment: When i try to use an existing UDF i get the error message: function <FUNCTION_NAME> is not defined. The UDF library and all UDF definitions are working fine with prior Firebird releases except RC1. My Firebird installation is running under Suse Linux 7.1. ---------------------------------------------------------------------- Comment By: Fabiano Bonin (fabianobonin) Date: 2001-11-24 01:51 Message: Logged In: YES user_id=346895 I renamed my udflib (from MERS) to ib_udf and recreate the functions and it still doesn't works. ---------------------------------------------------------------------- Comment By: Fabiano Bonin (fabianobonin) Date: 2001-11-23 04:02 Message: Logged In: YES user_id=346895 It's happening to me, too. My system is a RedHat 7.1 I was expecing to migrate all my clients to FB, but i coldn't do it now because of this. ---------------------------------------------------------------------- Comment By: Michael Gast (mgast) Date: 2001-11-22 23:15 Message: Logged In: YES user_id=382978 I try to use the MERS UDF library. The file is named 'udflib'. There is no prefix and no extension. It is an ELF library compiled with GCC(egcs-2.91.66 from 03/14/1999). I used this library with all former versions of Interbase 6 and Firebird for the last two years. Only RC1 does not find the entry points within the module. The standard UDF library can be used. As both libraries are in the same directory, it cannot ne a problem of the UDF path. ---------------------------------------------------------------------- Comment By: Mark ODonohue (skywalker) Date: 2001-11-22 17:38 Message: Logged In: YES user_id=57768 The way linux/unix firebird loads ib_util, it will not find the library if it has a lib prefix or a .so extension. (This is fixed in fb2). The next unix install for fb1 will leave it as ib_util. ---------------------------------------------------------------------- You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=109028&aid=484627&group_id=9028 |