Subject Re: [firebird-support] how to change firebird 2.1.3 installation path
Author Philippe Makowski
2011/1/25 tomjanczkadao <tomjancz@...>
> Hi
> The default installation path is /opt/firebird.
> How to change this path to /usr/lib/firebird/?
> I've tried to modify FBRootDir variable in install.sh and all other scripts (postinstall.sh etc), tried to modify buildroot.tar.gz, no success.
>
you can build Firebird using
./autogen.sh --prefix=/usr/lib/firebird
make
make dist
and you'll get a tar.gz ready for that