Subject Re: [firebird-php] PHP-Firebird on Fedora c4
Author GATSOpower
Petro F. ha scritto:
> Hi All,
>
> I need PHP-Firebird on Fedora C4, php v. 5.0.4-10.
> I have installed Firebird 1.5 from binary distribution into /opt/firebird
> I tried to compile interbase.so from php-source by executing:
>
> ./configure --with-apxs=/usr/local/psa/admin/bin/apxs
> --with-interbase=shared,/opt/firebird
> make
>
> But after that there's no 'interbase.so' on my box ( I was runningn.
> And I cannot find php-firebird.rmp appropriate for my PHP version.
>
> Any help is appreciated.
>
>
You have to add this to your php.ini
extension=interbase.so
and try to restart apache.
If doesn't work check that the extension dir is correct.
(excusme for my english)( i'm italian the champion of the world)