|
Hello, I’d like to deploy CPS to our company’s
intranet. I have installed it on my desktop, made a simple site, and now I’m
moving it to a linux server. Due to administration issues (no root access), I am building
everything (incl. python) from scratch. I have installed (compiled) zlib, libxml2, libxslt, python, PyXML,
lxml and Zope-2.9.3. The zope server + mgmt interface runs fine. I stop zope, tar xzf CPS-3.4.0-1 into the instance, and when
I try to start zope again, I get the following: -------------------------------------------------------------------------------------------------------------- 2006-07-19 09:19:25 INFO Epoz is not installed EpozPatch
can't be applied 2006-07-19 09:19:25 ERROR Zope Could not import
Products.CPSBlog Traceback (most recent call last): File
"/home/tiv/zope-2.9.3/lib/python/OFS/Application.py", line _product product=__import__(pname, global_dict,
global_dict, silly) File
"/home/tiv/CPS/Products/CPSBlog/__init__.py", line from Products.CPSBlog.Blog import Blog,
addBlog, \ File
"/home/tiv/CPS/Products/CPSBlog/Blog.py", line from Products.CPSBlog.AtomAware import
AtomAwareCollection File
"/home/tiv/CPS/Products/CPSBlog/AtomAware.py", line from lxml import etree ImportError:
/home/tiv/lib/python2.4/site-packages/lxml-1.0.2-py2.4-linux-i686.e gg/lxml/etree.so: undefined symbol:
PyUnicodeUCS4_FromEncodedObject -------------------------------------------------------------------------------------------------------------- undefined symbol: PyUnicodeUCS4_FromEncodedObject I don’t really need CPSBlog at this point so I just
deleted it. Now it issues a warning at CPSOO, but the server starts and
runs. Next, I have exported the whole cps tree (with ZMI) and I am
importing it to the linux server. I get the following error: ------------------------------------------------------------------------------------------------------ Site
Error
An error
was encountered while publishing this resource. Error
Type: MissingBinary Troubleshooting
Suggestions
For more
detailed information about the error, please refer to the error log. If the error persists please contact the site
maintainer. Thank you for your patience. What should I look into ? Thx, Tivadar |
_______________________________________________ cps-users mailing list [email protected] http://lists.nuxeo.com/mailman/listinfo/cps-users
