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.

What I need to compile PHP with OCI8 support?

428307Aug 25 2004 — edited Sep 14 2004
I have Fedora Core 2 (and RedHat Linux 9) system,
Oracle 9.2.0 database,
apache 2.0.50,
php 4.3.8 (or php 5.0.1)

I compile php with this options:
'./configure' \
'--with-apxs2=/usr/local/apache2/bin/apxs' \
'--without-mysql' \
'--with-pgsql' \
'--with-oci8=/opt/oracle/product/9.2.0' \
'--with-oracle=/opt/oracle/product/9.2.0'

My PHP work fine.
Also oracle (ora_*) functions work fine - I may connect and work with my database.

But OCI8 functions don't work. I find that error is when php call pure Oracle functions.
My question is:
What package I need install if I want work with OCI8 functions in PHP?

Comments

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

Post Details

Locked on Oct 12 2004
Added on Aug 25 2004
2 comments
292 views