lua-users home
lua-l archive

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


On 15 January 2014 22:22, Gilles Ganault <gilles.ganault@free.fr> wrote:
> I have a couple of questions for users of OpenResty:
>
> 1. "make" ran successfully, but before hitting "make install", I need
> to know where the binary (binaries?) will be installed, so it doesn't
> conflict with my current running Nginx.
>
> "./configure --help" simply says "--prefix=PATH set the installation
> prefix", and the README doesn't mention this.

Why not try "make -n install" or "make install DESTDIR=TMP && tree TMP"?

> 2. OpenResty doesn't seem to include support for SQLite, so it looks
> like Lua scripts will require installing it separately (LuaRocks?).
> Any sample script I can use once the Lua-capable Nginx is installed?

That's probably due to the concerns mentioned here:

  https://groups.google.com/forum/#!topic/openresty-en/lUH10YE_6Z8