Subject Re: [firebird-support] UDF access in FB 1.5 - part II
Author Marcin Bury
Hello Alan and others

Finally I got the server in my hand again and starting the battle with UDF from
the beginning. Current situation is as follow:

- I have installed FB 1.5 over 1.03 from FB1.5 rpm (latest available)
- the install is default (/opt/firebird)
- FB 1.5 is running as root user
- UDF directory permission is set to firebird/firebird (as Alan sugested)
- firebird.conf has line UdfAccess = Restricted UDF
- read access of udflib.so - the library - is set to public

And still getting "Access to UDF library "libudflib.so.so" is denied by server
administrator" error message.

Anyone has a clue?

Marcin


----- Original Message -----
From: "Alan McDonald" <alan@...>
To: <firebird-support@yahoogroups.com>
Sent: Thursday, February 17, 2005 1:54 PM
Subject: RE: [firebird-support] UDF access in FB 1.5


>
> > In certain moment we gave 'public' rights to UDF directory. It
> > didn't helped at
> > all.
> >
> > Marcin
>
> OK -
> 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
>