Subject | Re: [ib-support] Error with UDF/FireBird 1.0.2/Woody |
---|---|
Author | Helen Borrie |
Post date | 2003-04-04T13:26:51Z |
At 10:03 AM 4/04/2003 -0300, you wrote:
heLen
>Hi,Could it be a question of case sensitivity? 'rFunc' and 'fn_DIf'
>- 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 ?
heLen