[Zope-DB] Installing DCOracle2 without installing Oracle

Cynthia Kiser cnk at caltech.edu
Tue Aug 10 20:29:56 EDT 2004


I can't tell you that all will be fine using the Oracle client rpms; I
have not tried that. But your current compile error is the same one
that several folks (including me) have see with python 2.3. Try the
answer found on this thread, editing the make file to get rid of the
@DEFS@ symbol: 
http://mail.zope.org/pipermail/zope-db/2004-May/003145.html  

Once can get that far, you should then be able to tell if the missing
files from the include line will be a problem.

Quoting Emily Stumpf <evstumpf at ucdavis.edu>:
> I installed the oracle-instantclient-basic-10.1.0.2-1 rpm
> (http://download.oracle.com/otn/linux/instantclient/oracle-instantclient-basic-10.1.0.2-1.i386.rpm)
> 
> ...and I'm still having trouble getting dco2 to compile.
> 

...

> Anyways, here is my current error..
> # make
> ( cd src; \
> make || ./builderrors)
> make[1]: Entering directory `/usr/local/zope/lib/python/Products/DCOracle2/src'
> gcc -pthread -fPIC -DNDEBUG -g -O3 -Wall -Wstrict-prototypes
> -I/usr/include/python2.3 -I/usr/include/python2.3 @DEFS@  
> -I/usr/lib/oracle/10.1.0.2/client//rdbms/demo
> -I/usr/lib/oracle/10.1.0.2/client//network/public
> -I/usr/lib/oracle/10.1.0.2/client//plsql/public
> -I/usr/lib/oracle/10.1.0.2/client//rdbms/public -DORACLE9i -DUSEOWNXID -c
> ././dco2.c -o ./dco2.o
> gcc: cannot specify -o with -c or -S and multiple compilations
> make[1]: *** [dco2.o] Error 1
> 



More information about the Zope-DB mailing list