Subject Re: [firebird-php] php config error with option --with-interbase
Author Paul
melvinhcox wrote:

> [Main message previously posted to firebird-support]
>
> -------------------------------------------------------------
> Addendum:
>
> The syntax I am using is:
>
> ./configure --prefix=/wwwroot/php --with-apxs2=/wwwroot/bin/apxs --
> with-config-file-path=/wwwroot/php --with-
> interbase=shared,/opt/firebird
>
Hi,
We had similar problems with version php5.0.x, Suse 10...upgraded to
php5.1.2 and used
--with-interbase=/opt/interbase
--with-apxs2=/usr/local/apache2/bin/apxs --with-gd --with-zlib-dir=/usr/lib
and this worked.

--with-interbase=shared,/opt/interbase failed in both cases.

hth
Paul