[Zope] Trying to compile ZPyGresql

Magnus Heino magnus@vuab.net
Mon, 14 Feb 2000 13:04:31 +0100


> 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