Closed machsix closed 6 years ago
i've the same problem (after 201809?).
something wrong with recent changes??
You can revert recent changes, works well.
git checkout 77532b951453c9cbd47efab57bb8b87267404033
Don't git clone, just revise the code in your file directly. It could work well with current config.
Commit d7bb814 import this problem, ngx_module_type should be HTTP_FILTER, this module must be configured after ngx_http_core_module. Because the dynamic so feature is introduced after 1.9.11, so the travis has passed. Please try the dev branch, i have test and update the travis file
Commit d7bb814 import this problem, ngx_module_type should be HTTP_FILTER, this module must be configured after ngx_http_core_module. Because the dynamic so feature is introduced after 1.9.11, so the travis has passed. Please try the dev branch, i have test and update the travis file
Sorry for the late reply. I tested with nginx 1.14.1 and commit https://github.com/cuber/ngx_http_google_filter_module/commit/6edf97cbcd02305bc36386929517f81c1c7077e5. It works without problem. Thanks for your hard work!
Commit d7bb814 import this problem, ngx_module_type should be HTTP_FILTER, this module must be configured after ngx_http_core_module. Because the dynamic so feature is introduced after 1.9.11, so the travis has passed. Please try the dev branch, i have test and update the travis file
Sorry for the late reply. I tested with nginx 1.14.1 and commit 6edf97c. It works without problem. Thanks for your hard work!
Thank you very much! I meet the same problem with nginx 1.14.2. Then I use nginx 1.14.1 and commit 6edf97c. It works too!
System: CentOS 7 Kernel version: Linux host.localdomain 4.18.13-1.el7.elrepo.x86_64 #1 SMP Wed Oct 10 15:37:55 EDT 2018 x86_64 x86_64 x86_64 GNU/Linux Nginx version: 1.14.0 and 1.15.5 Steps of Compiling
Part of configure log
Part of building log
After install
Nignix settings g.mach6.net.conf
Summary It seems the module was built with nginx successfully but it just doesn't work.. any idea?