Posted by gquiring@gmail.com on 09/28/07 18:20
On Sep 27, 2:12 pm, "gquir...@gmail.com" <gquir...@gmail.com> wrote:
> I get a core dump while trying make install for PHP 5.2.4. Solaris 9
> (Sparc), gcc 3.4.6.
>
>
Here is how to compile PHP with PDO_INFORMIX. The IBM page is wrong
using buildconf which causes the errors.
Do the usual PHP stuff:
../configure
make
make install
then copy the PDO_INFORMIX1.1 to ext/PDO_INFORMIX
cd PDO_INFORMIX
phpize
../configure
make
make install
Add extension to php.ini:
extension=pdo_informix.so
All works as it should.
Gary Quiring
Navigation:
[Reply to this message]
|