Subject | Error with UDF/FireBird 1.0.2/Woody |
---|---|
Author | José M.Llanes |
Post date | 2003-04-05T13:46:03Z |
Hi,
- Linux Debian 3.0 Woody "stable"
- Firebird-s32-server 1.0.2 "unstable/testing"
"ib_udf" run ok but i need use other udf like: "rfunc"
(http://members.fortunecity.com/polarissoft/Products/rFunc/rfunc.html)
copy rfunc to .../UDF and declare udf with:
DECLARE EXTERNAL FUNCTION DIF
INTEGER, DOUBLE PRECISION, DOUBLE PRECISION
RETURNS DOUBLE PRECISION BY VALUE
ENTRY_POINT 'fn_dif' MODULE_NAME 'rfunc';
when i do "select dif(....." show error:
"invalid request BLR at offset 22 function DIF is not defined
module name or entrypoint could not be found"
In RedHat 7.3 this work fine, i think about debian/firebird configuration
problem with UDFs, whats wrong ?
Well, Thanks
José
- Linux Debian 3.0 Woody "stable"
- Firebird-s32-server 1.0.2 "unstable/testing"
"ib_udf" run ok but i need use other udf like: "rfunc"
(http://members.fortunecity.com/polarissoft/Products/rFunc/rfunc.html)
copy rfunc to .../UDF and declare udf with:
DECLARE EXTERNAL FUNCTION DIF
INTEGER, DOUBLE PRECISION, DOUBLE PRECISION
RETURNS DOUBLE PRECISION BY VALUE
ENTRY_POINT 'fn_dif' MODULE_NAME 'rfunc';
when i do "select dif(....." show error:
"invalid request BLR at offset 22 function DIF is not defined
module name or entrypoint could not be found"
In RedHat 7.3 this work fine, i think about debian/firebird configuration
problem with UDFs, whats wrong ?
Well, Thanks
José