Here is the guide on installing Firebird 2.5.1 from FreeBSD 9 Ports and creating your first test database; also we show you how to install Flamerobin GUI (administration tool) and the PHP driver for it. This was tested on fresh FreeBSD 9 on a kvm-linux virtual machine.
Download a compressed snapshot of the Ports Collection into /var/db/portsnap.
# portsnap fetchOr update it. If you are running Portsnap for the first time, extract the snapshot into /usr/ports:
# portsnap extractIf you already have a populated /usr/ports directory and you are just updating, run the following command instead:
# portsnap updateEnter firebird server ports directory:
# cd /usr/ports/databases/firebird25-serverCompile and install firebird server:
# make -DPACKAGE_BUILDING# make install
Enable it by adding
firebird_enableView the Original article