Problem mit Lighttpd und Geoip (Compile)

Vom einfachen Programm zum fertigen Debian-Paket, Fragen rund um Programmiersprachen, Scripting und Lizenzierung.
Antworten
Benutzeravatar
Evox
Beiträge: 173
Registriert: 25.04.2009 13:33:52
Wohnort: localhost

Problem mit Lighttpd und Geoip (Compile)

Beitrag von Evox » 20.05.2009 00:03:36

Ich versuche gerade Lighttpd mit Geoip zubauen aber es will nicht ! und Google meint auch nicht soviel

Vorgehensweise von http://www.howtoforge.de/howto/installa ... bian-etch/
1x diese Meldung

Code: Alles auswählen

evox@linux64:~/down/lighttpd-1.4.19$ aclocal && automake -a && autoconf
configure.in:29: warning: AC_COMPILE_IFELSE was called before AC_USE_SYSTEM_EXTENSIONS
../../lib/autoconf/specific.m4:386: AC_USE_SYSTEM_EXTENSIONS is expanded from...      
../../lib/autoconf/specific.m4:459: AC_MINIX is expanded from...                      
configure.in:29: the top level                                                        
configure.in:29: warning: AC_RUN_IFELSE was called before AC_USE_SYSTEM_EXTENSIONS    
configure.in:29: warning: AC_COMPILE_IFELSE was called before AC_USE_SYSTEM_EXTENSIONS
../../lib/autoconf/specific.m4:386: AC_USE_SYSTEM_EXTENSIONS is expanded from...      
../../lib/autoconf/specific.m4:459: AC_MINIX is expanded from...                      
configure.in:29: the top level                                                        
configure.in:29: warning: AC_RUN_IFELSE was called before AC_USE_SYSTEM_EXTENSIONS    
doc/Makefile.am:89: `%'-style pattern rules are a GNU make extension                  
configure.in:29: warning: AC_COMPILE_IFELSE was called before AC_USE_SYSTEM_EXTENSIONS
../../lib/autoconf/specific.m4:386: AC_USE_SYSTEM_EXTENSIONS is expanded from...      
../../lib/autoconf/specific.m4:459: AC_MINIX is expanded from...                      
configure.in:29: the top level                                                        
configure.in:29: warning: AC_RUN_IFELSE was called before AC_USE_SYSTEM_EXTENSIONS 
2. Abbruch beim bauen der Pakete

Code: Alles auswählen

make[3]: Entering directory `/home/evox/down/lighttpd-1.4.19/src'
/bin/bash ../libtool --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -DLIBRARY_DIR="\"/usr/lib/lighttpd\"" -DSBIN_DIR="\"/usr/sbin\"" -I. -I..   -D_REENTRANT -D__EXTENSIONS__  -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES  -g -Wall -O2 -Wall -W -Wshadow -pedantic -std=gnu99 -c -o mod_flv_streaming.lo mod_flv_streaming.c                                                                                                                                                         
../libtool: line 793: X--tag=CC: command not found                                                                                                               
../libtool: line 826: libtool: ignoring unknown tag : command not found                                                                                          
../libtool: line 793: X--mode=compile: command not found                                                                                                         
../libtool: line 959: *** Warning: inferring the mode of operation is deprecated.: command not found                                                             
../libtool: line 960: *** Future versions of Libtool will require --mode=MODE be specified.: command not found                                                   
../libtool: line 1103: Xcc: command not found                                                                                                                    
../libtool: line 1103: X-DHAVE_CONFIG_H: command not found                                                                                                       
../libtool: line 1103: X-DLIBRARY_DIR="/usr/lib/lighttpd": No such file or directory                                                                             
../libtool: line 1103: X-DSBIN_DIR="/usr/sbin": No such file or directory                                                                                        
../libtool: line 1103: X-I.: command not found
../libtool: line 1103: X-I..: command not found
../libtool: line 1103: X-D_REENTRANT: command not found
../libtool: line 1103: X-D__EXTENSIONS__: command not found
../libtool: line 1103: X-D_FILE_OFFSET_BITS=64: command not found
../libtool: line 1103: X-D_LARGEFILE_SOURCE: command not found
../libtool: line 1103: X-D_LARGE_FILES: command not found
../libtool: line 1103: X-g: command not found
../libtool: line 1103: X-Wall: command not found
../libtool: line 1103: X-O2: command not found
../libtool: line 1103: X-Wall: command not found
../libtool: line 1103: X-W: command not found
../libtool: line 1103: X-Wshadow: command not found
../libtool: line 1103: X-pedantic: command not found
../libtool: line 1103: X-std=gnu99: command not found
../libtool: line 1103: X-c: command not found
../libtool: line 1154: Xmod_flv_streaming.lo: command not found
../libtool: line 1159: libtool: compile: cannot determine name of library object from `': command not found
make[3]: *** [mod_flv_streaming.lo] Fehler 1
make[3]: Leaving directory `/home/evox/down/lighttpd-1.4.19/src'
make[2]: *** [all-recursive] Fehler 1
make[2]: Leaving directory `/home/evox/down/lighttpd-1.4.19'
make[1]: *** [all] Fehler 2
make[1]: Leaving directory `/home/evox/down/lighttpd-1.4.19'
make: *** [debian/stamp-makefile-build] Fehler 2
Ohne aclocal && automake -a && autoconf lässt sich Lighttpd ohne Probleme aber halt dann keine "mod_geoip.so"

So richtig komme ich jetzt nicht mehr weiter :roll:

libtool 2.2.6a
automake 1:1.10.1-2
autoconf 2.63-3

Für Ideen und Anregungen wäre ich sehr dankbar
System ist Debian / Sid auf den letzten Stand

Gruss
You Disapeared In The Darkness Of The Night...

Antworten