Hi,
I've been trying to work with the Sablotron v0.43, and everything in my code
works and compiles fine, but when I get to the linking phase I get the following
errors:
/usr/local/lib/libsablot.so: undefined reference to 'XML_ParserCreateNS'
/usr/local/lib/libsablot.so: undefined reference to 'XML_SetElementHandler'
...
...
I've installed Sablot v0.43 like so:
1) Download the Sablot and the Related Expat packages from gingerall.com
2) unpack them,
Expat in /Expat
Sablot in /Sablot-0.43
3)
# cp -rf Expat Sablot-0.43/
4)
# cd Sablot-0.43
# ./configure
# make
# make install
No errors occur, and Sablot reports that its been installed correctly, the libs
are in the correct place /usr/local/lib and the header files are in
/usr/local/include/ but I can't seem to make this work. Does anyone know why?
Thank you,
Sterling Hughes
[EMAIL PROTECTED]