delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin-apps/2002/01/09/10:10:29

Mailing-List: contact cygwin-apps-help AT cygwin DOT com; run by ezmlm
Sender: cygwin-apps-owner AT cygwin DOT com
List-Subscribe: <mailto:cygwin-apps-subscribe AT cygwin DOT com>
List-Archive: <http://sources.redhat.com/ml/cygwin-apps/>
List-Post: <mailto:cygwin-apps AT cygwin DOT com>
List-Help: <mailto:cygwin-apps-help AT cygwin DOT com>, <http://sources.redhat.com/lists.html#faqs>
Delivered-To: mailing list cygwin-apps AT cygwin DOT com
Message-ID: <3C3C5DE2.3AED8AE3@wapme-systems.de>
Date: Wed, 09 Jan 2002 16:12:34 +0100
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
CC: cygwin-apps <cygwin-apps AT cygwin DOT com>
Subject: Re: [ANN] apache_1.3.22 package available for setup inclusion
References: <3C3BFC4C DOT 15C3C81A AT wapme-systems DOT de>
<885801411 DOT 20020109124743 AT familiehaase DOT de> <468205118 DOT 20020109132747 AT familiehaase DOT de>

"Gerrit P. Haase" wrote:

> Question 1:
> ===========
> The Apache isn't linked against libgdbm?
> Wouldn't it be a nice addition?
> 
> I ask because of this message during configuring:
> 
>  + adding selected modules
>     o rewrite_module uses ConfigStart/End
>       disabling DBM support for mod_rewrite
>       (perhaps you need to add -ldbm, -lndbm or -lgdbm to EXTRA_LIBS)
>     o dbm_auth_module uses ConfigStart/End

snap from src/Configure:

... 
    *-cygwin*)
	OS='Cygwin'
	OSDIR="os/cygwin"
	CFLAGS="$CFLAGS -DCYGWIN"
	DEF_WANTHSREGEX=yes
	DBM_LIB="-lgdbm"
	LIBS="$LIBS -lcrypt $DBM_LIB"
	;;
...

so it should be linked in, IMO, but staticaly.
Should be link against the import lib -lgsbm.dll to have cyggdbm.dll
used? 

> Question 2:
> ===========
> My configure says:
> 
>  + using system Expat
> 
> wouldn't it be nice to have a cygwin-port of expat with shared libs too?

expat is not maintained by the Apache group itself, so it's an other
front here I guess.

> Question 3:
> ===========
> Is it useful to link in libcrypt?
> What about https support for the proxy, is it possible, is it already included?

https means SSL-enabled HTTP, which requires mod_ssl (or equivalent
other module) to be included. CAMP uses mod_ssl, but it's not part of
the core source distribution, but works OOTB for Cygwin :)

> Need I to add libssl & libcrypto somewhere?

only for mod_ssl.


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

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019