On Thu, Aug 31, 2017 at 10:25 AM, Yichun Zhang (agentzh)
<age...@gmail.com> wrote:
> Hello!
>
> On Wed, Aug 30, 2017 at 2:55 AM, Jeffrey 'jf' Lim wrote:
>> as per subject, http://openresty.org/en/installation.html lists among
>> the list of prerequisites libreadline, libncurses, and curl. Why are
>> these needed?
>>
>
> libreadline and libncurses were needed for the standard Lua 5.1
> interpreter. Because we're using LuaJIT by default and will pretty
> soon drop the support for the standard Lua interpreter altogether, I
> think we can remove these 2 dependencies just fine.
>
> For the "curl" dependency, it is used by the opm command line utility
> shipped with OpenResty.
>
I see. Thank you, Yichun! Appreciate it.
-jf