Subject RE: [firebird-php] Firebird/PHP/Apache installation howto for Linux (FC4)?
Author Nigel Weeks
> As a total newbie to the wonderful world of PHP &
> Firebird under
> Linux, I was wondering whether anyone could direct me to some sort of
> howto guide on actually getting the Firebird functions working under
> PHP. So far, I have looked under both the Firebird and PHP sites and
> have found some fairly general info, but I was after something more
> comprehensive. Specifically, I need information relevant to FC4 if at
> all possible.
>
> Also, is there an FAQ somewhere for this list? Thanks in anticipation.
>
>



If you choose FreeBSD(another open-source unix) instead of Linux, here's the
complete walkthrough:

su to root
cd /usr/ports/databases/firebird-server (install Firebird)
make install
cd /usr/ports/www/apache13_modssl (you can install any apache you
wish)
make install
cd /usr/ports/www/mod_php5 (install the latest php5)
make install
cd /usr/ports/databases/php5_interbase (and the connector between php5
and firebird)
make install

Done. Too easy!

Nige.