Skip to Main Content

DevOps, CI/CD and Automation

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Installing PHP OCI8 extension on SLES 11 with PHP 5.6.3 Oracle Instantclient 12.1 and APACHE2

879546a4-6239-409c-9304-24b9a46515b2Feb 13 2015 — edited Feb 14 2015

I am attempting to install the OCI8 extension. The OCI8 extension version is oci-2.0.8.

The configure script to install is "./configure --with-oci8=instantclient,/usr/lib/oracle/12.1/client64/lib".

The configure runs ok. But when I run make test, it fails on every single oci test.

The install directory of instantclient is "/usr/lib/oracle/12.1/client64"

I have also declared $ORACLE_HOME and $LD_LIBRARY_PATH, and also declared instantclient in the path.

I have also installed Perl on the server and that runs script's to update the remote oracle database. So the issue is not with instantclient.

I am not sure what to do. Have spent 2 days on this issue. Any help will be greatly appreciated.

Thanks.

Comments

Processing
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Mar 14 2015
Added on Feb 13 2015
1 comment
1,464 views