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
On my similar situation (compiling ZMySQLDA with Debian 2.1), I needed the python-dev package, which had include headers.
From rpmfind.net, there appears to be a similar python-devel package that shipped with RedHat 5.1: http://rpmfind.net/linux/RPM/redhat/5.1/i386/python-devel-1.5.1-4.i386.html -- Stephen Pitts smpitts@midsouth.rr.com webmaster - http://www.mschess.org
participants (2)
-
A J Wilson -
Stephen Pitts