From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-0.3 required=5.0 tests=BAYES_00, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!feeder.eternal-september.org!aioe.org!.POSTED!not-for-mail From: Pascal Obry Newsgroups: comp.lang.ada Subject: =?ISO-8859-1?Q?Re=A0=3A?= configure ssl in AWS on Windows? Date: Thu, 28 Sep 2017 07:41:54 +0200 Organization: Home - http://www.obry.net Message-ID: <1506577314.2326.39.camel@obry.net> References: Reply-To: pascal@obry.net NNTP-Posting-Host: GsqmdtI0Of4hDuvXfjCGwQ.user.gioia.aioe.org Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Complaints-To: abuse@aioe.org X-Mailer: Evolution 3.26.0-1 X-Notice: Filtered by postfilter v. 0.8.2 Xref: news.eternal-september.org comp.lang.ada:48245 Date: 2017-09-28T07:41:54+02:00 List-Id: Stephen, > I'm trying to enable ssl in AWS on Windows 8, with GNAT GPL 2016. You may want to upgrade to GPL 2017. > The AWS manual says "compile AWS with ssl". Easier said than done > (sigh). Right. There is no magic solution on Windows. > I have mingw32 installed, so I installed the 'openssl-devel' package > in that, and copied mingw32/include/openssl to gnat_gpl_2016/include. >=20 > I also copied mingw32/lib/libssl.a to gnat_gpl_2016/lib/libssl32.a >=20 > However, 'make build' in aws is still complaining about '-leay32' >=20 > mingw32 has libeay32.dll and ssleay32.dll, but no corresponding .a. I don't remember all the details has I'm not using Windows since many years now. But you should not need the .a and placing the 2 .dll into the GNAT Pro bin directory should be sufficient. To setup AWS: $ make SOCKET=3Dopenssl setup Then the standard build procedure. --=20 Pascal Obry / Magny Les Hameaux (78) The best way to travel is by means of imagination http://www.obry.net gpg --keyserver keys.gnupg.net --recv-key F949BD3B