[Zope] Problem on install DCOracle

gustavo gustavo@vipline.com
Mon, 17 Jul 2000 15:49:21 -0300


Hi List,

I newbie in Zope and Python. I tried to install DCOracle, but it didn't work
properly:

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 `/usr/local/DCOracle-1.3.1b1/src'
make[1] *** No rule to make target `/usr/lib/python1.5/config/Makefile`, needed
by `sedscript'. Stop.
make[1]: Leaving directory `/usr/local/DCOracle-1.3.1b1/src'
make: *** [boot] Error 2

Oracle version is 8.1.5 and Python 1.5.2. Could you help me?

Thanks,

Gustavo