Subject | Re: [firebird-support] trouble intalling rfunc on linux |
---|---|
Author | Frank Schlottmann-Goedde |
Post date | 2005-12-08T05:12:19Z |
Jules schrieb:
And, you shouldn't edit the Makefile, but rfunc.linux to sth. like:
# ----------------------------
# Pathes (! NO DEFAULTS !)
# ----------------------------
#--- InterBases dirs
# Linux IB 5.õ
#IBASE = /usr/local/interbase
# Linux IB 6.õ, FB 1.x
IBASE = /opt/interbase
change '/opt/interbase' above to your path to firebird.
Frank
--
Fascinating creatures, phoenixes, they can carry immensely heavy loads,
their tears have healing powers and they make highly faithful pets.
- J.K. Rowling
> I run the makefile command from /home/root/firebird/rfunc/sourceSo I guess that you are using firebird and not interbase.
>
> can anyone please help me?
> INSTALLTO = "$(IBASE)/UDF"Are you sure that your firebird installation resides in /opt/interbase?
>
>
> ######## my representation is ITALLTO = "$(IBASE /opt/interbase)/UDF" ifeq ($(IBVENDOR),BORLAND)
And, you shouldn't edit the Makefile, but rfunc.linux to sth. like:
# ----------------------------
# Pathes (! NO DEFAULTS !)
# ----------------------------
#--- InterBases dirs
# Linux IB 5.õ
#IBASE = /usr/local/interbase
# Linux IB 6.õ, FB 1.x
IBASE = /opt/interbase
change '/opt/interbase' above to your path to firebird.
Frank
--
Fascinating creatures, phoenixes, they can carry immensely heavy loads,
their tears have healing powers and they make highly faithful pets.
- J.K. Rowling