I have installed zenoss and all the required packages but when I run /etc/init.d/zenoss start I get the following error (pasted below). After looking online it seems that this may be due to the fact that I have python version 2.5.1-15.fc8 but found a post regarding this problem suggesting that I install Python version 2.4.4 I have not had any luck compiling this version from source and I have not been able to find a valid rpm for fedora. Can anyone help me with this? I am not sure if there is a fedora repositories with this package out there or what... any help would be great thanks.
Daemon: zeoctl /opt/zenoss/lib/python/persistent/__init__.py:19: RuntimeWarning: Python C API version mismatch for module cPersistence: This Python has API version 1013, module cPersistence has version 1012. from cPersistence import Persistent, GHOST, UPTODATE, CHANGED, STICKY /opt/zenoss/lib/python/persistent/__init__.py:19: RuntimeWarning: Python C API version mismatch for module TimeStamp: This Python has API version 1013, module TimeStamp has version 1012. from cPersistence import Persistent, GHOST, UPTODATE, CHANGED, STICKY /opt/zenoss/lib/python/persistent/__init__.py:20: RuntimeWarning: Python C API version mismatch for module cPickleCache: This Python has API version 1013, module cPickleCache has version 1012. from cPickleCache import PickleCache /opt/zenoss/lib/python/zope/interface/interface.py:156: RuntimeWarning: Python C API version mismatch for module _zope_interface_coptimizations: This Python has API version 1013, module _zope_interface_coptimizations has version 1012. from _zope_interface_coptimizations import SpecificationBase . /opt/zenoss/lib/python/persistent/__init__.py:19: RuntimeWarning: Python C API version mismatch for module cPersistence: This Python has API version 1013, module cPersistence has version 1012. from cPersistence import Persistent, GHOST, UPTODATE, CHANGED, STICKY /opt/zenoss/lib/python/persistent/__init__.py:19: RuntimeWarning: Python C API version mismatch for module TimeStamp: This Python has API version 1013, module TimeStamp has version 1012. -------------------- m2f -------------------- Read this topic online here: http://community.zenoss.com/forums/viewtopic.php?p=13314#13314 -------------------- m2f -------------------- _______________________________________________ zenoss-users mailing list [email protected] http://lists.zenoss.org/mailman/listinfo/zenoss-users
