Apache 1.3.29: make: no targets found

Apache, Lighttpd, nginx, Cherokee
Post Reply
simcen
Posts: 333
Joined: 2003-02-12 14:35
Location: Bern, Schweiz
Contact:
 

Apache 1.3.29: make: no targets found

Post 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
arty
Userprojekt
Userprojekt
Posts: 729
Joined: 2002-06-12 10:11
Contact:
 

Re: Apache 1.3.29: make: no targets found

Post by arty »

Wieso installierst du das alles nicht mit apt-get?

bye
arty
simcen
Posts: 333
Joined: 2003-02-12 14:35
Location: Bern, Schweiz
Contact:
 

Re: Apache 1.3.29: make: no targets found

Post 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...
cybermage
Posts: 158
Joined: 2002-12-10 22:10
Location: Ausgburg (Germany)
Contact:
 

Re: Apache 1.3.29: make: no targets found

Post by cybermage »

epox wrote:... und mod_ssl gleich mit einkompilieren...
dafür gibts apache-ssl ;)
simcen
Posts: 333
Joined: 2003-02-12 14:35
Location: Bern, Schweiz
Contact:
 

Re: Apache 1.3.29: make: no targets found

Post by simcen »

hm...
Ok, ihr habt recht aber mich stört das problem trotzdem...
Post Reply