Hi, I have the following problem : I try to install CMFOODocument into Products directory. As far as I know I intsalled libxml2, libxslt and its python bindings, according to http://www.icoya.org/download_area/zope/libxml2-zope When I rebooted zope, I receive the following error , apparently problem with lixml2mod.so. Anybody has an idea ? Greetings, Johan Traceback (most recent call last): File "/usr/local/src/zope/lib/python/OFS/Application.py", line 541, in import_product product=__import__(pname, global_dict, global_dict, silly) File "/usr/local/src/zope/lib/python/Products/CMFOODocument/__init__.py", line 19, in ? import OODocument File "/usr/local/src/zope/lib/python/Products/CMFOODocument/OODocument.py", line 46, in ? import libxml2 File "/usr/lib/python2.1/site-packages/libxml2.py", line 1, in ? import libxml2mod ImportError: /usr/lib/python2.1/site-packages/libxml2mod.so: undefined symbol: xmlValidateNamesValue Zope Version (Zope 2.6.1 (source release, python 2.1, linux2), python 2.1.3, linux2) Python Version 2.1.3 (#1, Sep 7 2002, 15:29:56) [GCC 2.95.4 20011002 (Debian prerelease)] System Platform linux2