Hello!
On Tue, May 30, 2017 at 11:21:46AM -0500, Joel Parker wrote:
> how can I compile them as external modules (shared objects) ?
Yes, you can. You should use "--add-dynamic-module=..." to do
this.
$ ./configure --help | grep add-
--add-module=PATH enable external module
how can I compile them as external modules (shared objects) ?
Joel Parker
On Tue, May 30, 2017 at 10:22 AM, Maxim Dounin wrote:
> Hello!
>
> On Tue, May 30, 2017 at 10:14:32AM -0500, Joel Parker wrote:
>
> > I am running centos7 and am compiling the lua module and the ndk http
> > module. Every
Hello!
On Tue, May 30, 2017 at 10:14:32AM -0500, Joel Parker wrote:
> I am running centos7 and am compiling the lua module and the ndk http
> module. Everything seems to be configured correctly but after I do a make
> and make install, the modules directory doesn't exist and there are no sign
>
I am running centos7 and am compiling the lua module and the ndk http
module. Everything seems to be configured correctly but after I do a make
and make install, the modules directory doesn't exist and there are no sign
of the shared libraries :
ndk_http_module.so
ngx_http_ula_module.so
Here is