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
Code: Select all
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
Also habe ich kurzerhand versucht, nur Apache zu kompilieren:make: *** No targets. Stop.
Code: Select all
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
Anscheindend hat es das Makefile nicht erstellt:
Kann es sein, dass es einen Zusammenhang mitroot@nirvana:~/files/apache_1.3.29# cat Makefile
root@nirvana:~/files/apache_1.3.29#
Code: Select all
sed: -e expression #46, char 36: Unknown option to 's'
Könnt ihr mir vielleicht noch Tipps geben, wo ich nach potentiellen Fehlern suchen kann?
Besten Dank
MFG Epox
