[Zope] ZPyGreSQLDA install problem

Marc Gehling Marc.Gehling@hpigmbh.com
Wed, 1 Mar 2000 19:25:23 +0100


Hello,

 I run

"make -f Makefile.pre.in boot" and this is the output:

-----
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/dc/Zope-2.1.4-linux2-x86/lib/python/Prod
ucts/ZPyGreSQLDA/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.1.4-linux2-x86/lib/python/Produ
cts/ZPyGreSQLDA/src'
make: *** [boot] Error 2

---