Re: LuaSec install
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: LuaSec install
- From: Milind <milind.gupta@...>
- Date: 2015年5月18日 05:47:59 -0700
I am doing this in windows. Do I need to compile openssl first?
Thanks,
Milind
Sent from my T-Mobile 4G LTE Device
-------- Original message --------
From: Daurnimator <quae@daurnimator.com>
Date: 05/18/2015 12:22 AM (GMT-08:00)
To: Lua mailing list <lua-l@lists.lua.org>
Subject: Re: LuaSec install
On 18 May 2015 at 16:52, Milind Gupta <milind.gupta@gmail.com> wrote:
> Hi,
> When I try to install LuaSec using Luarocks it fails saying cannot
> find openssl/ssl.h. Where can I find the install instructions.
>
> Thanks,
> Milind
As the error message says, you need openssl/ssl.h to compile luasec from source.
Depending on your operating system and/or distro, you may have to install it.
To guess at the most likely situation: debian and derivitives I think
the package is named 'libssl-dev'.