tom, python and python-devel are two different birds... do an rpm -qa | grep python and see if you have python-devel. that's the one containing all the stuff like the Makefile. jens -----Original Message----- From: zope-admin@zope.org [mailto:zope-admin@zope.org]On Behalf Of Tom Deprez Sent: Monday, February 14, 2000 07:19 To: Magnus Heino Cc: zope@zope.org Subject: Re: [Zope] Trying to compile ZPyGresql 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
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
participants (1)
-
Jens Vagelpohl