[XML-SIG] installation problem

Michael Nolta mrnolta@princeton.edu
Tue, 22 Feb 2000 04:23:10 -0500 (EST)


I'm having problems installing. It can't file the file

	/usr/lib/python1.5/config/Makefile

which it needs to make sedscript. I'm using RedHat 6.1, and there's no
config/ directory in /usr/lib/python1.5.

-Mike

---

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 `/scr1/build/PyXML-0.5.2/extensions'
make[1]: *** No rule to make target `/usr/lib/python1.5/config/Makefile',
needed by `sedscript'.  Stop.

---