Subject Re: [firebird-support] UDF + FreePascal + Firebird 1.5
Author Guto
> Did you enable UDF's by
> * setting the 'RootDirectory = /opt/firebird
> * uncommenting the 'UdfAccess = Restrict UDF' line
>
> My UDFs would not work until I had did both modifications
> (applied in the order shown). You should not require the
> latter but it does not hurt to explicitly configure things.

I already do this...

> If this is on linux try

Its FreeBSD

> nm -g teste.so | grep -i intmax
> which should show you the name of the entry point
> (on the line of the form ' T intmax')
> within the .so (hint: some compilers can append a prefix).

But I try and the entry was there.

Well the problem remains...
Will be the OS (FreeBSD)?

Thanks,

Guto