Subject Re: [firebird-support] trouble intalling rfunc on linux
Author Helen Borrie
At 04:12 PM 8/12/2005 +0100, you wrote:
>Jules wrote:
> > INSTALLTO = "$(IBASE)/UDF"
>
>As Frank wrote, you shouldn't touch this. $(IBASE) means "take the value
>of IBASE variable and put it here. Since you're using Firebird 1.0, the
>correct value for IBASE variable is /opt/interbase.
>
>IBASE = /opt/interbase

For Fb 1.0, AFAIR, it's actually /usr/local/interbase. We didn't move to
/opt till 1.5.

The best thing will be to run a 'env' to inspect the environment variables
and see where it's pointing, specifically whether it's pointing to the
right place....

./heLen