Apache22 instalation ends with error

Olli Hauer ohauer at FreeBSD.org
Mon Feb 13 21:45:04 UTC 2012


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 at 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 at 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.



More information about the freebsd-apache mailing list