Subject | Re: [ib-support] Help! UDF call problem |
---|---|
Author | Helen Borrie |
Post date | 2001-10-10T13:59:01Z |
At 01:24 PM 10-10-01 +0000, you wrote:
helen
All for Open and Open for All
InterBase Developer Initiative ยท http://www.interbase2000.org
_______________________________________________________
>Hi,Have you re-booted the server machine since defining $INTERBASE in the init script? or since adding the configuration changes?
>
>I am installing Firebird 0.9.4 Classic Server on AIX 4.3.
>The installation path is different from usr/interbase (cf my other
>messages)
>I cannot make a call to UDF's, even ib_udf functions, getting the
>known message :
>
>INVALID REQUEST BLR at OFFSET...
>function ABS is not defined
>module name or entrypoint could not be found
>
>The definition of the function is as follows :
>
>DECLARE EXTERNAL FUNCTION abs
>DOUBLE PRECISION
>RETURNS DOUBLE PRECISION BY VALUE
>ENTRY_POINT 'IB_UDF_abs' MODULE_NAME 'ib_udf'
>
>
>the library is placed in /appli1/own/usr/interbase/UDF
>which is in fact $INTERBASE/UDF
>
>I have tried the following actions :
>- create a link usr/interbase to /appli1/own/usr/interbase
>- add the entry EXTERNAL_FUNCTION_DIRECTORY
>/appli1/own/usr/interbase/UDF in the isc_config file
>- copy the library in $INTERBASE/lib and $INTERBASE/bin
>
>The error persists...
>So... I need help!
helen
All for Open and Open for All
InterBase Developer Initiative ยท http://www.interbase2000.org
_______________________________________________________