Hi I'm trying to build DBD::Oracle 1.12 under DBI 1.20 along with Oracle 8.0.5.0 for Linux.
I'm getting the following error message: gcc -c -I/opt/ORACLErdbms805/rdbms/demo -I/opt/ORACLErdbms805/rdbms/public -I/opt/ORACLErdbms805/plsql/public -I/opt/ORACLErdbms805/network/public -I/opt/ORACLErdbms805/rdbms/demo -I/opt/ORACLErdbms805/rdbms/demo -I/usr/lib/perl5/site_perl/5.6.0/i386-linux/auto/DBI -fno-strict-aliasing -O2 -march=i386 -mcpu=i686 -DVERSION=\"1.12\" -DXS_VERSION=\"1.12\" -fPIC -I/usr/lib/perl5/5.6.0/i386-linux/CORE oci8.c oci8.c: In function `oci_hdtype_name': oci8.c:100: `OCI_HTYPE_SUBSCRIPTION' undeclared (first use in this function) oci8.c:100: (Each undeclared identifier is reported only once oci8.c:100: for each function it appears in.) oci8.c:109: `OCI_DTYPE_LOCATOR' undeclared (first use in this function) make: *** [oci8.o] Error 1 Any suggestions or remedies for this one? It happens both on the database server itself and on a system with just sqlplus/SQL*Net libraries. I tried looking for the mailing list archives but both sites listed on the dbi.perl.org page are down, so sorry if this has been asked before. Regards, Bevis.
