Bug #1294
closedfile "compile" missing in all 1.4.14+ distributions
Description
When i try to add the mod_geoip to lighttpd it gives an error. It says: missing "./compile"
I am following the exact steps mentioned in the manual. Some one knows how to handle this?
-- ruben
Updated by Anonymous over 17 years ago
To compile extra modules such as mod_geoip into Lighttpd one needs to issue an "automake" in the source directory after editing src/Makefile.am to include mod_geoip in the compile process.
automake looks for a file called "compile" in the source directory, and as of 1.4.14 this file is absent. The last release I found this file in is 1.4.13.
This disables the ability to include modules such as mod_geoip in Lighttpd in the way as described on http://trac.lighttpd.net/trac/wiki/Docs:ModGeoip
-- Wessel Sandkuyl
Updated by Anonymous over 17 years ago
The Trac page has been updated, please use "automake -a" instead of "automake".
This ticket can be closed.
-- Wessel Sandkuyl
Updated by jan over 17 years ago
- Status changed from New to Fixed
- Resolution set to fixed
Also available in: Atom