From owner-freebsd-questions@FreeBSD.ORG Wed Jul 2 22:15:05 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0FDA91065675 for ; Wed, 2 Jul 2008 22:15:05 +0000 (UTC) (envelope-from LConrad@Go2France.com) Received: from mgw1.MEIway.com (mgw1.meiway.com [81.255.84.75]) by mx1.freebsd.org (Postfix) with ESMTP id C4C518FC1E for ; Wed, 2 Jul 2008 22:15:04 +0000 (UTC) (envelope-from LConrad@Go2France.com) Received: from VirusGate.MEIway.com (virusgate.meiway.com [81.255.84.76]) by mgw1.MEIway.com (Postfix Relay Hub) with ESMTP id 38BDA4718C3 for ; Thu, 3 Jul 2008 00:15:07 +0200 (CEST) Received: from localhost (localhost.MEIWay.com [127.0.0.1]) by VirusGate.MEIway.com (Postfix) with SMTP id D93CC3868E4 for ; Thu, 3 Jul 2008 00:15:07 +0200 (CEST) (envelope-from LConrad@Go2France.com) X-AV-Checked: Thu Jul 3 00:15:07 2008 virusgate.meiway.com Received: from mail.Go2France.com (ms1.meiway.com [81.255.84.73]) by VirusGate.MEIway.com (Postfix) with ESMTP id C17C73868D1 for ; Thu, 3 Jul 2008 00:15:07 +0200 (CEST) (envelope-from LConrad@Go2France.com) Received: from TX2.Go2France.com [66.90.247.9] by mail.Go2France.com with ESMTP (SMTPD32-7.07) id AC6E3DA300E4; Thu, 03 Jul 2008 00:08:46 +0200 X-Mailer: QUALCOMM Windows Eudora Version 7.1.0.9 Date: Wed, 02 Jul 2008 17:14:25 -0500 To: freebsd-questions@freebsd.org From: Len Conrad Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Message-Id: <200807030008656.SM01616@TX2.Go2France.com> Subject: wordpress package install failure 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: Wed, 02 Jul 2008 22:15:05 -0000 When I try to install wordpress: pkg_add ftp://ftp4.freebsd.org/pub/FreeBSD/ports/i386/packages-6-stable/All/wordpress-2.5.1,1.tbz Fetching ftp://ftp4.freebsd.org/pub/FreeBSD/ports/i386/packages-6-stable/All/wordpress-2.5.1,1.tbz... Done. Fetching ftp://ftp4.freebsd.org/pub/FreeBSD/ports/i386/packages-6-stable/All/mysql-client-5.0.51a.tbz... Done. pkg_add: package 'mysql-client-5.0.51a' conflicts with mysql-client-5.1.22 pkg_add: please use pkg_delete first to remove conflicting package(s) or -f to force installation pkg_add: pkg_add of dependency 'mysql-client-5.0.51a' failed! Fetching ftp://ftp4.freebsd.org/pub/FreeBSD/ports/i386/packages-6-stable/All/php5-mysql-5.2.6.tbz... Done. pkg_add: could not find package mysql-client-5.0.51a ! pkg_add: pkg_add of dependency 'php5-mysql-5.2.6' failed! Of course, downgrading mysql-client-5.0.51a won't work because you have to downgrade the server, and then who knows where that ball of string will lead. I'd really like the follow the advice of using the packages, but the above happens frequently. Suggestions about how to fix the above? Thanks, Len