Apache 2 (mit OpenSSL): make klappt nicht, wirft Fehler

Apache, Lighttpd, nginx, Cherokee
Post Reply
quadaptor
Posts: 4
Joined: 2003-09-24 15:35
Location: FFM
Contact:
 

Apache 2 (mit OpenSSL): make klappt nicht, wirft Fehler

Post by quadaptor »

Hallo zusammen,
den Ergebnissen der Suchfunktion nach zu urteilen, scheint bisher hier dieser Fehler noch nicht aufgetreten zu sein.

Eines vorweg: Ich nutze Debian Sarge.

OpenSSL 0.9.8 wurde erfolgreich mit folgenden Befehlen kompiliert/installiert:
./config --prefix=/usr/local/openssl
make
make test
make install
ln -s /usr/local/openssl/bin/openssl /usr/local/bin/openssl
Das Apache-configure-Script (Apache 2.0.54) läuft ebenfalls erfolgreich durch:
./configure --prefix=/usr/local/httpd
--enable-modules=all
--enable-ssl
--with-ssl=/usr/local/openssl
--enable-so
make bricht allerdings immer mit folgender Fehlermeldung ab:
ssl_engine_pphrase.c: In function `ssl_pphrase_Handle_CB':
ssl_engine_pphrase.c:684: error: `PEM_F_DEF_CALLBACK' undeclared (first use in this function)
ssl_engine_pphrase.c:684: error: (Each undeclared identifier is reported only once
ssl_engine_pphrase.c:684: error: for each function it appears in.)
make[4]: *** [ssl_engine_pphrase.slo] Error 1
make[4]: Leaving directory `/root/httpd-2.0.54/modules/ssl'
make[3]: *** [shared-build-recursive] Error 1
make[3]: Leaving directory `/root/httpd-2.0.54/modules/ssl'
make[2]: *** [shared-build-recursive] Error 1
make[2]: Leaving directory `/root/httpd-2.0.54/modules'
make[1]: *** [shared-build-recursive] Error 1
make[1]: Leaving directory `/root/httpd-2.0.54'
make: *** [all-recursive] Error 1
Hat jemand von euch dazu eine Idee? Bin gerade schlichtweg ratlos.
Post Reply