From owner-freebsd-ports@FreeBSD.ORG Wed Feb 8 19:02:16 2006 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E495416A423 for ; Wed, 8 Feb 2006 19:02:16 +0000 (GMT) (envelope-from jeff@sailorfej.net) Received: from mail.sailorfej.net (dsl093-072-123.pdx1.dsl.speakeasy.net [66.93.72.123]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3F6E143D79 for ; Wed, 8 Feb 2006 19:02:09 +0000 (GMT) (envelope-from jeff@sailorfej.net) Received: from [192.168.150.40] (doorwarden.sailorfej.net [65.102.14.161] (may be forged)) (authenticated bits=0) by mail.sailorfej.net (8.13.4/8.13.4) with ESMTP id k18J1U8a024916 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Wed, 8 Feb 2006 11:01:35 -0800 (PST) (envelope-from jeff@sailorfej.net) Message-ID: <43EA4026.2010903@sailorfej.net> Date: Wed, 08 Feb 2006 11:01:58 -0800 From: Jeffrey Williams User-Agent: Mozilla Thunderbird 1.0RC1 (X11/20041207) X-Accept-Language: en-us, en MIME-Version: 1.0 To: ports@freebsd.org X-Enigmail-Version: 0.89.5.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-1.4 required=8.0 tests=ALL_TRUSTED autolearn=failed version=3.1.0 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on mail.sailorfej.net X-Virus-Scanned: ClamAV 0.88/1280/Tue Feb 7 02:11:53 2006 on mail.sailorfej.net X-Virus-Status: Clean Cc: Subject: MySQL with SSL X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Feb 2006 19:02:17 -0000 I have FreeBSD 6 with mysql41-server that was installed via ports with-out SSL. I want to enable SSL connections on this server, and want advice on the best way to handle it. And yes there are several active databases in use on this server. Should I run "make deinstall" first and then rebuild and install with with the "WITH_OPENSSL" or is it ok to just rebuild with "WITH_OPENSSL" and use "make reinstall". I want to minimize the time the database server is offline, and while I will be backing up the databases regardless, if I can get away with a just a restart and not having to restore the databases, some of which are quite large, it would be nice. Thanks Jeffrey Williams