will mich gerade das erste mal trauen, den apachen selbst zu bauen (apache 1.3.33, openssl0.9.7.e, modssl2.8.22-1.3.33) ... mehr sollte vorerst auch nicht drin sein. Habe in etwa folgendes Tutorial als Vorbild genommen (http://www.rootforum.org/faq/index.php? ... artlang=de)
Zum Test habe ich das natürlich erstmal auf meiner lokalen Kiste gemacht:
openssl ist erfolgreich installiert ...
danach ein config für modssl:
Code: Select all
./configure --with-apache=./../apache_1.3.33 --with-ssl=./../openssl-0.9.7e --prefix=/usr/local/apache/1.3.33 --datadir=/var/www --enable-module=most --enable-shared=max --enable-module=sslCode: Select all
MODULE mod_auth_dbm.c && mv mod_auth_dbm.o mod_auth_dbm.lo
mod_auth_dbm.c:41:18: ndbm.h: Datei oder Verzeichnis nicht gefunden
mod_auth_dbm.c: In function `get_dbm_pw':
mod_auth_dbm.c:109: error: `DBM' undeclared (first use in this function)
mod_auth_dbm.c:109: error: (Each undeclared identifier is reported only once
mod_auth_dbm.c:109: error: for each function it appears in.)
mod_auth_dbm.c:109: error: `f' undeclared (first use in this function)
mod_auth_dbm.c:110: error: `datum' undeclared (first use in this function)
mod_auth_dbm.c:110: error: parse error before "d"
mod_auth_dbm.c:113: error: `q' undeclared (first use in this function)
mod_auth_dbm.c:127: error: `d' undeclared (first use in this function)
make[4]: *** [mod_auth_dbm.so] Fehler 1
make[3]: *** [all] Fehler 1
make[2]: *** [subdirs] Fehler 1
make[2]: Leaving directory `/usr/local/src/apache_1.3.33/src'
make[1]: *** [build-std] Fehler 2
make[1]: Leaving directory `/usr/local/src/apache_1.3.33'
make: *** [build] Fehler 2--with-berkeley-db=/usr/lib bricht aber schon das configure von modssl ab
Code: Select all
configure:Error: invalid option '--with-berkeley-db=/usr/lib'Tschuldingung wenn ich mich etwas doof anstelle, aber ich weiß leider nicht mehr weiter :/
Schonmal vielen dank