[Zope] DCOracle Install

Shaw, Mark Mark.Shaw@cadus.com
Thu, 2 Dec 1999 17:15:49 -0500


Hello,
I'm having a problem setting up the DCOracle extensions on my system.  The
system is Red Hat 6.1 running Oracle 8i.  I think I need this so that I can
install the Zope Oracle Database Adapter.

Here is what happens:

/home/mshaw/zope/DCOracle/src >which python
/opt/zope/Zope-2.0.1-linux2-x86/bin/python
/home/mshaw/zope/DCOracle/src >
/home/mshaw/zope/DCOracle/src >make -f Makefile.pre.in boot PYTHON=python
rm -f *.o *~
rm -f *.a tags TAGS config.c Makefile.pre python sedscript
rm -f *.so *.sl so_locations
VERSION=`python -c "import sys; print sys.version[:3]"`; \
installdir=`python -c "import sys; print sys.prefix"`; \
exec_installdir=`python -c "import sys; print sys.exec_prefix"`; \
make -f ./Makefile.pre.in VPATH=. srcdir=. \
        VERSION=$VERSION \
        installdir=$installdir \
        exec_installdir=$exec_installdir \
        Makefile
make[1]: Entering directory `/home/mshaw/zope/DCOracle/src'
make[1]: *** No rule to make target
`/opt/zope/Zope-2.0.1-linux2-x86/lib/python1
.5/config/Makefile', needed by `sedscript'.  Stop.
make[1]: Leaving directory `/home/mshaw/zope/DCOracle/src'
make: *** [boot] Error 2
/home/mshaw/zope/DCOracle/src >


Thanks in advance for any help you can provide.

	-Mark Shaw