mirror of
https://github.com/AdaCore/aws.git
synced 2026-02-12 12:29:46 -08:00
This script was not properly setting the XML/Ada environment variable when installing AWS. For Q807-020.
* To build and run applications using SSL it is required to install the OpenSSL DLL. See the following page for a link: http://www.openssl.org/related/binaries.html The needed DLLs are: libeay32.dll and libssl32.dll They must be copied into <gnat_root>/lib to be found by the linker and into <gnat_root>/bin to be found at runtime. * How to use LDAP To build applications using LDAP you need to provides the -lwldap32 linker option.