From owner-freebsd-questions@FreeBSD.ORG Sun Jan 1 04:32:19 2006 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 2E3A516A420 for ; Sun, 1 Jan 2006 04:32:19 +0000 (GMT) (envelope-from jdkullmann@aliencamel.com) Received: from aliencamel.com (aliencamel.com [69.93.161.116]) by mx1.FreeBSD.org (Postfix) with ESMTP id AF9F043D45 for ; Sun, 1 Jan 2006 04:32:18 +0000 (GMT) (envelope-from jdkullmann@aliencamel.com) X-Virus-Scanned: by both ClamAV and Kaspersky at http://aliencamel.com/ Received: from [67.81.216.207] (account jdkullmann@aliencamel.com) by aliencamel.com (CommuniGate Pro WebUser 4.2.10) with HTTP id 20215091 for freebsd-questions@freebsd.org; Sun, 01 Jan 2006 04:32:17 +0000 From: "JK" To: freebsd-questions@freebsd.org X-Mailer: CommuniGate Pro WebUser Interface v.4.2.10 Date: Sun, 01 Jan 2006 00:32:17 -0400 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8"; format="flowed" Content-Transfer-Encoding: 8bit Subject: pkg or version conflict problems 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: Sun, 01 Jan 2006 04:32:19 -0000 I'm afraid that through my moronic attempts over the last few months I have gotten my 5.1 system into bad shape. While trying to clean it up and make some sense out of it I've been trying to build mysql. I'm getting this error message and no matter what I try I cannot get past it. root@mysys:/usr/ports/databases/mysql50-server# make WITH_OPENSSL=yes ===> mysql-server-5.0.17 is marked as broken: MySQL versions mismatch: mysql41-client is installed and wanted version is mysql50-client. pkg_info doesn't show any mysql's installed. I've tried pkg_delete and pkg_deinstall's. I've gone into all the /usr/ports/databases/mysql* directories and done make deinstall Can someone please tell me what's wrong and how to fix it ( and maybe how I got into this state so I can understand what's going on)? There must be another database or more involved that I'm not understanding. Thank you