Bug #2705
closedbroken module API since 1.4.38
Description
Compiling external modules, e.g. mod_geoip fails with:mod_geoip.c:148:101: error: too few arguments to function call, expected 4, have 3
if (0 != config_insert_values_global(srv, ((data_config *)srv->config_context->data[i])->value, cv)) {
This happens on FreeBSD 10.2-RELEASE with Clang 3.4.1. I can write a patch myself, but I need to know what I should put in config_insert_values_global, so that running it doesn't change anything.
Updated by stbuehler almost 9 years ago
- Status changed from New to Invalid
How about searching for how all the other modules are calling it? And maybe also have a look at the commit changing it?
Updated by gstrauss over 8 years ago
I uploaded a patch to https://redmine.lighttpd.net/projects/lighttpd/wiki/Docs_ModGeoip which applies to mod_geoip_for_1.4.c (rename to mod_geoip.c) in order to compile mod_geoip.c cleanly under lighttpd 1.4.39. (I have not tested beyond compiling it.)
Also available in: Atom