[Zope-DB] DCOracle2 installation, I'm missing header files

David Durham, Jr. david.durham.jr at gmail.com
Thu Apr 3 16:16:35 EDT 2008


Hi all,

I'm following this guide to installing DCOracle2:

  http://www.zope.org/Members/jetfu/HowToInstallDcOracle2/howto_view

'make' fails with and indicates I should check that requisite header
files are in the right spot:

dco2.c: At top level:
dco2.c:1241: warning: array `TypeTable' assumed to have one element
dco2.c:1241: storage size of `TypeTable' isn't known
make[1]: *** [dco2.o] Error 1
make[1]: Leaving directory `/usr/src/DCOracle2/src'
                ---------------------------------------
There were errors building the dco2 module.  This could be because of a
coding error in the dco2 module, or because your Oracle environment is
not set up properly.  Please double check that your Oracle environment is
properly established, and that the proper header files exist (e.g.
$ORACLE_HOME/rdbms/demo/*.h).

Now, as part of the installation, it looks like I change the location
to look for headers to 'rdbms/public', and it looks like I have header
files in the location rdbms/public and ORACLE_HOME is set correctly:

$ ls $ORACLE_HOME/rdbms/public/

nzerror.h  occiAQ.h      occiControl.h  occi.h         oci1.h
ociap.h   ocidef.h  ocidfn.h   oci.h     ocixmldb.h  oratypes.h  ori.h
 oro.h  xa.h
nzt.h      occiCommon.h  occiData.h     occiObjects.h  oci8dp.h
ociapr.h  ocidem.h  ociextp.h  ocikpr.h  odci.h      orid.h      orl.h
 ort.h

Anyone spot what I'm doing wrong?


More information about the Zope-DB mailing list