[AWS] Installing AWS
Marius Amado-Alves
marius at amado-alves.info
Thu Jun 28 14:59:11 CEST 2012
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
It does not complain about any missing SSL resources.
I have rebuilt the SSL projects e.g. the "agent" demo:
marius at ubuntu-on-vista:~/Downloads/x86-linux/2012/aws/aws-gpl-2.11.0-src/demos/agent$
gnatmake -P agent
gcc -c -gnat05 -I- -gnatA
/home/marius/Downloads/x86-linux/2012/aws/aws-gpl-2.11.0-src/demos/agent/agent.adb
gnatbind -I- -x
/home/marius/Downloads/x86-linux/2012/aws/aws-gpl-2.11.0-src/demos/agent/agent.ali
gnatlink /home/marius/Downloads/x86-linux/2012/aws/aws-gpl-2.11.0-src/demos/agent/agent.ali
/usr/gnat/lib/aws/native/static/libaws.a
/usr/gnat/lib/aws/native/static/libaws_ssl.a
/usr/gnat/lib/aws/native/static/libaws_include.a
/usr/gnat/lib/aws/native/static/libz.a
-Wl,-rpath,/usr/gnat/lib/gcc/i686-pc-linux-gnu/4.5.4/adalib/ -o
/home/marius/Downloads/x86-linux/2012/aws/aws-gpl-2.11.0-src/demos/agent/agent
Then when I make an HTTPS request I get the error:
marius at ubuntu-on-vista:~/Downloads/x86-linux/2012/aws/aws-gpl-2.11.0-src/demos/agent$
./agent GET "https://paypal.com"
Exception name: PROGRAM_ERROR
Message: SSL not supported.
raised PROGRAM_ERROR : agent.adb:64 finalize/adjust raised exception
I have the following "openssl" objects on my system, and even an
"openssl" command:
/usr/bin/openssl
/usr/share/doc/openssl
/etc/bash_completion.d/openssl
/etc/apparmor.d/abstractions/openssl
marius at ubuntu-on-vista:~/Downloads/x86-linux/2012/aws/aws-gpl-2.11.0-src/demos/agent$
openssl
OpenSSL>
Do I need to download anything else?
I seem to recall a reference to some openssl.a (?) libraries, but I
cannot find it now.
How do I rebuild AWS with which SSL resource?
Thanks.
More information about the AWS
mailing list