On Thu, 2004-03-18 at 04:51, Luiz Gustavo Sarubi Macchi wrote:
> Please
> 
> I´m using Mandrake 9.1 and I need to use PHP with interbase !
> 
> So, I've been instaled the php430-devel and i built the extension of
> interbase like this:
> phpize
> after that  ./configure --with-interbase=/opt/interbase/
> and after make install
> the extension was add !
> 
> so when i try to access the database, the php reports an error like:
> 
> Fatal error: Call to undefined function: ibase_connect() in... 

did you download the source and compile it? You might want to download a
stable release of PHP and see if that works for you. There is the PHP
4.3.4 version that might work for you.

http://www.php.net/downloads.php

I would use PHP 4.3.4 and see how that works out and compile in
interbase.

Is interbase installed in /opt/interbase or /usr/interbase?

In your configure like does it make a difference is you do this
instead?:

./configure --with-interbase=/opt/interbase



--
Ray

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to