|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2002-08-19 18:01 UTC] edink@php.net
[2002-08-20 03:31 UTC] edink@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sat Dec 13 17:00:02 2025 UTC |
env CC=cc CXX=cxx ./configure --with-openssl --enable-bcmath --with-ndbm --with-dbm --enable-dbase --enable-filepro --enable-ftp --with-gd --with-ttf --with-java=/usr/opt/java130 --with-mysql --with-oci8 --with-oracle --enable-shmop --enable-sockets --enable-sysvsem --enable-sysvshm --enable-wddx --enable-dba=shared --enable-calendar --enable-exif --enable-discard-path --enable-dbx --enable-ctype --with-hyperwave --enable-mailparse --enable-mbstring --enable-mbstr-enc-trans --enable-memory-limit is how I configured it. The error is: cc -Iext/oci8/ -I/homeb/long/src/php4-200208191200/ext/oci8/ -DPHP_ATOM_INC -I/homeb/long/src/php4-200208191200/include -I/homeb/long/src/php4-200208191200/main -I/homeb/long/src/php4-200208191200 -I/homeb/long/src/php4-200208191200/Zend -I/usr/local/ssl/include -I/usr/local/include -I/home/oracle/u01/app/oracle/product/8.0.5/rdbms/demo -I/home/oracle/u01/app/oracle/product/8.0.5/network/public -I/home/oracle/u01/app/oracle/product/8.0.5/plsql/public -I/homeb/long/src/php4-200208191200/ext/xml/expat -I/homeb/long/src/php4-200208191200/TSRM -g -c /homeb/long/src/php4-200208191200/ext/oci8/oci8.c -o ext/oci8/oci8.o && echo > ext/oci8/oci8.lo cc: Warning: /homeb/long/src/php4-200208191200/ext/oci8/oci8.c, line 3092: In this statement, & before array "buf" is ignored. (addrarray) while ((loblen = read(fp, &buf, sizeof(buf))) > 0) { ------------------------------------------^ cc: Warning: /homeb/long/src/php4-200208191200/ext/oci8/oci8.c, line 3093: In this statement, & before array "buf" is ignored. (addrarray) CALL_OCI_RETURN(connection->error, OCILobWrite( ------------------------^ cc: Error: /homeb/long/src/php4-200208191200/ext/oci8/oci8.c, line 4243: In this statement, "OCI_ATTR_STATEMENT" is not declared. (undeclared) CALL_OCI_RETURN(statement->error, OCIAttrGet( ------------------------^ cc: Warning: /homeb/long/src/php4-200208191200/ext/oci8/oci8.c, line 4830: In the initializer for __s, the referenced type of the pointer value "(str)" is "unsigned char", which is not compatible with "signed char". (ptrmismatch) RETURN_STRINGL(str,strlen(str),1); ---------------------------^ *** Exit 1 Stop. OCI_ATTR_STATEMENT is found in $ORACLE_HOME/rdbms/demo/oci.h in the Oracle8i (8.1.7.4.0) client. However it is not in any header file in the Oracle8 client (8.0.5) on my system. Thus I can no longer build the oci8 extension.