Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 Feb 2012 22:44:49 +0100
From:      Olli Hauer <ohauer@FreeBSD.org>
To:        =?ISO-8859-2?Q?=22N=E1dhera_Roman_ing=2E=22?= <roman@nadhera.name>
Cc:        apache@FreeBSD.org
Subject:   Re: Apache22 instalation ends with error
Message-ID:  <4F398451.4060301@FreeBSD.org>
In-Reply-To: <4F39678B.2080305@nadhera.name>
References:  <4F39678B.2080305@nadhera.name>

next in thread | previous in thread | raw e-mail | index | archive | help
On 2012-02-13 20:42, "Nádhera Roman ing." wrote:
> 
>    May be my mistake during instalation, but....
>    -----
>    You need APR random support to use mod_auth_digest.
>    Look at APR configure options --with-egd and --with-devrandom.
>    checking whether to enable mod_auth_digest... configure: error:
>    mod_auth_digest has been requested but can not be built due to
>    prerequisite failures
>    ===>  Script "configure" failed unexpectedly.
>    Please report the problem to [1]apache@FreeBSD.org [maintainer] an= d
>    attach the
>    "/usr/ports/www/apache22/work/httpd-2.2.21/config.log" including the
>    output
>    of the failure of your make command. Also, it might be a good idea to
>    provide
>    an overview of all packages installed on your system (e.g. an `ls
>    /var/db/pkg`).
>    *** Error code 1
>    Stop in /usr/ports/www/apache22.
>    *** Error code 1
>    Stop in /usr/ports/www/apache22.
>    [rna@fanless] /usr/ports/www/apache22#
>    
>    --
> 

Please chack if you have [x] DEVRANDOM enabled in devel/apr1

$> cd $ports/devel/apr1
$> make config

[x] DEVRANDOM "Use /dev/random or compatible in apr"  (which is on by default)

$> make clean deinstall install

Then try to build apache22.




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4F398451.4060301>