Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 16 May 2009 13:01:34 GMT
From:      Pascal Vizeli <pvizeli@yahoo.de>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/134577: apache22 build faild with mod_auth_digest
Message-ID:  <200905161301.n4GD1YIW060352@www.freebsd.org>
Resent-Message-ID: <200905161310.n4GDA1Bd055038@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         134577
>Category:       ports
>Synopsis:       apache22 build faild with mod_auth_digest
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat May 16 13:10:01 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Pascal Vizeli
>Release:        7.2 with portsnap updated ports (jails)
>Organization:
>Environment:
FreeBSD webnix.dragonbsd.local 7.2-RELEASE FreeBSD 7.2-RELEASE #0: Fri May  1 08:49:13 UTC 2009     root@walker.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  i386

>Description:
I can't build apache22.

The configure script from mod_auth_digest say, that i musst build
APR with options:
 --with-egd
 --with-devrandom
>How-To-Repeat:
Make a "portsnap fetch update" and going into www/apache22.
Now you can attempt to build this port.
>Fix:
I change the Makefile to:

CONFIGURE_ARGS= --prefix=${PREFIX_RELDEST} \
                --enable-layout=FreeBSD \
                --with-perl=${PERL5} \
                --with-port=${WITH_HTTP_PORT} \
                --with-expat=${LOCALBASE} \
                --with-iconv=${LOCALBASE} \
                --enable-http \
                --with-egd \
                --with-devrandom \
                --with-pcre=${LOCALBASE}


>Release-Note:
>Audit-Trail:
>Unformatted:



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