I am trying to use python 2.7.8 came with splunk 6 for some XML parsing usign lxml.
from lxml import etree
I see below error
[root@**** bin]# ./python some.py
Traceback (most recent call last):
File "some.py", line 1, in <module>
from lxml import etree
ImportError: libexslt.so.0: cannot open shared object file: No such file or directory
Also I have this in splunk/lib/
lrwxrwxrwx libexslt.so -> libexslt.so.0.8.17
lrwxrwxrwx libexslt.so.0 -> libexslt.so.0.8.17
-r-xr-xr-x libexslt.so.0.8.17
Thanks for the help