[Zope] Error compiling ZMySQLDA with Zope 2.0

ben andrew fulton BenFulton@bigfoot.com
Tue, 14 Sep 1999 00:39:10 +0000


Hi. I know the ZMySQLDA doesn't fully support parts of Zope 2.0, but I
haven't seen anything claiming that I can't compile it with the new
version. Below is what I get after unpacking the DA to the Zope lib
directory and following the directions for the first make instruction.
Any ideas what I need to change on the commandline or in the script to
make this work?


ionix:/usr/local/dc/Zope-2.0.0/lib/python/Products/ZMySQLDA/src# make -f
Makefile.pre.in boot PYTHON=/usr/bin/python1.5
rm -f *.o *~
rm -f *.a tags TAGS config.c Makefile.pre python sedscript
rm -f *.so *.sl so_locations
VERSION=`/usr/bin/python1.5 -c "import sys; print sys.version[:3]"`; \
installdir=`/usr/bin/python1.5 -c "import sys; print sys.prefix"`; \
exec_installdir=`/usr/bin/python1.5 -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/dc/Zope-2.0.0/lib/python/Products/ZMySQLDA/src'
make[1]: *** No rule to make target
`/usr/lib/python1.5/config/Makefile', needed by `sedscript'.  Stop.
make[1]: Leaving directory
`/usr/local/dc/Zope-2.0.0/lib/python/Products/ZMySQLDA/src'
make: *** [boot] Error 2


Thanks,

-->ben