Error

Philip M. Gollucci pgollucci at gmail.com
Tue Mar 20 02:24:25 UTC 2012


On 03/18/12 13:39, ariecc newbie wrote:
> Please report the problem to apache at FreeBSD.org [maintainer] and attach the
> "/usr/ports/www/apache22/work/httpd-2.2.22/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.

From config.log --


configure:8871: result: checking dependencies
configure:8902: checking whether to enable mod_auth_digest
configure:8908: error: mod_auth_digest has been requested but can not be
built due to prerequisite failures


    echo "You need APR random support to use mod_auth_digest."
    echo "Look at APR configure options --with-egd and --with-devrandom."


You need to set or (not unset in your case) the WITH_DEVRANDOM=yes
option for both *devel/apr1* and www/apache22.

www/apache22/Makefile --

.if defined(WITH_AUTH_DIGEST)
WITH_DEVRANDOM= yes
.endif
.if defined(WITH_DEVRANDOM)
CONFIGURE_ARGS+=        --with-devrandom
.endif


-- 
------------------------------------------------------------------------
1024D/DB9B8C1C B90B FBC3 A3A1 C71A 8E70  3F8C 75B8 8FFB DB9B 8C1C
Philip M. Gollucci (pgollucci at p6m7g8.com) c: 703.336.9354
Member,                           Apache Software Foundation
Committer,                        FreeBSD Foundation
Consultant,                       P6M7G8 Inc.
Director Operations,              Ridecharge Inc.

Work like you don't need the money,
love like you'll never get hurt,
and dance like nobody's watching.

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 252 bytes
Desc: OpenPGP digital signature
Url : http://lists.freebsd.org/pipermail/freebsd-apache/attachments/20120320/2f0cb377/signature.pgp


More information about the freebsd-apache mailing list