Re: httpd-trunk\modules\filters\mod_crypto

2016-09-08 Thread NormW

On 8/09/2016 8:31 PM, Graham Leggett wrote:

On 08 Sep 2016, at 12:09 PM, NormW  wrote:


What versions of apr\apr-util are assumed to be used when compiling httpd-trunk?
I get the following error when compiling mod_crypto, but can't find where the 
offending symbol is typedef'd. Presently using apr-1.5 and apr-util-1.5.


Use apr-util v1.6 (as yet unreleased).

Regards,
Graham
—

Thanks to both respondents! It will be interesting to see how NetWare 
build 'system' handles apr-trunk; as for apr-util-1.6, will check out 
the source-tree if available.

Thanks.
Norm



Re: httpd-trunk\modules\filters\mod_crypto

2016-09-08 Thread Graham Leggett
On 08 Sep 2016, at 12:09 PM, NormW  wrote:

> What versions of apr\apr-util are assumed to be used when compiling 
> httpd-trunk?
> I get the following error when compiling mod_crypto, but can't find where the 
> offending symbol is typedef'd. Presently using apr-1.5 and apr-util-1.5.

Use apr-util v1.6 (as yet unreleased).

Regards,
Graham
—



AW: httpd-trunk\modules\filters\mod_crypto

2016-09-08 Thread Plüm , Rüdiger , Vodafone Group
This only works with APR trunk which also contains APR-UTIL.

Regards

Rüdiger

> -Ursprüngliche Nachricht-
> Von: NormW [mailto:no...@gknw.net]
> Gesendet: Donnerstag, 8. September 2016 12:10
> An: dev@httpd.apache.org
> Betreff: httpd-trunk\modules\filters\mod_crypto
> 
> G/E,
> Apologies for the static...
> What versions of apr\apr-util are assumed to be used when compiling
> httpd-trunk?
> I get the following error when compiling mod_crypto, but can't find
> where the offending symbol is typedef'd. Presently using apr-1.5 and
> apr-util-1.5.
> 
> > #From: mod_crypto.c
> > # -
> > #  74: typedef apr_status_t ap_HOOK_crypto_key_t (request_rec *r,
> apr_crypto_block_key_type_t * cipher, apr_crypto_block_key_mode_t *
> > #   Error:
> ^^^
> > #   illegal function definition
> 
> TIA,
> Norm


httpd-trunk\modules\filters\mod_crypto

2016-09-08 Thread NormW

G/E,
Apologies for the static...
What versions of apr\apr-util are assumed to be used when compiling 
httpd-trunk?
I get the following error when compiling mod_crypto, but can't find 
where the offending symbol is typedef'd. Presently using apr-1.5 and 
apr-util-1.5.



#From: mod_crypto.c
# -
#  74: typedef apr_status_t ap_HOOK_crypto_key_t (request_rec *r, 
apr_crypto_block_key_type_t * cipher, apr_crypto_block_key_mode_t *
#   Error:
^^^
#   illegal function definition


TIA,
Norm