Subject Re: [firebird-support] Re: fbudf under linux
Author Helen Borrie
At 11:41 AM 8/07/2003 +0000, you wrote:
>Thomas,
>
>My (linux) version of fb_udf does have an entry point called 'right'
>(checked with nm). I tried to copy fb_util almost everywhere, but it
>does not help.
>
>I tried to install firebird 1.5 CS on another linux box, and I could
>use fb_udf without any problem.

So - to be clear - you only have the problem on one machine?


>FB 1.5 comes with 2 udf libs: ib_udf.so and fb_udf.so

Frank S-G thinks the misnaming of fbudf.so as fb_udf.so is probably a typo.
So you can fix it (to comply with the declaration in fbudf.sql) with a
symlink inside the ../UDF directory:

ln -s fb_udf.so fbudf.so

heLen