14 Feb
2000
14 Feb
'00
12:18 p.m.
Mmm, I do have the python libraries installed (RPM). But, looking inside the /usr/lib/python1.5 directory, I can't find the /config/Makefile... Tom.
to make target '/usr/lib/python1.5/config/Makefile', needed by 'sedscript'. Stop. make[1]: Leaving directory `/usr/local/zope/lib/python/Products/ZPyGreSQLDA/src' make: ***[boot] Error2
What does this error-line mean: "no rule to make target..."
If I know what this line means, then I'm already a little bit further in finding a solution to this error.
You don't have the libraries and header files needed for Python development.
If you are using rpm's, you need the python-devel package, or compile python from source yourself.
/Magnus Heino