On Tuesday 28 August 2001 07:43, Todd Cary wrote:
> I am new to the Linux environment - currently using
> IIS/PHP/Interbase.
>
> What do I need in order to have Interbase running with PHP on a linux
> 7.1 platform? I have Interbase 6 installed and I have PHP 4.0.4pl1
> loaded. The php.ini file has the extension interbase.so uncommented,
> but I do not see a interbase.so file on my sytem.
Hi,
php has to be compiled with interbase support.
I did it like this:
./configure --with-interbase=/opt/interbase--with-apxs
I had the same problem than you, since my distro included php, but
without ibase support.
> Many thanks..........
>
> Todd
--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]