[Zope] ParsedXML 1.1b1 installation problem
Bocquillon Philippe
Philippe.Bocquillon@trasys.be
Wed, 10 Oct 2001 18:38:20 +0200
Hello,
Trying to install ParsedXML 1.1b1 on Linux Red Hat 7.1, I have the following
error when executing the following command:
Command (typed from Expat subdirectory of ParsedXML):
../../../../../bin/python setup.py
Error:
Building pyexpat extension...
rm -f *.o *~
rm -f *.a tags TAGS config.c Makefile.pre python sedscript
rm -f *.so *.sl so_locations
VERSION=`../../../../../bin/python -c "import sys; print sys.version[:3]"`;
\
installdir=`../../../../../bin/python -c "import sys; print sys.prefix"`; \
exec_installdir=`../../../../../bin/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
`/home/prod/Zope/installation/ZopeAlphaVersion/lib/python/Products/ParsedXML
/Expat'
make[1]: *** No rule to make target
`../../../../../lib/python1.5/config/Makefile', needed by `sedscript'.
Stop.
make[1]: Leaving directory
`/home/prod/Zope/installation/ZopeAlphaVersion/lib/python/Products/ParsedXML
/Expat'
make: *** [boot] Error 2
How can I solve this ?
Philippe