From owner-freebsd-questions@FreeBSD.ORG Wed Apr 7 09:17:04 2004 Return-Path: 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 3D8D416A4CF for ; Wed, 7 Apr 2004 09:17:04 -0700 (PDT) Received: from invasion.mail.pas.earthlink.net (invasion.mail.pas.earthlink.net [207.217.120.254]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0446343D49 for ; Wed, 7 Apr 2004 09:17:04 -0700 (PDT) (envelope-from algould@datawok.com) Received: from 20-74.lctv-b4.cablelynx.com ([24.204.20.74] helo=[192.168.63.10]) by invasion.mail.pas.earthlink.net with asmtp (TLSv1:RC4-MD5:128) (Exim 3.36 #4) id 1BBFip-00052k-00; Wed, 07 Apr 2004 09:16:15 -0700 From: "Andrew L. Gould" To: freebsd-questions@freebsd.org Date: Wed, 7 Apr 2004 11:17:03 -0500 User-Agent: KMail/1.6.1 References: <40745DC8.70801@alzogbi.com> In-Reply-To: <40745DC8.70801@alzogbi.com> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200404071117.03751.algould@datawok.com> X-ELNK-Trace: ee791d459e3d6817d780f4a490ca69564776905774d2ac4bd7aa1d3710eabd350d37dc1c9241b256350badd9bab72f9c350badd9bab72f9c350badd9bab72f9c cc: "Mazen S. Alzogbi" Subject: Re: MySQL installation troubles ... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Apr 2004 16:17:04 -0000 On Wednesday 07 April 2004 03:00 pm, Mazen S. Alzogbi wrote: > Hi, > > I am trying to install MySQL server & client from the packages > collection with no success. Being a FreeBSD newbie I will need your > help. Please check the following: > > mazenbsd# pkg_add -r mysql-server > Fetching > ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-4.9-release/Latest/my >sq l-server.tgz... Done. > Fetching > ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-4.9-release/All/p5-DB >D- mysql-2.1026_1.tgz... Done. > pkg_add: could not find package mysql-client-4.0.15 ! > pkg_add: pkg_add of dependency 'p5-DBD-mysql-2.1026_1' failed! > Fetching > ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-4.9-release/All/mysql >-c lient-4.1.0.tgz... Done. > > What I understood is p5-DBD-mysql-2.1026_1.tgz package depends on the > mysql-client-4.0.15 package which cannot be found (how? why?) and > instead the mysql-client-4.1.0.tgz package was installed. All in all the > server installation failed. > > What should I do to fix this? Try deleting the installed packages using pkg_delete; and then install the applications from the ports. Best of luck, Andrew Gould