Project Home
Project Home
Trackers
Trackers
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - libxml2.so and libxml2.a doesn't include xmlNewProp symbol: (1 Item)
   
libxml2.so and libxml2.a doesn't include xmlNewProp symbol  
Hi everyone,

My app uses libxml2. QNX SDP 6.5.0 includes LibXml2 version 2.9.1.
But a linker cannot find xmlNewProp.

I run the nm tool both on shared and static libraries and could not find this symbol.
Here is an output:

dyosick@dyosick-work:~/$ nm -aA /opt/qnx650/target/qnx6/x86/usr/lib/libxml2.so | grep xmlNewProp
/opt/qnx650/target/qnx6/x86/usr/lib/libxml2.so:00040512 t xmlNewPropInternal

dyosick@dyosick-work:~/$ nm -aA /opt/qnx650/target/qnx6/x86/usr/lib/libxml2.a | grep xmlNewProp

/opt/qnx650/target/qnx6/x86/usr/lib/libxml2.a:tree.o:00004360 t xmlNewPropInternal

Does any know what the problem is? Do I need to re-build LibXml2 by my own?