[AWS] Installing AWS

Dmitriy Anisimkov anisimkov at ada-ru.org
Fri Jun 29 08:32:04 CEST 2012


On 06/28/2012 07:59 PM, Marius Amado-Alves wrote:
> Thanks all.
> I am now at the same state where I left Windows: SSL does not work.
> I have redone make setup, make, make install with sockets = openssl in
> the configure.conf
You need to delete file makefile.setup if you changing makefile.conf.
Then you call
make setup
and should see something like this.

anisimkov at iurta:~/Ada/aws> make setup
gprbuild: "check_config" up to date
Setup OS specific definitions
Generating testsuite.tags with:
!prefix,!default_library_type,!default_target,enable_shared,zlib,xmlada,asis,!ipv6,ssl,ldap,debug,!processors,!target,x86_64-linux

ssl without ! before.
makefie.setup should looks like

prefix=/home/anisimkov/usr/gnat/bin/..
DEFAULT_LIBRARY_TYPE=static
DEFAULT_TARGET=native
ENABLE_SHARED=true
ZLIB=true
XMLADA=true
ASIS=true
IPv6=false
SOCKET=openssl
LDAP=true
DEBUG=true
PROCESSORS=2
TARGET=native

then call

make
make install

And you would have AWS with SSL support


More information about the AWS mailing list