Edit report at https://bugs.php.net/bug.php?id=61154&edit=1
ID: 61154 Updated by: s...@php.net Reported by: wayne dot krauth at insuranceautomationgroup dot co Summary: configure fails with Oracle Instantclient 11.2 Status: Assigned Type: Bug Package: OCI8 related Operating System: aix 6.1 PHP Version: 5.3.10 Assigned To: sixd Block user comment: N Private report: N New Comment: What created libclntsh.so.11.2? The instantclient-basic-aix.ppc64-11.2.0.3.0.zip and instantclient-basic-aix.ppc32-11.2.0.3.0.zip files only contain libclntsh.so What's your configure line? Previous Comments: ------------------------------------------------------------------------ [2012-02-21 15:04:35] wayne dot krauth at insuranceautomationgroup dot co Description: ------------ Trying to build php 6.3.10 on AIX 6.1, and including the oci8 InstantClient 11.2 from Oracle fails at the configure stage. Configure reports: checking Oracle Instant Client library version compatibility... configure: error: Oracle Instant Client libraries libnnz.so and libclntsh.so not found I modified the configure script to solve this problem, changing a 1 to a 2 as seen in the before and after lines: # OCI8_LCS=`ls $OCI8_LCS_BASE.*.1 2> /dev/null | tail -1` # Oracle 10g, 11g etc OCI8_LCS=`ls $OCI8_LCS_BASE.*.2 2> /dev/null | tail -1` # Oracle 10g, 11g etc ------------------------------------------------------------------------ -- Edit this bug report at https://bugs.php.net/bug.php?id=61154&edit=1