Hello!
On Thu, Jul 24, 2014 at 2:29 PM, David Pennington wrote:
> So, looking at the output of ./configure how do I tell what the default
> options are?
The rule of thumb is: if there is a --without-xxx option shown up in
the output of the "./configure --help" command, then xxx is usually
enabled by default.
>
> Also, I'm trying to build from source but I'm getting an error. Here is a
> gist of my install
>
> user@www$ build/nginx-1.7.2/objs/nginx --help
>
> build/nginx-1.7.2/objs/nginx: error while loading shared libraries:
> libluajit-5.1.so.2: cannot open shared object file: No such file or
> directory
>
You should run "make install" and execute the "nginx" executable in
the installed location, that is, /opt/openresty/nginx/sbin/nginx.
You're not supposed to run the "nginx" executable directly from within
the openresty build directory.
Regards,
-agentzh