Closed gWOLF3 closed 4 years ago
It seems you're running nginx on macOS, you have to build it on macOS (the binary in downloads page was build on Linux)
General steps are:
./configure
with the same parameters from nginx -V
output, and append --add-dynamic-module=/path/to/accounting-module
make modules
objs/ngx_http_accounting_module.so
to your modules folder
What happened?
followed instructions in readme - i included
load_module modules/ngx_http_accounting_module.so;
at the top level of my nginx.conf file, and added the downloaded .so file from releases in my /modules folder.However, I run into an error "no suitable image found". Any ideas?
ENV: Im on a macbook, installed nginx with homebrew
Error: