Hi I am trying to compile ZSybaseDA for use with Redhat 5.1. The versoin of Zope I am using is one that was packaged as a Redhat rpm file by jrush http://starship.python.net/crew/jrush/Zope/. Here is the output when I attempt to compile it. [root@turtle src]# make -f Makefile.pre.in boot 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/lib/python1.5/site-packages/Zope/Products/ZSybaseDA/src' make[1]: *** No rule to make target `/usr/lib/python1.5/config/Makefile', needed by `sedscript'. Stop. make[1]: Leaving directory `/usr/lib/python1.5/site-packages/Zope/Products/ZSybaseDA/src' make: *** [boot] Error 2 Can anybody help me? Regards Austin Wilson