Hi,
I'm running Red Hat 8 with Apache 2 and Oracle9i R2 client installed. I need to connect to some remote Oracle databases so I am trying to install PHP 4.3.1 with the "--with-oci8[=DIR]" option. The "./configure" went through okay but the "make" afterwards gives numerous errors relating to oci8. Below is a sample:
/opt/php-4.3.1/ext/oci8/oci8.c:5289: `OCI_TYPECODE_TABLE' undeclared (first use in this function)
/opt/php-4.3.1/ext/oci8/oci8.c:5290: `OCI_TYPECODE_VARRAY' undeclared (first use in this function)
/opt/php-4.3.1/ext/oci8/oci8.c:5297: request for member `in_call' in something not a structure or union
/opt/php-4.3.1/ext/oci8/oci8.c:5297: request for member `in_call' in something not a structure or union
/opt/php-4.3.1/ext/oci8/oci8.c:5297: parse error before ')' token
/opt/php-4.3.1/ext/oci8/oci8.c:5297: request for member `in_call' in something not a structure or union
/opt/php-4.3.1/ext/oci8/oci8.c:5310: request for member `in_call' in something not a structure or union
/opt/php-4.3.1/ext/oci8/oci8.c:5310: request for member `in_call' in something not a structure or union
/opt/php-4.3.1/ext/oci8/oci8.c:5310: parse error before ')' token
/opt/php-4.3.1/ext/oci8/oci8.c:5310: request for member `in_call' in something not a structure or union
/opt/php-4.3.1/ext/oci8/oci8.c:5323: request for member `in_call' in something not a structure or union
/opt/php-4.3.1/ext/oci8/oci8.c:5323: request for member `in_call' in something not a structure or union
/opt/php-4.3.1/ext/oci8/oci8.c:5323: request for member `pEnv' in something not a structure or union
/opt/php-4.3.1/ext/oci8/oci8.c:5323: request for member `elem_ref' in something not a structure or union
/opt/php-4.3.1/ext/oci8/oci8.c:5323: `OCI_DURATION_SESSION' undeclared (first use in this function)
/opt/php-4.3.1/ext/oci8/oci8.c:5323: `OCI_TYPEGET_HEADER' undeclared (first use in this function)
The full thing is WAY TOO LONG. The full options for the "./configure" I can post if anyone wants. I have a deadline of this week PLEASE HELP ME!!
Thanks.
The ONE ( HP-UX + Solaris + AIX + Tru64 = Unix)
I'm running Red Hat 8 with Apache 2 and Oracle9i R2 client installed. I need to connect to some remote Oracle databases so I am trying to install PHP 4.3.1 with the "--with-oci8[=DIR]" option. The "./configure" went through okay but the "make" afterwards gives numerous errors relating to oci8. Below is a sample:
/opt/php-4.3.1/ext/oci8/oci8.c:5289: `OCI_TYPECODE_TABLE' undeclared (first use in this function)
/opt/php-4.3.1/ext/oci8/oci8.c:5290: `OCI_TYPECODE_VARRAY' undeclared (first use in this function)
/opt/php-4.3.1/ext/oci8/oci8.c:5297: request for member `in_call' in something not a structure or union
/opt/php-4.3.1/ext/oci8/oci8.c:5297: request for member `in_call' in something not a structure or union
/opt/php-4.3.1/ext/oci8/oci8.c:5297: parse error before ')' token
/opt/php-4.3.1/ext/oci8/oci8.c:5297: request for member `in_call' in something not a structure or union
/opt/php-4.3.1/ext/oci8/oci8.c:5310: request for member `in_call' in something not a structure or union
/opt/php-4.3.1/ext/oci8/oci8.c:5310: request for member `in_call' in something not a structure or union
/opt/php-4.3.1/ext/oci8/oci8.c:5310: parse error before ')' token
/opt/php-4.3.1/ext/oci8/oci8.c:5310: request for member `in_call' in something not a structure or union
/opt/php-4.3.1/ext/oci8/oci8.c:5323: request for member `in_call' in something not a structure or union
/opt/php-4.3.1/ext/oci8/oci8.c:5323: request for member `in_call' in something not a structure or union
/opt/php-4.3.1/ext/oci8/oci8.c:5323: request for member `pEnv' in something not a structure or union
/opt/php-4.3.1/ext/oci8/oci8.c:5323: request for member `elem_ref' in something not a structure or union
/opt/php-4.3.1/ext/oci8/oci8.c:5323: `OCI_DURATION_SESSION' undeclared (first use in this function)
/opt/php-4.3.1/ext/oci8/oci8.c:5323: `OCI_TYPEGET_HEADER' undeclared (first use in this function)
The full thing is WAY TOO LONG. The full options for the "./configure" I can post if anyone wants. I have a deadline of this week PLEASE HELP ME!!
Thanks.
The ONE ( HP-UX + Solaris + AIX + Tru64 = Unix)