I have this weird situation where on the same machine(solaris 8,
python 2.5), one user can do this with no problem:
<module 'libxml2' from '/usr/local/lib/python2.5/site-packages/>>import libxml2
libxml2
libxml2.py'>
>>>
While the another one get this:
Traceback (most recent call last):>>import libxml2
File "<stdin>", line 1, in <module>
File "/sea/local/lib/python2.5/site-packages/libxml2.py", line 1, in
<module>
import libxml2mod
ImportError: ld.so.1: python: fatal: relocation error: file /usr/local/
lib/python2.5/site-packages/libxml2mod.so: symbol
xmlXIncludeProcessFlags: referenced symbol not found
No PYTHON* environment variables are set for either user.>>>
Any help would be appreciated.
Jianbing