On 13/02/2008, Graham Bloice <[EMAIL PROTECTED]> wrote:
> Using the source tarball I get the following error when running install.sh
:
>
<SNIP>
>   File "usr/local/zenoss/lib/python/ZConfig/loader.py", line 181, in
> schemaComponentSource
> ZConfig.SchemaResourceError: could not load package ZODB:
> /usr/local/zenoss/lib/python/persistent/cPersistence.so: undefined
> symbol: PyUnicodeUCS2_AsEncodedString
>   Package name: 'ZODB'
>   File name: 'component.xml'
>   Package path: None
> unable to start Zeo object database
>

This was due to the pre-upgrade not replacing references to my local
python2.4 installation with references to the zenoss python installation.  I
presume that the direct links to my python2.4 were produced by my last
source build (2.1.0).

As in ian's response here
http://community.zenoss.com/forums/viewtopic.php?t=4567&highlight=cpersistence+undefined&sid=6ff85ca29118562854d1ee7f41dfc9e4I
had to run

/usr/bin/replace /usr/bin/python2.4 $ZENHOME/bin/python -- $ZENHOME/bin/*
> /usr/bin/replace /usr/bin/python2.4 $ZENHOME/bin/python --
> /usr/local/zenoss/etc/zeo.conf
>

-- 
Regards,

Graham Bloice
_______________________________________________
zenoss-users mailing list
[email protected]
http://lists.zenoss.org/mailman/listinfo/zenoss-users

Reply via email to