Hi please help me to install libxml2-2.7.1 and libxslt-1.1.24.tar.gz fot python 2.5.2.
When i try to install libxml2-2.7.1, i gets installed but when i import the libxml2 in python interpreter then i get the following error:
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "libxml2.py", line 1, in <module>
import libxml2mod
ImportError: /usr/local/lib/python2.5/site-packages/libxml2mod.so: undefined symbol: xmlTextReaderSetup
Please help me in resolving this issue.
Thanks in advance