Project

General

Profile

Actions

Bug #1294

closed

file "compile" missing in all 1.4.14+ distributions

Added by Anonymous over 16 years ago. Updated over 16 years ago.

Status:
Fixed
Priority:
Normal
Category:
build_autotools
Target version:
-
ASK QUESTIONS IN Forums:

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

Actions #1

Updated by Anonymous over 16 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

Actions #2

Updated by Anonymous over 16 years ago

The Trac page has been updated, please use "automake -a" instead of "automake".

This ticket can be closed.

-- Wessel Sandkuyl

Actions #3

Updated by jan over 16 years ago

  • Status changed from New to Fixed
  • Resolution set to fixed
Actions

Also available in: Atom