From owner-freebsd-questions@FreeBSD.ORG Fri Nov 25 00:17:46 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CA23416A435 for ; Fri, 25 Nov 2005 00:17:46 +0000 (GMT) (envelope-from lists@rzweb.com) Received: from flabnapple.net (Flabnapple.Net [204.87.183.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2EAED43DB1 for ; Fri, 25 Nov 2005 00:17:17 +0000 (GMT) (envelope-from lists@rzweb.com) Received: from [10.0.1.2] (c-24-5-13-171.hsd1.ca.comcast.net [24.5.13.171]) (authenticated bits=0) by flabnapple.net (8.12.8/8.12.8) with ESMTP id jAP0GoMt016825 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Thu, 24 Nov 2005 16:16:51 -0800 Message-ID: <438657F1.7020102@rzweb.com> Date: Thu, 24 Nov 2005 16:16:49 -0800 From: Ron User-Agent: Thunderbird 1.5 (Macintosh/20051025) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: mysql 5.0 on FreeBSD 5.3 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: Fri, 25 Nov 2005 00:17:46 -0000 I went to upgrade mysql from 4.1 to 5.0. I updated my ports (no problems), but when I ran: pkg_add -r mysql50-server I get: Error: FTP Unable to get ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-5.3-release/Latest/mysql50-server.tbz: File unavailable I looked at the ftp site, and there is a 5.4 directory, but not one for 5.3. So, I assume I need to upgrade to FreeBSD 5.4 before installing this port. Is that correct? If so, what is the easiest way to do this? I checked google and the docs, but all "guides" I've found seem to indicate you need access to the machine to put in CD's etc. My server is about 100 miles away at a colo, so I'd like to be able to do it via ssh, if possible. Is upgrading from 5.3 to 5.4 a big job? Or is there something simple I'm missing? I've read on the mailing list about just specifying RELENG_5_4 in your cvs-supfile file. I tried this using the following cvs-supfile: ------ *default tag=RELENG_5_4 *default host=cvsup8.FreeBSD.org *default prefix=/usr *default base=/var/db *default release=cvs delete use-rel-suffix compress ports-all ------ And it just deleted all but a few of my ports in /usr/ports when I run cvsup. Help! I just want to install mysql 5.0! :-( Thanks, Ron