PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : [Apache 1.3.29] make: no targets found



simcen
15.04.04, 15:20
Hallo Zusammen

Ich versuche gerade auf meinem Debian (Woody) System Apache 1.3.29 zu kompilieren, mit OpenSSL und mod_ssl nach http://www.modssl.org/example/

nach


Build and install the SSL-aware Apache
$ cd mod_ssl-2.8.16-1.3.29
$ ./configure \
--with-apache=../apache_1.3.29 \
--with-ssl=../openssl-0.9.7c \
--prefix=/usr/local/apache
$ cd ..
$ cd apache_1.3.29
$ make

erhalte ich folgenden Fehler:


make: *** No targets. Stop.


Also habe ich kurzerhand versucht, nur Apache zu kompilieren:


root@nirvana:~/files/apache_1.3.29# ./configure --prefix=/usr/local/apache --enable-module=so --enable-module=rewrite
Configuring for Apache, Version 1.3.29
+ using installation path layout: Apache (config.layout)
Creating Makefile
sed: -e expression #46, char 36: Unknown option to 's'
Creating Configuration.apaci in src
Creating Makefile in src
+ configured for Linux platform
+ setting C compiler to gcc
+ setting C pre-processor to gcc -E
+ using "tr [a-z] [A-Z]" to uppercase
+ checking for system header files
+ adding selected modules
o rewrite_module uses ConfigStart/End
+ using -ldb1 for DBM support
enabling DBM support for mod_rewrite
+ using builtin Expat
+ using -ldl for vendor DSO support
+ checking sizeof various data types
+ doing sanity check on compiler and options
Creating Makefile in src/support
Creating Makefile in src/regex
Creating Makefile in src/os/unix
Creating Makefile in src/ap
Creating Makefile in src/main
Creating Makefile in src/lib/expat-lite
Creating Makefile in src/modules/standard


Anschliessend "make", aber der Fehler erscheint wieder...
Anscheindend hat es das Makefile nicht erstellt:


root@nirvana:~/files/apache_1.3.29# cat Makefile
root@nirvana:~/files/apache_1.3.29#


Kann es sein, dass es einen Zusammenhang mit


sed: -e expression #46, char 36: Unknown option to 's'

hat? Weil irgendwelche anderen Fehler sehe ich nicht...
Könnt ihr mir vielleicht noch Tipps geben, wo ich nach potentiellen Fehlern suchen kann?

Besten Dank
MFG Epox