Hi,
I'm trying to get OCI support in php on RHEL 4.
So i installed the oracle-client and php.src.rpm and then typed:
rpmbuild -bb --with oci /usr/src/redhat/SPECS/php.spec
It rebuild fine, but no oci support, on the spec file of the PHP package it's there the OCI support, it's not --with oci that i should use?
Thanks Regards,
Ricardo
On Mon, 2006-01-09 at 16:51 +0000, RNuno wrote:
Hi,
I'm trying to get OCI support in php on RHEL 4.
So i installed the oracle-client and php.src.rpm and then typed:
rpmbuild -bb --with oci /usr/src/redhat/SPECS/php.spec
It rebuild fine, but no oci support, on the spec file of the PHP package it's there the OCI support, it's not --with oci that i should use?
you need to use:
--with oci8