Hi, I have what I hope is a simple question. I downloaded xml-security-c-1.5.1.tar.gz this morning and was able to compile and install under Ubuntu 8.04. I had to install libxerces28-dev. I run xtest and it did not report any errors. It generate the following error:
WARNING : No testing of XPath being performed as Xalan not present I now wish to compile and test one of the samples. I switched to the following directory and compile: cd src/samples gcc simpleDecrypt.cpp I then get a lot of errors mostly about undefined references all related to xercesc_2_8. Does anybody have any suggestions on how to get this sample compile? Thanks in advance, Arend