Bug#564282: GNUTLS problems ...

2010-01-09 Thread Ludovic Brenta
The bug is the contradiction between build_aws.gpr (used to build the library) and aws.gpr (used to build applications against the library). Support for GNU TLS has been removed upstream; build_aws.gpr builds the library with the dummy versions of crypto packages, i.e. no SSL (illegal) and no TLS

Bug#564282: GNUTLS problems ...

2010-01-08 Thread David Sauvage
I undestood part of the problem while reading package debian/README.Debian file. I created a modified libaws-dev (after changing "dummy" to "gnutls" in debian/build_aws.gpr), the new libaws package built successfully. But when using it on my application i got the following error at link stage :