ports/134577: apache22 build faild with mod_auth_digest

Pascal Vizeli pvizeli at yahoo.de
Sat May 16 13:10:02 UTC 2009


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



More information about the freebsd-ports-bugs mailing list