delorie.com/archives/browse.cgi | search |
Mailing-List: | contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm |
List-Subscribe: | <mailto:cygwin-subscribe AT sources DOT redhat DOT com> |
List-Archive: | <http://sources.redhat.com/ml/cygwin/> |
List-Post: | <mailto:cygwin AT sources DOT redhat DOT com> |
List-Help: | <mailto:cygwin-help AT sources DOT redhat DOT com>, <http://sources.redhat.com/ml/#faqs> |
Sender: | cygwin-owner AT sources DOT redhat DOT com |
Delivered-To: | mailing list cygwin AT sources DOT redhat DOT com |
Message-ID: | <3BBB6C59.22559C17@wapme-systems.de> |
Date: | Wed, 03 Oct 2001 21:51:53 +0200 |
From: | Stipe Tolj <tolj AT wapme-systems DOT de> |
Organization: | Wapme Systems AG |
X-Mailer: | Mozilla 4.7 [de]C-CCK-MCD QXW0322b (WinNT; I) |
X-Accept-Language: | de,en |
MIME-Version: | 1.0 |
To: | MindTerm <mindterm AT yahoo DOT com> |
CC: | cygwin AT cygwin DOT com |
Subject: | Re: Can't build apache + mod_ssl + openssl on cygwin 1.3.3 |
References: | <20011003154835 DOT 11554 DOT qmail AT web20209 DOT mail DOT yahoo DOT com> |
Hi, > $ ./configure --with-apache=../apache_1.3.x > --with-ssl=../openssl-0.9.x I suppose this configure statement has been given within the mod_ssl directory. > Got a error when doing "make" : > ===> src/modules/ssl > gcc -c -I../../os/cygwin -I../../include -DCYGWIN > -DMOD_SSL=208104 -DMOD_SSL= > 208104 -DUSE_HSREGEX -DUSE_EXPAT > -I../../lib/expat-lite -DNO_DL_NEEDED `../../ap > aci` -DSSL_USE_SDBM > -I/cygdrive/c/learning/openssl-0.9.6b/include > -DMOD_SSL_VERS > ION=\"2.8.4\" mod_ssl.c > In file included from mod_ssl.c:65: > mod_ssl.h:73: #error "mod_ssl requires Extended API > (EAPI)" > make[4]: *** [mod_ssl.o] Error 1 > make[3]: *** [all] Error 1 > make[2]: *** [subdirs] Error 1 > make[2]: Leaving directory > `/cygdrive/c/learning/apache_1.3.20/src' > make[1]: *** [build-std] Error 2 > make[1]: Leaving directory > `/cygdrive/c/learning/apache_1.3.20' > make: *** [build] Error 2 That's ok. mod_ssl requires you that _at least one_ configure run has been done for apache itself, without mod_ssl. So you should proceed as follows: $ cd apache-1.x $ ./configure $ cd ../mod_ssl-x $ ./configure --with-apache=... --with-openssl=... This is normal mod_ssl behaviour, because mod_ssl patches apache's source tree and includes the EAPI (extended API) that is needed for certain socket hooks of the ssl part. Stipe tolj AT wapme-systems DOT de ------------------------------------------------------------------- Wapme Systems AG Münsterstr. 248 40470 Düsseldorf Tel: +49-211-74845-0 Fax: +49-211-74845-299 E-Mail: info AT wapme-systems DOT de Internet: http://www.wapme-systems.de ------------------------------------------------------------------- wapme.net - wherever you are -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |