From owner-freebsd-questions@FreeBSD.ORG Mon Dec 3 20:41:26 2007 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6D34C16A418 for ; Mon, 3 Dec 2007 20:41:26 +0000 (UTC) (envelope-from norgaard@locolomo.org) Received: from bifrost.locolomo.org (97.pool85-48-194.static.orange.es [85.48.194.97]) by mx1.freebsd.org (Postfix) with ESMTP id 3C1CA13C4E7 for ; Mon, 3 Dec 2007 20:41:25 +0000 (UTC) (envelope-from norgaard@locolomo.org) Received: from sleipner.local (unknown [192.168.0.37]) by bifrost.locolomo.org (Postfix) with ESMTP id 448E339822 for ; Mon, 3 Dec 2007 21:40:37 +0100 (CET) Message-ID: <475469F3.20808@locolomo.org> Date: Mon, 03 Dec 2007 21:41:23 +0100 From: Erik Norgaard User-Agent: Thunderbird 2.0.0.9 (Macintosh/20071031) MIME-Version: 1.0 To: FreeBSD Questions Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: FBS7.0-4B, named does not build with buildworld X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Dec 2007 20:41:26 -0000 Hi: I have recently tried to update to the latest snapshot, it appears that named is not built/installed with build/installworld build targets: The installed named depends on libcrypto.so.4 and libc.so.6, but installworld, delete-old, delete-old-libs deletes these as they have been obsoleted by .5 and .7 respectively. Is there some new target to build named? Thanks, Erik