Page 1 of 1

Apache 1.3.29: make: no targets found

Posted: 2004-04-15 10:59
by simcen
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

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 
erhalte ich folgenden Fehler:
make: *** No targets. Stop.
Also habe ich kurzerhand versucht, nur Apache zu kompilieren:

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
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

Code: Select all

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

Re: Apache 1.3.29: make: no targets found

Posted: 2004-04-15 11:10
by arty
Wieso installierst du das alles nicht mit apt-get?

bye
arty

Re: Apache 1.3.29: make: no targets found

Posted: 2004-04-15 11:15
by simcen
Weil ich den Prefix angeben möchte und mod_ssl gleich mit einkompilieren...
Und ausserdem hätte ich so das Problem nur umgangen anstatt gelöst.

Mit den deb-Sourcen komme ich nicht so recht klar...

Re: Apache 1.3.29: make: no targets found

Posted: 2004-04-15 12:04
by cybermage
epox wrote:... und mod_ssl gleich mit einkompilieren...
dafür gibts apache-ssl ;)

Re: Apache 1.3.29: make: no targets found

Posted: 2004-04-15 12:26
by simcen
hm...
Ok, ihr habt recht aber mich stört das problem trotzdem...