Hi, At the begining sorry about my english.
I have fresh install of Debian plus firebird2-classsic-server package. Installed gcc and make.
Downloaded rfunc. Compiled sucessfully as rfunc file.
udf function is installed corectly by
DECLARE EXTERNAL FUNCTION INTTOSTR INTEGER, CSTRING(256) RETURNS CSTRING(256) ENTRY_POINT 'fn_inttostr' MODULE_NAME 'rfunc';
but problem is after copying (instaling) rfunc file to firebird UDF directory /usr/lib/firebird2/UDF
when executing udf function have this error:
access to UDF library "librfunc.so" is denied by server administrator
when rename file rfunc to librfunc.so have another error:
invalid request BLR at offset 113 function INTTOSTR is not defined
I dont now why. renaming file to rfunc.so not gives success too.
Thanx
you need compile files /source/rfunc.conf or makefile6.linux and set all de path...
jonas
I have this problem also....
Give my e-mail.
jonas@jainfo.com.br msn - jonasalima@hotmail.com
Log in to post a comment.
Hi,
At the begining sorry about my english.
I have fresh install of Debian plus firebird2-classsic-server package.
Installed gcc and make.
Downloaded rfunc. Compiled sucessfully as rfunc file.
udf function is installed corectly by
DECLARE EXTERNAL FUNCTION INTTOSTR
INTEGER, CSTRING(256)
RETURNS CSTRING(256)
ENTRY_POINT 'fn_inttostr' MODULE_NAME 'rfunc';
but problem is after copying (instaling) rfunc file to firebird UDF directory /usr/lib/firebird2/UDF
when executing udf function have this error:
access to UDF library "librfunc.so" is denied by server administrator
when rename file rfunc to librfunc.so have another error:
invalid request BLR at offset 113 function INTTOSTR is not defined
I dont now why. renaming file to rfunc.so not gives success too.
Thanx
you need compile files /source/rfunc.conf or makefile6.linux and set all de path...
jonas
I have this problem also....
Give my e-mail.
jonas@jainfo.com.br
msn - jonasalima@hotmail.com