Best regards, Eli
Britstein FW Engineer,
R&D, EIS NICE Systems. (T) + 972-9-7753866 ------------------------------- NICE - Insight from Interactions From: Ran Raz DSP
Engineer, R&D CEM NICE Systems. (T) + (972 ) 9-7753703 ------------------------------- NICE - Insight from Interactions From: Dear list members, I have build the libxml2-2.6.22. the output of this build is
libxml2.so. I took this SO to another directory, set my environment
LD_LIBRARY_PATH to this directory. Now, I am trying to build my project (which is an SO as
well) with libxml2.so. it seems like any change I had made before building
libxml2-2.6.22, is not seen from my project. I am sure that I am using the
correct so, since I changed its name. I keep getting the following message ( when running my application,
which was build with my so , which was build with libxml2.so): ‘Warning: program compiled against libxml 206 using
older 205’ BTW, I can work with some of the functions of libxml2-2.6.22
(e.g. - xmlParseFilemlParseFile, xmlXPathEvalExpression etc.) But trying to work with: xmlCtxtReadFile gave me the
following result: (again, on run time): ‘./CLI: relocation error:
/VRG/lib/libVRG_ConfigFile_API.so: undefined symbol: xmlCtxtReadFile’ Where CLI is my application and libVRG_ConfigFile_API.so is my
so. Please advice. Thanks, |