Compiling CPP Samples under Ubuntu 8.0.4

2010-08-20 Thread Arend van der Veen
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

RE: Compiling CPP Samples under Ubuntu 8.0.4

2010-08-20 Thread Scott Cantor
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 If that's literally the command you used, I don't know why you think that would work, it's missing a half dozen flags or more. I haven't looked

Decrypting an XML Document using Java

2010-08-20 Thread Arend van der Veen
Hi All, I have downloaded and installed xml-security-bin-1_4_3.zip. I am trying to use the simpleDecrypt sample program to decrypt an xml file. The EncryptionKey has been encrypted using a RSA 1.5 with X509 public/private key. The data is encrypted using aes-128-cbc. I am having trouble

Re: Compiling CPP Samples under Ubuntu 8.0.4

2010-08-20 Thread Arend van der Veen
Hi Scott, Thanks for the response. Unfortunately (as for as I can tell), the master configuration script is not generating a makefile for the samples. Thanks, Arend On Fri, Aug 20, 2010 at 12:16 PM, Scott Cantor canto...@osu.edu wrote: I now wish to compile and test one of the samples.  I

RE: Compiling CPP Samples under Ubuntu 8.0.4

2010-08-20 Thread Scott Cantor
Thanks for the response. Unfortunately (as for as I can tell), the master configuration script is not generating a makefile for the samples. You can go ahead and file a bug on that, I don't know if I'll be able to fix it in the time I'd have alotted, but it should at be tracked at least. At