Subject Linux FC4 amd64x2 & php & firebird 2 rc1
Author binaryseti
Hi All,

I having problems connecting to firebird in php.
Specs :
FC4 running on amd64x2
php_5.04-10.5
Firebird 2.0.0.12484-ReleaseCandidate1

ibase_connect returns an error : "call to undifined function
ibase_connect"

I have tried running
./configure --with-interbase=/opt/firebird
make
make install
after this I checked that the interbase.so file was in /usr/lib/php
I also checked /ect/php.ini for the extension=interbase.so
after all of this I still get the same error
php works with mysql and I can connect to my firebird db in delphi.

help anyone