Ciao a tutti
nel tentativo di installare l'estensione pecl db2 ho trovato il seguente problema:
download ibm_db2-1.9.3.tgz (ho già installato DB2 Express C)
tar xzvf ibm_db2-1.9.3.tgz
$phpize
$./configure --with-IBM_DB2=/opt/ibm/db2/V9.7
$make
$make test

Dopo il make test ottengo i seguenti errori
================================================== ===================
FAILED TEST SUMMARY
---------------------------------------------------------------------
IBM-DB2: Call a stored procedure in a different binding pattern
[tests/test_148_CallSPDiffBindPattern_01.phpt]
IBM-DB2: check for connect deallocator functioning to rollback and disconnect if
there is any active transaction [tests/test_connect_deallocator.phpt]
================================================== ===================
Come posso risolvere?
Su internet sembra esserci molto poco in merito