Subject Re: Firebird 2.1.3 (ibase_server_info(): unknown ISC error 0)
Author jbondc
--- In firebird-php@yahoogroups.com, Ricardo Uzcategui <ricardo.uzcategui@...> wrote:
>
> A Question..
>
> Where you locate the firebird.so for firebird 2.1.3 binary to access from
> php ?
>

What I did roughly for php 5.2.13:

wget http://ca2.php.net/get/php-5.2.13.tar.gz/from/ca.php.net/mirror
tar zxvf php-5.2.13.tar.gz

cd php-5.2.13/ext/interbase/
phpize
make

That creates php-5.2.13/ext/interbase/modules/interbase.so

You can also do
cd php-5.2.13
./configure --with-interbase=shared
make