Subject | RE: [firebird-support] UDF access in FB 1.5 |
---|---|
Author | Alan McDonald |
Post date | 2005-02-17T12:54:41Z |
> In certain moment we gave 'public' rights to UDF directory. ItOK -
> didn't helped at
> all.
>
> Marcin
1. make sure you are not using the full path to UDF - it's a relative path
expected.
so as said before
UdfAccess = Restrict UDF
is enough.
2. change the UDF directory permissions to firebird/firebird
3. tell me what UDF libs you are trying to use. the default ones? or
something you compiled?
Alan