cvs commit: ports/www/apache22 Makefile distinfo pkg-plist ports/www/apache22/files apache22.sh.in patch-Makefile.in patch-docs_conf_extra_httpd-ssl.conf.in

Peter Jeremy peterjeremy at optushome.com.au
Sun Sep 16 07:16:21 PDT 2007


On Sun, Sep 09, 2007 at 02:55:17PM +0000, Clement Laforet wrote:
>  Log:
>  - Update to 2.2.6

This breaks if IPv6 support is not compiled in:
...
/var/obj/home/ports/www/apache22/work/httpd-2.2.6/srclib/apr/libtool --silent --mode=link cc   -O2 -fno-strict-aliasing -pipe -march=athlon-xp   -rpath=/usr/lib:/usr/local/lib -L/usr/local/lib -L/usr/lib  -rpath=/usr/lib:/usr/local/lib -o htpasswd  htpasswd.lo   -lm /var/obj/home/ports/www/apache22/work/httpd-2.2.6/srclib/pcre/libpcre.la /var/obj/home/ports/www/apache22/work/httpd-2.2.6/srclib/apr-util/libaprutil-1.la -lexpat -liconv /var/obj/home/ports/www/apache22/work/httpd-2.2.6/srclib/apr/libapr-1.la -lcrypt -lpthread
/var/obj/home/ports/www/apache22/work/httpd-2.2.6/srclib/apr/.libs/libapr-1.so: undefined reference to `find_if_index'
*** Error code 1

httpd-2.2.6/srclib/apr/network_io/unix/multicast.c defines find_if_index()
only if IPv6 support is enabled.  Unfortunately, one reference to
find_if_index() is not protected by APR_HAVE_IPV6.

-- 
Peter Jeremy
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-ports/attachments/20070916/106fd6f9/attachment.pgp


More information about the freebsd-ports mailing list