Subject | Re: [firebird-support] how to change firebird 2.1.3 installation path |
---|---|
Author | Philippe Makowski |
Post date | 2011-01-26T20:56:09Z |
2011/1/25 tomjanczkadao <tomjancz@...>
./autogen.sh --prefix=/usr/lib/firebird
make
make dist
and you'll get a tar.gz ready for that
> Hiyou can build Firebird using
> 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.
>
./autogen.sh --prefix=/usr/lib/firebird
make
make dist
and you'll get a tar.gz ready for that