im trying to install zenoss 2.0.6.0, and im getting a failure 'gmake: *** [pycrypto-install] Error 1' when running the install.sh script. im using MySQL version 5.0.45 and python 2.5.1.

zenbuild.log shows the following errors at the end of the file:
src/hash_template.c: In function `initMD2':
src/hash_template.c:236: error: `PyObject' undeclared (first use in this function) src/hash_template.c:236: error: `m' undeclared (first use in this function) src/hash_template.c:238: error: request for member `ob_type' in something not a structure or union src/hash_template.c:238: error: `PyType_Type' undeclared (first use in this function) src/hash_template.c:242: error: `o' undeclared (first use in this function)

The first thing to mention is that Zenoss is not compatible with Python 2.5 because it is based on the Zope application server. However, this particular error can be overcome by installing the python-dev or python-devel package.
_______________________________________________
zenoss-users mailing list
[email protected]
http://lists.zenoss.org/mailman/listinfo/zenoss-users

Reply via email to