lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


> maybe this is unusual request, but could someone provide me with precompiled luasec for Lua 5.3?
> From some reasons (I'm not professional) I can't install it using Luarocks. I need it to make httpS requests.

I've compiled the latest openssl (1.0.2f) and luasec 0.6alpha for Lua
5.1/5.2/5.3 using 32bit mingw/gcc 4.8.1 and made the archive available
here: https://download.zerobrane.com/luasec-0.6alpha-openssl-1.0.2f.zip.
Make sure that libeay32.dll and ssleay32.dll are in the same folder as
the lua executable or are in PATH as they are loaded by ssl.dll.

I plan to add these to ZeroBrane Studio when luasec 0.6 is released.

Paul.

On Tue, Jan 26, 2016 at 2:47 AM,  <gmc1@azet.sk> wrote:
> Hi guys,
>
> maybe this is unusual request, but could someone provide me with precompiled luasec for Lua 5.3?
> >From some reasons (I'm not professional) I can't install it using Luarocks. I need it to make httpS requests.
>
> My config:
> Lua 5.3.2
> luasocket 3.0rc1-2
> Windows 7 - 32bit
>
> Thank you very much.
>
> P.
>