From owner-freebsd-questions@FreeBSD.ORG Mon Mar 26 19:35:30 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8A30416A406 for ; Mon, 26 Mar 2007 19:35:30 +0000 (UTC) (envelope-from lists@lizardhill.com) Received: from kermit.lizardhill.com (kermit.lizardhill.com [64.69.41.217]) by mx1.freebsd.org (Postfix) with ESMTP id 79ACB13C44B for ; Mon, 26 Mar 2007 19:35:30 +0000 (UTC) (envelope-from lists@lizardhill.com) Received: from ip72-193-85-114.lv.lv.cox.net ([72.193.85.114] helo=mickey) by kermit.lizardhill.com with esmtpa (Exim 4.66) (envelope-from ) id 1HVu35-0000PZ-Ak for freebsd-questions@freebsd.org; Mon, 26 Mar 2007 11:36:07 -0700 From: "Don O'Neil" To: Date: Mon, 26 Mar 2007 12:35:24 -0700 Message-ID: <005d01c76fdd$e67f33a0$0400020a@mickey> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 11 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3028 Thread-Index: Acdv3eYimv2q6/CjQUebFLLDHMtSqg== Subject: Updating Bind & OpenSSL on 6.1-Stable/Release 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, 26 Mar 2007 19:35:30 -0000 Hi all... I'm having some difficulty updating OpenSSL 0.9.8e and Bind 9.3.4... I've tried both the packages and the original source... The problem is this.. My bind install that came on the 6.1 installation runs from /usr/bin, whereas both the package and the source want to run from /usr/local/bin... Not usually a problem, but when I build it or install the package they both complain about wanting a file 'named.conf', which I don't have and can't seem to find an example version. My older version of bind 9.3.2 didn't have this file. OpenSSL wants to run from /usr/local/openssl, whereas my old version was in /usr/bin, the source wants to run from /usr/local/ssl... In either case I just linked the new location back to the old location and it seems to be working ok. My question is, where do I get the 'named.conf' file... I need to get my bind updated for the security issues and why are the packages trying to install into new locations? I would think that you could just install the package and restart the service, but that doesn't seem to be the case here.