I have simillar problem. i put udfaccess = full into firebord.conf file. then i have got error something like 'couldn't find entry point...'. my server run on freebsd. i checked udf directory and library is there. i tried add .so extension but it doesn't help.
udf library installed with firebird works fine.
i tested rfunc library on windows xp and all is ok.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello everybody,
the error message above is returned me when I try to commit the creation of a stored procedure containing the rFunc function StrReplace.
Note that the stored procedure is compiled without problems, but when I put the COMMIT the error is returned.
I need to put the COMMIT in order to use the stored procedure, otherwise the compiler tell me that the procedure doesn't exists.
I have this error with both version 2.1.3.1. and 2.1.2.4. Also the rtest.sql script give me the error.
I use Firebird 1.5 1.4481 on Windows XP Professional SP1.
The script I used to generate the UDFs is rfunc6.sql.
Anybody can help me ?
Thanks in advice
Giuseppe Garzotto
g_garzotto@libero.it
I solved the problem.
It is only necessary put the row
UdfAccess = Full
in the firebird.conf file.
Regards
Giuseppe Garzotto
g_garzotto@libero.it
I have simillar problem. i put udfaccess = full into firebord.conf file. then i have got error something like 'couldn't find entry point...'. my server run on freebsd. i checked udf directory and library is there. i tried add .so extension but it doesn't help.
udf library installed with firebird works fine.
i tested rfunc library on windows xp and all is ok.